get started with the api (live.path / live.object, etc)
-
Jean-Francois Charles
- Posts: 22
- Joined: Sun Jun 28, 2009 5:24 pm
get started with the api (live.path / live.object, etc)
Hi there,
Just want to mention that to get started with the api objects, I found Andrew Benson's story (http://www.cycling74.com/story/2009/7/14/1835/98517) to be the most accessible place. Examples are more basic than, for instance, the LiveAPI in M4L.Examples.
Best,
J-F
Just want to mention that to get started with the api objects, I found Andrew Benson's story (http://www.cycling74.com/story/2009/7/14/1835/98517) to be the most accessible place. Examples are more basic than, for instance, the LiveAPI in M4L.Examples.
Best,
J-F
Last edited by Jean-Francois Charles on Sun Sep 27, 2009 2:31 am, edited 1 time in total.
-
Jean-Francois Charles
- Posts: 22
- Joined: Sun Jun 28, 2009 5:24 pm
Re: get started with the api (live.path / live.object, etc)
Just reading this article again, and I think there might be a few things that have been updated since this preview. Most of the time, "set" should be now "live_set", I guess.
J-F
J-F
-
k reverend
- Posts: 18
- Joined: Mon Sep 03, 2007 7:39 am
- Location: LA
- Contact:
Re: get started with the api (live.path / live.object, etc)
thanks jean francois! just the sort of documentation i've been looking for
-
Gregory Taylor
- Posts: 268
- Joined: Tue Sep 01, 2009 3:11 pm
Re: get started with the api (live.path / live.object, etc)
Andrew's article was great, but there have been changes in the Live API
stuff since it was written. If you slavishly copy what you see instead
of looking at the material alongside the Live Object Model documentation,
stuff's not going to work.
This is from memory, but I think that you'd have to substitute
path live_set for every goto set you see, at the very least. I'm
sure there's other stuff - sit down with the article and the Live
Object Model and I'm sure you can puzzle it out.
stuff since it was written. If you slavishly copy what you see instead
of looking at the material alongside the Live Object Model documentation,
stuff's not going to work.
This is from memory, but I think that you'd have to substitute
path live_set for every goto set you see, at the very least. I'm
sure there's other stuff - sit down with the article and the Live
Object Model and I'm sure you can puzzle it out.
-
k reverend
- Posts: 18
- Joined: Mon Sep 03, 2007 7:39 am
- Location: LA
- Contact:
Re: get started with the api (live.path / live.object, etc)
where can the Live Object Model documentation be found?
-
Jean-Francois Charles
- Posts: 22
- Joined: Sun Jun 28, 2009 5:24 pm
Re: get started with the api (live.path / live.object, etc)
In Max Help, if you search for "live object model", you don't find the right page, but you'll find the [live.object] ref page. From this page, then, there is a link to the "Live Object Model" reference page.
J-F
J-F
Re: get started with the api (live.path / live.object, etc)
Thank you very much for starting this thread.
Re: get started with the api (live.path / live.object, etc)
BTW, AB's article has been updated with the correct syntax now
-A
-A
Re: get started with the api (live.path / live.object, etc)
Awesome. Thanks for the heads-up! That explains why everything in it seems to workpukunui wrote:BTW, AB's article has been updated with the correct syntax now
-A