Splitting a 3 channels buffer into 3 distinc buffers

Adrien Moujahid's icon

Hello,

I'm currently trying to split a 3 channels buffer into 3 different buffers but can't seem to be successful.
I've tried the mxj buf.Op objet but with no success even though I installed the newest version of JDK (which includes JVM if I'm correct).

Is there any other way to get to this result?

Cheers

Source Audio's icon

if you read 3 channel file from disk, import each channel into singe buffer.
If you create 3 channel buffer yourself - then don't, use 3 mono buffers.
If you have to, then peek~ from tripple buffer to 3 mono buffers.
there are faster ways, but about that only if you provide more infos
about OS, maximal audio length, use case etc.


Adrien Moujahid's icon

Problem solved, it worked using the objet bufcompose from the Flucoma package.
Have a good day