prepare for special summing channels

This commit is contained in:
Volker Fischer 2018-03-25 11:22:30 +00:00
parent 7f41f186d4
commit 0b906f8498
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ protected:
// ASIO stuff
ASIODriverInfo driverInfo;
ASIOBufferInfo bufferInfos[2 * NUM_IN_OUT_CHANNELS]; // for input and output buffers -> "2 *"
ASIOBufferInfo bufferInfos[2 * MAX_NUM_IN_OUT_CHANNELS]; // for input and output buffers -> "2 *"
ASIOChannelInfo channelInfosInput[MAX_NUM_IN_OUT_CHANNELS];
ASIOChannelInfo channelInfosOutput[MAX_NUM_IN_OUT_CHANNELS];
bool bASIOPostOutput;