prepare for special summing channels
This commit is contained in:
parent
7f41f186d4
commit
0b906f8498
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue