1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
JUCE/modules/juce_audio_processors/processors
hogliux 7d28d7dec2 Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations)
Also added the method AudioProcessor::getAAXPluginIDForMainBusConfig for developers to override the generation of AAX plug-in IDs so that their plug-ins remain backward compatible
2017-02-13 11:57:22 +00:00
..
juce_AudioPlayHead.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_AudioPluginInstance.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_AudioProcessor.cpp Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations) 2017-02-13 11:57:22 +00:00
juce_AudioProcessor.h Added a fix to generate the AAX plug-in ID from the channel configuration (and not an arbitrary order in which JUCE probes configurations) 2017-02-13 11:57:22 +00:00
juce_AudioProcessorEditor.cpp Add support for plug-ins which do not want to use a resize corner 2016-06-13 16:43:55 +01:00
juce_AudioProcessorEditor.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_AudioProcessorGraph.cpp Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 2016-12-07 10:10:20 +00:00
juce_AudioProcessorGraph.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_AudioProcessorListener.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_AudioProcessorParameter.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_GenericAudioProcessorEditor.cpp Added support for level meter parameter categories 2017-01-11 18:02:40 +00:00
juce_GenericAudioProcessorEditor.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_PluginDescription.cpp Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime 2015-11-09 17:21:33 +00:00
juce_PluginDescription.h Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00