Load Multi-channel Audio Into Separate Buffers
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!
Try mc.unpack~ and the recording into buffer Tutorials
Heres a sloppy example
Max Patch
Copy patch and select New From Clipboard in Max.
you can use [mxj buf.Op]
or peek~
Max Patch
Copy patch and select New From Clipboard in Max.
LSKA thank you so much. The peek~ solution works very well for what I wanted to do!