Skip to content

Examples of the old and new JS API for Max/MSP/Jitter.

Notifications You must be signed in to change notification settings

n1ckfg/max_js_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Max JS test

Examples of the old and new JS API for Max/MSP/Jitter. (TL;DR you probably want the new one.)

The node.script object was introduced in Max 8. It uses node.js and the Chrome V8 engine, and runs in its own thread. Its API is more complex but it can use JS ES6 and external libraries.

The Max js object was introduced in Max 5. It uses the Firefox SpiderMonkey engine, and runs in the main thread. It has a simpler API but can only use JS ES5 without external libraries.

About

Examples of the old and new JS API for Max/MSP/Jitter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published