JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::SpeakerMappings::Mapping Struct Reference

Structure describing a mapping. More...

#include <juce_VSTCommon.h>

Collaboration diagram for juce::SpeakerMappings::Mapping:

Public Member Functions

bool matches (const Array< ChannelType > &chans) const noexcept
 

Public Attributes

ChannelType channels [13]
 
int32 vst2
 

Detailed Description

Structure describing a mapping.

Member Function Documentation

◆ matches()

bool juce::SpeakerMappings::Mapping::matches ( const Array< ChannelType > &  chans) const
inlinenoexcept

Member Data Documentation

◆ channels

ChannelType juce::SpeakerMappings::Mapping::channels[13]

Referenced by matches().

◆ vst2

int32 juce::SpeakerMappings::Mapping::vst2

The documentation for this struct was generated from the following file: