Page 1 of 1

modified clip launcher for Resolume, help!

Posted: Thu Dec 29, 2011 11:52 am
by 4Rdn926m
Hi !

I'v downloaded the Resolume M4L patches, it works fine but i think the clip launcher is too automated :
you can choose the layer you're controling but the clip selection (in Resolume) depends on the scene number in ableton.



Is there anyway to create another patch (simpler?) that would work like that :
- get a midi note out of a clip
- go trough a "correspondance" table of any kind that would do something like midi note C1 ---> OSC message to launch /layer1/clip1 (in resolume it's /layer1/clip1/connect1) ; C#1 --> clip2 and so on.
- send it over to udp

A more complicated version would include a "CC reader" so that you can get
- the CC value out of a midi clip
- CC --> OSC (/activeclip/video/position/values)



I hope you understand what i need, i also hope that you can help me , and please remember that i am (almost) a total beginner in M4L...
Cheers

Re: modified clip launcher for Resolume, help!

Posted: Sun Jan 01, 2012 12:59 am
by synnack
can you post a link to the resolume device you are talking about? it would help to understand the scenario.

Re: modified clip launcher for Resolume, help!

Posted: Sun Jan 01, 2012 11:37 pm
by Machinate
both those patch scenarios are quite simple to construct.

the "correspondance table" to mention is similar to the "coll" object, but could be realized with a "select" object and a number of message boxes, really.

"send it over udp" - well, just use the udpsend object :)

Re: modified clip launcher for Resolume, help!

Posted: Fri Jan 13, 2012 10:16 am
by 4Rdn926m
Well, first of all, thanks for your replies

and next, a friend of a friend is actually a M4L "master" well , he appears to me as one...

We sat in front of the computer for a afternoon or so, and now i managed to make what i needed.

Cheers