| .. |
|
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 an assertion to check the default latency compensation in processBlockBypassed
|
2019-03-26 11:34:25 +00:00 |
|
juce_AudioProcessor.h
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00: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
|
VST3: Fixed a MIDI routing bug
|
2019-03-12 13:43:09 +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 missing unit test categories
|
2019-04-02 11:53:18 +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 |