I tried, I really tried..
I tried, I really tried..
..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..
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..
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
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..
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.
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..
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.

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.

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.
MBP | Live 9 Suite | Max for Live | Push | MOTU Ultralite | iPad | Analog Modular Synths | Moog Voyager
aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

Re: I tried, I really tried..
hey man thanks a bunch..!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.
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
Last edited by Poster on Sat Sep 12, 2009 5:27 pm, edited 1 time in total.
Re: I tried, I really tried..
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..
so at least I can have a longer than 30 seconds peak inside the patch..
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
Re: I tried, I really tried..
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.
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..
hi Mike.. again thanks for the effort.. really appreciate it..mike@TrackTeam Audio wrote:This one should work better than my previous one.
http://www.trackteamaudio.com/data/lfoproject.zip
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..

Re: I tried, I really tried..
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
edit 2:
After saving and going into Live, they work *facepalm*
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
edit 2:
After saving and going into Live, they work *facepalm*
Re: I tried, I really tried..
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.
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..
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.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.
MBP | Live 9 Suite | Max for Live | Push | MOTU Ultralite | iPad | Analog Modular Synths | Moog Voyager
aka "Tempus3r" | Music | Blog | Twitter | Soundcloud

aka "Tempus3r" | Music | Blog | Twitter | Soundcloud
