The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed 16c942fd54 Recall some button states in DSP module plugin demo 7 years ago
..
PluginEditor.cpp Recall some button states in DSP module plugin demo 7 years ago
PluginEditor.h DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly 8 years ago
PluginProcessor.cpp Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 7 years ago
PluginProcessor.h Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 8 years ago