| .. |
|
juce_AudioPluginInstance.cpp
|
Moved AudioPluginInstance::refreshParameterList() into AudioProcessor. Did some refactoring of the way AudioProcessor maintains its internal flat list of parameters
|
2019-05-28 10:12:13 +01:00 |
|
juce_AudioPluginInstance.h
|
Fixed some more Linux compiler warnings
|
2019-06-05 10:43:46 +01:00 |
|
juce_AudioProcessor.cpp
|
Added activeEditorLock to AudioProcessor to replace callbackLock when accessing its activeEditor member to prevent priority inversion issues
|
2020-01-06 14:45:41 +00:00 |
|
juce_AudioProcessor.h
|
Fixed some more typos
|
2020-01-07 08:53:23 +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
|
Threadsafety improvements
|
2019-12-19 09:13:14 +00:00 |
|
juce_AudioProcessorGraph.h
|
Threadsafety improvements
|
2019-12-19 09:13:14 +00:00 |
|
juce_AudioProcessorListener.h
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
juce_AudioProcessorParameter.h
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_AudioProcessorParameterGroup.cpp
|
AudioProcessorParameterGroup: Improved the documentation
|
2019-12-02 13:29:56 +00:00 |
|
juce_AudioProcessorParameterGroup.h
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_GenericAudioProcessorEditor.cpp
|
Increase the GenericAudioProcessorEditor minimum height
|
2019-11-12 14:54:08 +00:00 |
|
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
|
2019-05-29 17:13:06 +01:00 |
|
juce_PluginDescription.cpp
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
2019-05-23 14:22:56 +01:00 |
|
juce_PluginDescription.h
|
Deprecated some thread unsafe methods in KnownPluginList and modernised the interface a bit
|
2019-05-23 14:22:56 +01:00 |