Page 1 of 1

I tried, I really tried..

Posted: Sat Sep 12, 2009 2:12 pm
by Poster
..but without any documentation on live.remote~, live.path~ etc. I will not succeed in building MyFirstRemoteLFO..

can anyone post a remote control LFO patch such as shown here so I can open it and learn:
http://cycling74.s3.amazonaws.com/downl ... remote.mov

thanks..

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 2:39 pm
by mdk
have a look in your install here :

Cycling '74\Max 5.0\examples\M4L.Examples\LiveAPI\Abstractions

there are quite a lot of useful abstractions which you can study / combine, e.g.

M4L.api.SelectDevice
M4L.api.SelectParameter
M4L.api.DeviceParameterRemote

that should get you going :)

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 4:37 pm
by mdk
i knocked together a really simple LFO which might help you get going :

http://relivethefuture.com/music/patche ... pleLFO.zip

I dont know if you need to pack up all the files but I did anyway. :)

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 5:15 pm
by synnack
Thanks. I've been fighting all day with live.path trying to emulate just the basic things like this and getting "invalid syntax" in the max window.

Image

I didn't even think to just use the builtin sub patchers like you did in your sample LFO.

still annoying that even that basic getcount tracks example doesn't work though.

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 5:22 pm
by Poster
mdk wrote:i knocked together a really simple LFO which might help you get going :

http://relivethefuture.com/music/patche ... pleLFO.zip

I dont know if you need to pack up all the files but I did anyway. :)
hey man thanks a bunch..! :D really appreciate it..

however.. this LFO is also freezing/crashing both Max and Live.. (the same as with the LFO from Mike TrackTeam)

I really have no clue why this is happening..
what I do is open the MFL preset, go into edit mode,
then after about 20-30 seconds Max freezes, Live as well,
then Live crashes..
:?


as reported here;
http://forum.ableton.com/viewtopic.php? ... 17#p980117

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 5:24 pm
by Poster
I found that for now the only way to bypass the crash is to temporarily disable Live's audio engine..
so at least I can have a longer than 30 seconds peak inside the patch..

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 10:04 pm
by Michael Hatsis
This one should work better than my previous one.

www.trackteamaudio.com/data/lfoproject.zip


you can duplicate the lfo device as many times as you want-

as for the live.object and live.path check out the examples in the mfl folder in your max app folder. all the info is in there. also, look at the live api documentation in the max docs. tells you whats there and how you can access it.

Re: I tried, I really tried..

Posted: Sat Sep 12, 2009 11:07 pm
by Poster
mike@TrackTeam Audio wrote:This one should work better than my previous one.
http://www.trackteamaudio.com/data/lfoproject.zip
hi Mike.. again thanks for the effort.. really appreciate it..

howeverrr.. sigh, yes again..
this LFO also crashes Live and Max.. same procedure as before; once going into patching mode; freeze>crash..
anyway.. the LFO works perfect without patching.. thanks..
cheers.. Marco


also got this conflict message..

Image

Re: I tried, I really tried..

Posted: Sat Sep 19, 2009 11:31 am
by Veqtor
How did you spawn bpatchers that include
M4L.api.SelectDevice
M4L.api.SelectParameter
M4L.api.DeviceParameterRemote

When I try I just get a blank bpatcher window.
If I go into your patch and save a prototype of your bpatchers, and recall the prototype, I still get a blank bpatcher, this time with the same size as yours. Bug?

edit:

If I recall one of yours as one of the prototypes, they go blank, and if I undo the change, they're still blank 8O
edit 2:
After saving and going into Live, they work *facepalm*

Re: I tried, I really tried..

Posted: Sat Sep 19, 2009 12:00 pm
by mdk
for the bpatchers i normally just hit 'n', type bpatcher, ctrl + b to bring up the browser and then drag the file from the browser to the bpatcher.

one thing that helps a lot is in the browser create and save a search for 'M4L', then anytime you need one of the abstractions its easy to get to. :)

Re: I tried, I really tried..

Posted: Sun Oct 25, 2009 1:35 pm
by synnack
mike@TrackTeam Audio wrote:This one should work better than my previous one.

http://www.trackteamaudio.com/data/lfoproject.zip


you can duplicate the lfo device as many times as you want-

as for the live.object and live.path check out the examples in the mfl folder in your max app folder. all the info is in there. also, look at the live api documentation in the max docs. tells you whats there and how you can access it.
Mike, can you post this device on maxforlive.com? It's a really good simple example of an LFO that everyone has been asking for.