-
hello all,
just wondering if anyone has any good examples of using the LiveAPI inside of the JS object in max4live? i'm trying to get my head around how to communicate with the api, and create callbacks to be updated of changes but can only find plain max examples.
is there some hidden repository of wisdom, or is it more of a 'figure it out yourself' kind of thing? afraid my js skills aren't quite as sharp as i thought! hah
tg -
I have started reading a pretty great pdf book, Max for Live Zen Guide. In the Javascript section, he sites these 2 resources for specific JS+LiveAPI
http://www.cycling74.com/docs/max6/dynamic/c74_docs.html#jsliveapi
http://www.cycling74.com/docs/max6/dynamic/c74_docs.html#live_api_overview
may be a little jump starter.. -
There's some actual JS examples that I will try to encapsulate in a M4L patch to share this evening too.
-
thanks so much! would love to see what you're working on
-
Kapture m4l is written almost exclusively in js. Feel free to rip the code apart.
https://liine.net/en/products/kapture/
Will try and dig you out some specific examples too. -
@resoptnediserehtajar oh ya! epic linking, thank you.