DerliFe
Results
1
comments of
DerliFe
It's because **ExampleHost** is hard coding the channels index using only the first two, channels which in make case do nothing: activeChannels.add(asioDriver.getChannelOutput(0)); activeChannels.add(asioDriver.getChannelOutput(1)); It should be: for (int i =...