| .. |
|
juce_AudioPluginInstance.cpp
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +01:00 |
|
juce_AudioPluginInstance.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_AudioProcessor.cpp
|
Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription()
|
2019-02-06 14:25:46 +00:00 |
|
juce_AudioProcessor.h
|
Added plug-in parameter groups
|
2018-09-13 10:48:31 +01:00 |
|
juce_AudioProcessorEditor.cpp
|
Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers
|
2018-10-25 14:14:28 +01:00 |
|
juce_AudioProcessorEditor.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_AudioProcessorGraph.cpp
|
Windows: Restricted the thread safe Studio One hang fix to only non-realtime cases
|
2018-12-07 11:02:15 +00:00 |
|
juce_AudioProcessorGraph.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_AudioProcessorListener.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_AudioProcessorParameter.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_AudioProcessorParameterGroup.cpp
|
Added plug-in parameter groups
|
2018-09-13 10:48:31 +01:00 |
|
juce_AudioProcessorParameterGroup.h
|
Minor documentation fixes
|
2019-02-20 08:36:17 +00:00 |
|
juce_GenericAudioProcessorEditor.cpp
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_GenericAudioProcessorEditor.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
juce_PluginDescription.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |