1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_audio_processors/processors
2020-03-02 15:41:08 +00: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 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 Threadsafety improvements 2020-02-25 16:21:10 +00:00
juce_AudioProcessorEditor.cpp Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
juce_AudioProcessorEditor.h Windows: Refactored DPI handling in the VST wrapper and hosting code 2020-03-02 15:41:08 +00:00
juce_AudioProcessorGraph.cpp AudioProcessorGraph: Immediately rebuild the graph if topology changes on the message thread 2020-02-10 16:41:49 +00:00
juce_AudioProcessorGraph.h Updated the documentation for AudioProcessorGraph::addNode() 2020-01-20 09:26:15 +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