| .. |
|
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
|
Reduced the number of duplicate parameter ID check messages
|
2019-10-28 15:06:16 +00:00 |
|
juce_AudioProcessor.h
|
Minor documentation fix
|
2019-08-27 18:49:39 +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
|
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
|
2019-06-05 17:04:06 +01:00 |
|
juce_AudioProcessorGraph.h
|
Added a default constructor to AudioProcessorGraph::Connection
|
2019-08-28 15:23:14 +01: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
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
juce_AudioProcessorParameterGroup.h
|
Enforced more comprehensive const-correctness in the JUCE container classes
|
2019-05-29 08:52:16 +01: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 |