< Back to IRCAM Forum

Reading JSON partials data into MuBu

Hi,

Can anyone recommend a way to parse a JSON file of partials data and read into a MuBu, please?

The format of the data is a list of lists of partials data for each partial.

Since you can parse a JSON file straight into a Max dict object, the question could equally be, can anyone recommend a way to parse arbitrarily formatted partials data from a dict object to a MuBu?

Thanks!

Graham

Hi Graham,

you just need to fill a mubu track with your partial data, as shown in the additive-resynthesis example patch. Can be done in pure Max or with js (check out mubu.javascript).

Best, Diemo

Thanks Diemo!