LMMS
Loading...
Searching...
No Matches
juce::DynamicChannelMapping Class Reference

#include <juce_VST3Common.h>

Public Member Functions

 DynamicChannelMapping (const AudioChannelSet &channelSet, bool active)
 DynamicChannelMapping (const AudioChannelSet &channelSet)
 DynamicChannelMapping (const AudioProcessor::Bus &bus)
AudioChannelSet getAudioChannelSet () const
int getJuceChannelForVst3Channel (int vst3Channel) const
size_t size () const
bool isHostActive () const
bool isClientActive () const
void setHostActive (bool active)
void setClientActive (bool active)

Private Attributes

AudioChannelSet set
ChannelMapping map
bool hostActive = false

Constructor & Destructor Documentation

◆ DynamicChannelMapping() [1/3]

juce::DynamicChannelMapping::DynamicChannelMapping ( const AudioChannelSet & channelSet,
bool active )
inline

◆ DynamicChannelMapping() [2/3]

juce::DynamicChannelMapping::DynamicChannelMapping ( const AudioChannelSet & channelSet)
inlineexplicit

◆ DynamicChannelMapping() [3/3]

juce::DynamicChannelMapping::DynamicChannelMapping ( const AudioProcessor::Bus & bus)
inlineexplicit

Member Function Documentation

◆ getAudioChannelSet()

AudioChannelSet juce::DynamicChannelMapping::getAudioChannelSet ( ) const
inline

◆ getJuceChannelForVst3Channel()

int juce::DynamicChannelMapping::getJuceChannelForVst3Channel ( int vst3Channel) const
inline

◆ isClientActive()

bool juce::DynamicChannelMapping::isClientActive ( ) const
inline

◆ isHostActive()

bool juce::DynamicChannelMapping::isHostActive ( ) const
inline

◆ setClientActive()

void juce::DynamicChannelMapping::setClientActive ( bool active)
inline

◆ setHostActive()

void juce::DynamicChannelMapping::setHostActive ( bool active)
inline

◆ size()

size_t juce::DynamicChannelMapping::size ( ) const
inline

Member Data Documentation

◆ hostActive

bool juce::DynamicChannelMapping::hostActive = false
private

◆ map

ChannelMapping juce::DynamicChannelMapping::map
private

◆ set

AudioChannelSet juce::DynamicChannelMapping::set
private

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