ASPiK SDK
Loading...
Searching...
No Matches
channelformats.h File Reference

steinberg VST speaker arrangements and conversion routine to identify as ASPiK Channel Format specifier More...

#include "pluginterfaces/vst/vsttypes.h"

Go to the source code of this file.

Functions

uint32_t Steinberg::Vst::ASPiK::getNumSupportedChannelFormats ()
 returns number of supported channel I/O combinations
 
SpeakerArrangement Steinberg::Vst::ASPiK::getSupportedSpeakerArrangement (uint32_t index)
 implements n-order Lagrange Interpolation
 
uint32_t Steinberg::Vst::ASPiK::getChannelFormatForSpkrArrangement (SpeakerArrangement arr)
 implements n-order Lagrange Interpolation
 

Variables

const unsigned int NUM_SUPPORTED_CHANNEL_FORMATS = 15
 number of supported channel I/O combinations
 
SpeakerArrangement Steinberg::Vst::ASPiK::speakerArrangements [NUM_SUPPORTED_CHANNEL_FORMATS]
 fixed array of supported VST3 speaker arrangements you can add more here if you want to support more channel arrangements; NOTE: these were chosen to match with AU and AAX channal I/O support.
 

Detailed Description

steinberg VST speaker arrangements and conversion routine to identify as ASPiK Channel Format specifier

Author
Will Pirkle
Date
17-September-2018