Hacker News new | ask | show | jobs
by pottering 1129 days ago
Max MSP has a lot of Javascript stuff, your JS experience will be very useful with Max For Live.
1 comments

Handling/touching/processing MIDI events with JavaScript in Max will mess up the timing due to how Max handles scheduling — it will defer the event to a lower priority thread — so I don't recommend doing that. You can safely use JS for GUI code and using Ableton's API to manipulate the session and UI, though.