Create JSON Presets for Max/MSP Patches (or other applications)
Max contains various tools such as colll or presets to store dynamic patch data.
An elegant solution base was proposed here:
https://cycling74.com/forums/sharing-is-fun-example-write-and-read-json-in-javascript
Javascript in Max and jsextensions file
Javascript is slower than C but it is great forprogramming a variety of things in max, such as managing and automating the graphic user interface.
MSP
TO DO