JUCE
Macros | Enumerations

Macros

#define JUCE_STATE_DICTIONARY_KEY   "jucePluginState"
 
#define DEVELOPMENT   0
 
#define JUCE_MULTICHAR_CONSTANT(a, b, c, d)   (d | (((uint32) c) << 8) | (((uint32) b) << 16) | (((uint32) a) << 24))
 

Enumerations

enum  { kAudioUnitProperty_SupportsMPE = 58 }
 

Detailed Description

Macro Definition Documentation

◆ JUCE_STATE_DICTIONARY_KEY

#define JUCE_STATE_DICTIONARY_KEY   "jucePluginState"

◆ DEVELOPMENT

#define DEVELOPMENT   0

◆ JUCE_MULTICHAR_CONSTANT

#define JUCE_MULTICHAR_CONSTANT (   a,
  b,
  c,
 
)    (d | (((uint32) c) << 8) | (((uint32) b) << 16) | (((uint32) a) << 24))

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kAudioUnitProperty_SupportsMPE 

Custom AudioUnit property used to indicate MPE support.