56 Commits (101825df59c8ba76fb1bd559bf768fa58628f16b)

Author SHA1 Message Date
  xenakios 3c20facdbc Improve time selection dragging behavior 7 years ago
  xenakios 1f24ffb1b6 Moved dry source playback into its own method. Allow moving waveform time selection without having to press shift 7 years ago
  xenakios 7cd5251516 Added methods for the normalized time position to/from view x coordinate mappings 7 years ago
  xenakios f2d0d3617a Use unique pointers for parameter components 7 years ago
  xenakios 974f55dcad Experiment with a colour gradient fill in the performance meter 7 years ago
  xenakios e3d893ee9e Added zoomscrollbar for waveform. Removed unused code. 7 years ago
  xenakios c65812f709 Performance improvements for painting waveform during capture mode etc 7 years ago
  xenakios b8c70ddd30 Mark plugin dirty when changing spectral module order or module enabled state. Readme change. 7 years ago
  xenakios e7d34a026d Moved prebuffering amount menu to performance component 7 years ago
  xenakios ff130c6c29 Up number of thumbnails in cache. Formatting fix. 7 years ago
  xenakios c9b287dc13 Move code to cpp file. Readme change. 7 years ago
  xenakios c7f5636634 Readme change. Draw text on perf component. 7 years ago
  xenakios e6fb981e01 Highlight parameters of spectral module when clicked in the spectral chain editor 7 years ago
  xenakios d119439f76 Avoid mouse drag when the spectral module enable button has been clicked 7 years ago
  xenakios ad86b46f95 Added a separate performance meter component 7 years ago
  xenakios 84164da2d7 Finally added enabled buttons for the spectral steps. 7 years ago
  xenakios fcbd99d4ed Double click on waveform selects whole buffer 7 years ago
  xenakios bc3f456485 Again draw file name in waveform component 7 years ago
  xenakios f4aef4bcac Remove redundant code and change about box text 7 years ago
  xenakios 620f59c4f4 remove commented out stuff 7 years ago
  xenakios daf17f2ea3 Initial work to make the AudioProcessor own the AudioThumbNail etc 7 years ago
  xenakios cf17390293 Move methods to cpp file 7 years ago
  xenakios 96a88e8016 Use new JUCE button callback stuff 7 years ago
  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