Multichannel audio input from ASIO
I am just starting out with MAX 6 on Windows 7...
I want to feed 8 channels of audio from another app via ASIO.
In MAX, my ADC audio status says "Input channels 8" and "Output channels 10", but in the interface, I only see two outputs from the ADC.
How do I access the other channels?
You have to supply arguments for the channels you want to use:
[adc~ 1 2 3 4 5 6 7 8]
Thank you so much. That worked. Wasn't obvious to me.