| .. |
|
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
|
Fixed a threading issue when checking for duplicate parameter IDs
|
2019-11-21 16:43:17 +00:00 |
|
juce_AudioProcessor.h
|
AudioProcessorGraph: Fixed some thread safety issues
|
2019-12-09 09:56:26 +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
|
AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources
|
2019-12-09 10:42:17 +00:00 |
|
juce_AudioProcessorGraph.h
|
AudioProcessorGraph: Fixed an issue where processBlock could be called simultaneously with releaseResources
|
2019-12-09 10:42:17 +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
|
AudioProcessorParameterGroup: Improved the documentation
|
2019-12-02 13:29:56 +00:00 |
|
juce_AudioProcessorParameterGroup.h
|
AudioProcessorParameterGroup: Improved the documentation
|
2019-12-02 13:29:56 +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 |