I would like to be able to get all the matrix data from the ‘descr’ tab of my MuBu called ‘audio’ and put it into a buffer~ object where each column is in a different channel of the buffer, is this possible? Thanks!
Hi, the standard way would be to use either the dump
or get
/getmatrix
messages to get all frames, and poke them into a buffer~. But since mubu can use a buffer~ as a pseudo-track called [audio], there might be a shortcut using mubu’s copy/paste into it.
Oh nice! Is there a specific dump or get/getmatrix command to get the data of one column e.g. FrequencyMean? I found (get $1) outputs a specific row but couldn’t figure out columns.
yes! send
getmatrix 0 0
to
mubu.track mubuname descr @matrixcol FrequencyMean
1 Like