1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_audio_processors/processors
2019-07-10 15:30:12 +01:00
..
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 Cancel any pending async updates in DuplicateParamIDCheck destructor 2019-07-10 15:30:12 +01:00
juce_AudioProcessor.h Fixed a warning 2019-06-12 17:11:53 +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 Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 2019-06-05 17:04:06 +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 Some minor improvements to GenericAudioProcessorEditor 2019-06-17 15:48:56 +01: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