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 548838e139 Updated the documentation AudioProcessorValueTreeState::Listener::parameterChanged() to clarify that retrieving the value of the parameter that has changed via the other AudioProcessorValueTreeState methods whilst within the callback is not guaranteed to return an up-to-date value 6 years ago
..
juce_AudioParameterBool.h Changes to avoid some clang warnings 6 years ago
juce_AudioParameterChoice.h Changes to avoid some clang warnings 6 years ago
juce_AudioParameterFloat.h Changes to avoid some clang warnings 6 years ago
juce_AudioParameterInt.h Changes to avoid some clang warnings 6 years ago
juce_AudioProcessorParameterWithID.h Changes to avoid some clang warnings 6 years ago
juce_AudioProcessorParameters.cpp APVTS: Use an interval of 0.01 for AudioParameterFloats created using the simple constructor 6 years ago
juce_AudioProcessorValueTreeState.cpp APVTS: Don't call setNewState() when a parameter has been removed from the state 6 years ago
juce_AudioProcessorValueTreeState.h Updated the documentation AudioProcessorValueTreeState::Listener::parameterChanged() to clarify that retrieving the value of the parameter that has changed via the other AudioProcessorValueTreeState methods whilst within the callback is not guaranteed to return an up-to-date value 6 years ago
juce_RangedAudioParameter.h Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses 6 years ago