Use 8 audio IO in main variant
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1314aeebb5
commit
026cde3807
4 changed files with 8 additions and 7 deletions
|
@ -604,10 +604,10 @@ protected:
|
|||
|
||||
void initAudioPort(const bool input, uint32_t index, AudioPort& port) override
|
||||
{
|
||||
if (index >= 2)
|
||||
if (index >= 8)
|
||||
{
|
||||
port.hints = kAudioPortIsCV | kCVPortHasPositiveUnipolarRange | kCVPortHasScaledRange;
|
||||
index -= 2;
|
||||
index -= 8;
|
||||
}
|
||||
|
||||
CardinalBasePlugin::initAudioPort(input, index, port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue