33 Commits (22aaaeb836dfb0b0cef47357d4e8cd55b29bbfdf)

Author SHA1 Message Date
  xenakios f9cce79f49 Added support for dropping audio files into the plugin GUI 7 years ago
  xenakios f8b98e05d1 Move parameter component methods to cpp 7 years ago
  xenakios 4caaf1f5e0 Toggle button parameter tweak 7 years ago
  xenakios da6afcf05f Layout parameter components manually...Add parameter for input pass through. etc 7 years ago
  xenakios b6e46bd293 Add settings menu button 7 years ago
  xenakios e0a341972d Add license texts to source code files 7 years ago
  xenakios 7ea18cc805 Add method to get sanitized samplerate as getSampleRate might return 0.0 when called from outside audio processing method. Comment out Spectral visualizer instance in editor. 7 years ago
  xenakios 45dccb830d Workaround a bug in Juce/MacOS file dialog stuff. Show error messages in GUI. 7 years ago
  xenakios d05a5d41a8 Preliminary work to enable multichannel output again with a parameter to determine the output channels to render 7 years ago
  xenakios 66fe05f842 Try adding some visual feedback for the spectral order drags 7 years ago
  xenakios c78c42c153 Added component to allow reordering the spectral processing stages 7 years ago
  xenakios e980344bb3 Remove capture toggle button from editor. Also remove JS engine and dynamic object as those are not used currently. 7 years ago
  xenakios 3dc95b6f1d Avoid setting the audio buffer more than once 7 years ago
  xenakios 572b1d2515 Added more parameters. Added int constants for parameter indexes. Initial work to do GUI layout with Javascript. Disabled spectrum visualizer for now. 7 years ago
  xenakios 75be994714 Constness 7 years ago
  xenakios ccf7ba303f SpectralVisualizer optimizations, create objects only when needed etc 7 years ago
  xenakios 16868d5ccd Allow FFT object to be constructed without inverse FFT. Added SpectralVisualizer component that does an extremely inefficient visualization of the spectral processing stages. 7 years ago
  xenakios 8bd4468603 Parameter and slider stuff. Added spread parameter. Mutex locking fixes. This had went unnoticed because VS for some reason didn't break into the debugger on entering a non recursive multiple times. 7 years ago
  xenakios e9e1c45550 Nicer way to deal with the shared audiothumbnailcache 7 years ago
  xenakios a109d71f09 Use shared thumbnailcache for all plugin instances. Kind of a tricky thing with std::shared_ptr going on here using the deprecated unique method...But, oh well... 7 years ago
  xenakios 6aa514f52b Finally support changing FFT size. This however doesn't now use the double stretch source thing, so glitches will probably happen... Parameter component was changed to support changing the parameter value only on mouse releasee etc 7 years ago
  xenakios 0dcd410780 Support bool parameters in parameter component. Add freeze parameter to plugin. 7 years ago
  xenakios aee132519a Use Jules's neat way to attach button callbacks. Separate method in editor to choose file to load. Revert change to resample.cpp. 7 years ago
  xenakios 43be82edc8 Plugin initialization bug existed also on Windows, fixed for now...Make the GUI poll for some state changes from the AudioProcessor, instead of the processor calling the GUI. When using memory buffer in input source, copy all channels to xfade buffer. Some other tweaks. 7 years ago
  xenakios c283d719d0 Update waveform component time selection when state restored. Should probably restructure all this stuff so that the GUI can ask for this stuff when it wants, instead of the AudioProcessor making calls into the GUI... 7 years ago
  xenakios f4c8d2891b Made input capture buffer circular and update waveform thumbnail while capturing audio. 7 years ago
  xenakios 6487880fb3 Process main volume. Allow importing audio files directly. Tweaks etc 7 years ago
  xenakios aab3fcf2a3 Added WaveformComponent. Audio playback now broken if a file is not set initially, need to sort that out later... 7 years ago
  xenakios 76de3b12a5 Audio input capture more or less running 7 years ago
  xenakios c32e64a570 Added sound play range parameters. Initial work on audio input capture. 7 years ago
  xenakios d9e9107ed4 More parameter GUI work 7 years ago
  xenakios b9db955a99 Initial work on custom GUI 7 years ago
  xenakios d7ca59b90a Initial git commit 7 years ago