Hi,
I am working on a mubu(cartart)-based live patch and have an issue managing descriptors tracks data saved as a json.
While working on my soundfiles to get analyzed etc, I use the ‘writetrack descriptors_track name.json’ message to save my descriptors track. Fine.
My live patch is setup with a mubu containing 8 buffers (each having an audio track and its corresponding descriptors track). I basically would like to import both audiofile and json descriptors track in the selected buffer of my mubu.
Problem is when doing so (setting active buffer using ‘bufferindex n’ then ‘readtrack descriptors.json’), my mubu get overwritten and all other buffers get deleted.
Am I missing a way to either save a track as json without including the number of buffers or a way to import a track while ignoring the numBuffers key stored in the json ?
Cheers,
Julien