|
JUCE
|
Classes | |
| class | PluginHostType |
| A useful utility class to determine the host or DAW in which your plugin is loaded. More... | |
Macros | |
| #define | JUCE_CHECKSETTINGMACROS_H |
| #define | JucePlugin_Build_VST3 0 |
| #define | Component juce::Component |
| #define | Point juce::Point |
Functions | |
| void | attachWindowHidingHooks (void *, void *, void *) |
| void | removeWindowHidingHooks (void *) |
| juce::AudioProcessor *JUCE_CALLTYPE | createPluginFilter () |
| Somewhere in the codebase of your plugin, you need to implement this function and make it return a new instance of the filter subclass that you're building. More... | |
| AudioProcessor *JUCE_API JUCE_CALLTYPE | createPluginFilterOfType (AudioProcessor::WrapperType type) |
| void | repostCurrentNSEvent () |
| const PluginHostType & | getHostType () |
| #define JUCE_CHECKSETTINGMACROS_H |
| #define JucePlugin_Build_VST3 0 |
| #define Component juce::Component |
| #define Point juce::Point |
| void attachWindowHidingHooks | ( | void * | , |
| void * | , | ||
| void * | |||
| ) |
| void removeWindowHidingHooks | ( | void * | ) |
| juce::AudioProcessor* JUCE_CALLTYPE createPluginFilter | ( | ) |
Somewhere in the codebase of your plugin, you need to implement this function and make it return a new instance of the filter subclass that you're building.
Referenced by createPluginFilterOfType().
| AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType | ( | AudioProcessor::WrapperType | type | ) |
| void repostCurrentNSEvent | ( | ) |
| const PluginHostType& getHostType | ( | ) |
1.8.13