Here is my stripped down implementation of the SOM in JavaScript for use with the catart-mubu-simple example patch, which I edited slightly (I just added 2 receive objects to access the [mubu.process] inside it).
Please note that catart-mubu-simple keeps crashing for me very often when trying to repeat actions (e.g. almost always when dropping in another audio file after one was previously loaded). Also, the [imubu] doesn't show the unit markers when using the SOM dimensions as the X and Y axes (this worked fine for me in prior versions, like the catart-by-mubu patch).
To get the order of operations correct, I've also included a short readme.
Here is my stripped down implementation of the SOM in JavaScript for use with the catart-mubu-simple example patch, which I edited slightly (I just added 2 receive objects to access the
[mubu.process]
inside it).Please note that catart-mubu-simple keeps crashing for me very often when trying to repeat actions (e.g. almost always when dropping in another audio file after one was previously loaded). Also, the
[imubu]
doesn't show the unit markers when using the SOM dimensions as the X and Y axes (this worked fine for me in prior versions, like the catart-by-mubu patch).To get the order of operations correct, I've also included a short readme.