ircam-ismm / catart-mubu

MuBu based version of CataRT
Other
30 stars 4 forks source link

CataRT SOM: JS implementation + minimal working example #32

Closed jonasmargraf closed 5 years ago

jonasmargraf commented 5 years ago

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.

diemoschwarz commented 5 years ago

integrated in branch som