439 Commits (8405ddf2a516609ae44faf85f5161a881affc496)
 

Author SHA1 Message Date
  xenakios 8405ddf2a5 Initial implementation to save buffer after capturing audio. Still need to figure out a proper way to determine the file path where to save to. 7 years ago
  xenakios e9f38c78a5 Use Juce Logger for FFT size warning. Just use an increasing static int to init the FFT random generator. should be good enough. 7 years ago
  xenakios 0eadb853f7 Use constexpr if in FFTWBuffer memory helper functions 7 years ago
  xenakios 778a360cd6 readme 7 years ago
  xenakios 2cea9feefc Set resampler rates when switching back from non stretched mode 7 years ago
  xenakios bdcb268508 Make WDL resampler initial buffer size optional 7 years ago
  xenakios 1b9256ede0 Preallocate buffer in WDL resampler, but not sure if this actually avoids time consuming preallocations later... 7 years ago
  xenakios 70f7ce0393 Windows VST2 build fix 7 years ago
  xenakios a17ce69686 macOs build fix for VST2 7 years ago
  xenakios 3f0f105565 More breakpoint envelope renaming 7 years ago
  xenakios 007cc1cded Rename breakpoint envelope related things 7 years ago
  xenakios 023989d3de More const 7 years ago
  xenakios 9ba940d55f Add const 7 years ago
  xenakios 0e0f28687e remove unused variables, nodiscard for openaudiofile method 7 years ago
  xenakios 642365f03e Merge branch 'master' of https://bitbucket.org/xenakios/paulstretchplugin 7 years ago
  xenakios 0c04922f1f Remove comments. Test nodiscard. 7 years ago
  xenakios aa2adddfd9 readme 7 years ago
  xenakios ce0f06ee03 Added keyboard handling and shortcut for import file 7 years ago
  xenakios 08d80338bd Moved about dialog code to separate function 7 years ago
  xenakios f487f8d4f2 More work on the AudioFilePreviewComponent, need to add samplerate conversions, volume control etc... 7 years ago
  xenakios ab76ba2987 Initial work to add an audio file preview component for the audio file open dialog 7 years ago
  xenakios dde24a89ed Revert back to the old play cursor... 7 years ago
  xenakios 618032f24e foo 7 years ago
  xenakios d9e3935a8b A few compiler warning fixes 7 years ago
  xenakios 40a2665db5 hmm 7 years ago
  xenakios eace6f6d53 Playcursor tweaks but still wonky 7 years ago
  xenakios cabf6de7c3 Another attempt at getting the play cursor to update more often. Looks like getting somewhere with that but needs more work. 7 years ago
  xenakios 9c5141a16b Updated to fftw 3.3.8 on macOs 7 years ago
  xenakios aba9c6c425 readme 7 years ago
  xenakios 89c1944fc4 Cleanups 7 years ago
  xenakios fb710e0ec7 Mute output audio if abnormal sample values detected 7 years ago
  xenakios c691d6358d Place stretch amount and dry playrate parameter components at the same position and switch visibility with non stretched mode 7 years ago
  xenakios e7695e28f3 Proper mapping for dry playrate parameter 7 years ago
  xenakios 3a321c7d96 Disable/enable dry playrate slider according to stretch bypass state 7 years ago
  xenakios 8d008e5d2e Support resampled playrate changes for non stretched playback 7 years ago
  xenakios d0f912ba1f foo 7 years ago
  xenakios f67d8cc319 Fetch parameter value differently 7 years ago
  xenakios cf553db7fb Enable ASIO for standalone 7 years ago
  xenakios 2154cfbae8 Close the render calloutbox when starting render 7 years ago
  xenakios c1901c0528 Rewriting of the offline rendering code 7 years ago
  xenakios d4bab26693 Up version 7 years ago
  xenakios 50489b9e28 readme 7 years ago
  xenakios a47448bab0 Use ScopedLock in a few places 7 years ago
  xenakios e92f69e2a9 Renamed envelope component members 7 years ago
  xenakios 46c7c59987 readme 7 years ago
  xenakios 251d030f75 foo 7 years ago
  xenakios 5c900ee9b6 Attempt to store and recall current GUI tab index but not working... 7 years ago
  xenakios 473f4aa3e1 Readme changes 7 years ago
  xenakios 22e59efb0e Removed free filter envelope parameters from main parameters GUI 7 years ago
  xenakios dae05fdccf Added parameter components to FreeFilterComponent 7 years ago