|
openshot-audio
0.1.7
|
#include "../juce_gui_basics/juce_gui_basics.h"#include "../juce_audio_basics/juce_audio_basics.h"#include "processors/juce_AudioPlayHead.h"#include "processors/juce_AudioProcessorEditor.h"#include "processors/juce_AudioProcessorListener.h"#include "processors/juce_AudioProcessorParameter.h"#include "processors/juce_AudioProcessor.h"#include "processors/juce_PluginDescription.h"#include "processors/juce_AudioPluginInstance.h"#include "processors/juce_AudioProcessorGraph.h"#include "processors/juce_GenericAudioProcessorEditor.h"#include "format/juce_AudioPluginFormat.h"#include "format/juce_AudioPluginFormatManager.h"#include "scanning/juce_KnownPluginList.h"#include "format_types/juce_AudioUnitPluginFormat.h"#include "format_types/juce_LADSPAPluginFormat.h"#include "format_types/juce_VSTMidiEventList.h"#include "format_types/juce_VSTPluginFormat.h"#include "format_types/juce_VST3PluginFormat.h"#include "scanning/juce_PluginDirectoryScanner.h"#include "scanning/juce_PluginListComponent.h"Go to the source code of this file.
Namespaces | |
| juce | |
Macros | |
| #define | JUCE_PLUGINHOST_VST 0 |
| #define | JUCE_PLUGINHOST_VST3 0 |
| #define | JUCE_PLUGINHOST_AU 0 |
| #define | JUCE_SUPPORT_CARBON 1 |
| #define JUCE_PLUGINHOST_AU 0 |
Config: JUCE_PLUGINHOST_AU Enables the AudioUnit plugin hosting classes. This is Mac-only, of course.
| #define JUCE_PLUGINHOST_VST 0 |
Config: JUCE_PLUGINHOST_VST Enables the VST audio plugin hosting classes. This requires the Steinberg VST SDK to be installed on your machine.
| #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_SUPPORT_CARBON 1 |
1.8.13