.. |
juce_AudioPluginInstance.cpp
|
Moved AudioPluginInstance::refreshParameterList() into AudioProcessor. Did some refactoring of the way AudioProcessor maintains its internal flat list of parameters
|
6 years ago |
juce_AudioPluginInstance.h
|
Fixed some more Linux compiler warnings
|
6 years ago |
juce_AudioProcessor.cpp
|
Refactored some AudioProcessor addParam methods to make sure the parameters always have a valid index set
|
6 years ago |
juce_AudioProcessor.h
|
Fixed a warning
|
6 years ago |
juce_AudioProcessorEditor.cpp
|
Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers
|
6 years ago |
juce_AudioProcessorEditor.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_AudioProcessorGraph.cpp
|
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
|
6 years ago |
juce_AudioProcessorGraph.h
|
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
|
6 years ago |
juce_AudioProcessorListener.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioProcessorParameter.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioProcessorParameterGroup.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
juce_AudioProcessorParameterGroup.h
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
6 years ago |
juce_GenericAudioProcessorEditor.cpp
|
Some minor improvements to GenericAudioProcessorEditor
|
6 years ago |
juce_GenericAudioProcessorEditor.h
|
Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window
|
6 years ago |
juce_PluginDescription.cpp
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
6 years ago |
juce_PluginDescription.h
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
6 years ago |