JUCE
|
Macros | |
#define | JUCE_AUDIO_PROCESSORS_H_INCLUDED |
#define | JUCE_PLUGINHOST_VST 0 |
Config: JUCE_PLUGINHOST_VST Enables the VST audio plugin hosting classes. More... | |
#define | JUCE_PLUGINHOST_VST3 0 |
Config: JUCE_PLUGINHOST_VST3 Enables the VST3 audio plugin hosting classes. More... | |
#define | JUCE_PLUGINHOST_AU 0 |
Config: JUCE_PLUGINHOST_AU Enables the AudioUnit plugin hosting classes. More... | |
#define | JUCE_SUPPORT_LEGACY_AUDIOPROCESSOR 1 |
#define JUCE_AUDIO_PROCESSORS_H_INCLUDED |
#define JUCE_PLUGINHOST_VST 0 |
Config: JUCE_PLUGINHOST_VST Enables the VST audio plugin hosting classes.
#define JUCE_PLUGINHOST_VST3 0 |
Config: JUCE_PLUGINHOST_VST3 Enables the VST3 audio plugin hosting classes.
This requires the Steinberg VST3 SDK to be installed on your machine.
#define JUCE_PLUGINHOST_AU 0 |
Config: JUCE_PLUGINHOST_AU Enables the AudioUnit plugin hosting classes.
This is Mac-only, of course.
#define JUCE_SUPPORT_LEGACY_AUDIOPROCESSOR 1 |