|
JUCE
|
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 *) |
| void | repostCurrentNSEvent () |
| const PluginHostType & | getHostType () |
| juce::AudioProcessor *JUCE_API JUCE_CALLTYPE | createPluginFilterOfType (juce::AudioProcessor::WrapperType) |
| #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 * | ) |
| void repostCurrentNSEvent | ( | ) |
| const PluginHostType& getHostType | ( | ) |
| juce::AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType | ( | juce::AudioProcessor::WrapperType | ) |
Referenced by StandalonePluginHolder::createPlugin().
1.8.17