.. |
juce_AudioParameterBool.h
|
Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes
|
7 years ago |
juce_AudioParameterChoice.h
|
Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes
|
7 years ago |
juce_AudioParameterFloat.h
|
Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes
|
7 years ago |
juce_AudioParameterInt.h
|
Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes
|
7 years ago |
juce_AudioProcessorParameterWithID.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
juce_AudioProcessorParameters.cpp
|
Added a callback to AudioParameterBool, Choice, Float and Int which is called when the parameter value changes
|
7 years ago |
juce_AudioProcessorValueTreeState.cpp
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
7 years ago |
juce_AudioProcessorValueTreeState.h
|
Added a category support for parameters created with the AudioProcessorValueTree
|
7 years ago |