Load Multi-channel Audio Into Separate Buffers

Brian Bellie's icon

I would like to be able to load individual audio channels from a multi-channel audio file into separate buffers (i.e. load a stereo .wav file into 2 single channel buffers). I have looked across the forum and haven't found a good solution to this problem yet. Can this be done?

Thanks!

Dante's icon

Try mc.unpack~ and the recording into buffer Tutorials

Heres a sloppy example

Max Patch
Copy patch and select New From Clipboard in Max.

LSka's icon

you can use [mxj buf.Op]

LSka's icon

or peek~

Max Patch
Copy patch and select New From Clipboard in Max.

Brian Bellie's icon

LSKA thank you so much. The peek~ solution works very well for what I wanted to do!