.. |
juce_AudioPluginInstance.cpp
|
Multiple spelling fixes
|
6 years ago |
juce_AudioPluginInstance.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioProcessor.cpp
|
Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription()
|
6 years ago |
juce_AudioProcessor.h
|
Added plug-in parameter groups
|
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
|
Fixed an issue where AudioProcessorGraph would drop MIDI notes close to the playhead when started
|
6 years ago |
juce_AudioProcessorGraph.h
|
Changes to avoid some clang warnings
|
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
|
Added plug-in parameter groups
|
6 years ago |
juce_AudioProcessorParameterGroup.h
|
Minor documentation fixes
|
6 years ago |
juce_GenericAudioProcessorEditor.cpp
|
Changes to avoid some clang warnings
|
6 years ago |
juce_GenericAudioProcessorEditor.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_PluginDescription.cpp
|
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_PluginDescription.h
|
Add documentation tags
|
7 years ago |