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.
Tom Poole 98f4056d6e AudioProcessorParameterGroup: Improved the documentation 5 years ago
..
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 Fixed a threading issue when checking for duplicate parameter IDs 5 years ago
juce_AudioProcessor.h AudioProcessorParameterGroup: Improved the documentation 5 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 Improved the thread safety of AudioProcessorGraph 5 years ago
juce_AudioProcessorGraph.h Improved the thread safety of AudioProcessorGraph 5 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 AudioProcessorParameterGroup: Improved the documentation 5 years ago
juce_AudioProcessorParameterGroup.h AudioProcessorParameterGroup: Improved the documentation 5 years ago
juce_GenericAudioProcessorEditor.cpp Increase the GenericAudioProcessorEditor minimum height 5 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