JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce_VSTCommon.h File Reference

Classes

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

Namespaces

 juce
 

Macros

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

Macro Definition Documentation

◆ JUCE_MULTICHAR_CONSTANT

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