Hello all!
How is it possible to make a plugin available for LRCS channel configurations in Pro Tools.
Our Appconfig looks like this at the moment:
#ifndef JucePlugin_PreferredChannelConfigurations #define JucePlugin_PreferredChannelConfigurations {2, 2}, {6, 6}, {8, 8}, {7, 7}, {5, 5}, {4, 4}, {3, 3}, {1, 1} #endif
The Plugin is only visible in the insert list for "Quad".
cheers
yann