max4node
max4node copied to clipboard
Control Ableton Live through Node.js. Yes, holy shit.
small typo in which `.once` was there, instead of the working `.on`
I've been able to produce a situation where Max4Node loses its connection to Ableton Live after a period of 15–20 minutes of continuous use. At this time, Max4node doesn't report...
Code: ``` // Fire the callback with the updated position of the clip (if it's playing). max.observe({ path: 'live_set tracks 1 clip_slots 0 clip', property: 'playing_position' }) .on('value', function(val) {...