JUCE
Classes | Macros
juce_VSTCommon.h File Reference

Classes

struct  SpeakerMappings
 Structure for VST speaker mappings. More...
 
struct  SpeakerMappings::Mapping
 Structure describing a mapping. More...
 
class  SpeakerMappings::VstSpeakerConfigurationHolder
 Class to hold a speaker configuration. More...
 

Macros

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