Page 1 of 2
Parameter animation curves
Posted: Mon Apr 28, 2014 00:54
by Conduit
Apologies if this one's been said already - I didn't see anything, but I'm new to the forums so I might have just missed it.
I've always felt that the 'Clip Position' and 'BPM Sync' parameter animation modes were one of Resolume's best features. That said, I would love to see them replaced with something that allows finer control over the parameter based on the relative position within the source. The ability to draw a curve defining the parameter value at a given position would be extremely powerful... I'm thinking something similar to Ableton Live's automation envelope:
Drawing the red lines determines the value of a parameter at a given point in the animation... Food for thought

Re: Parameter animation curves
Posted: Mon Apr 28, 2014 11:24
by cosmowe
Hi Conduit,
maybe the easing parameters which you can define for mostly every parameter will nearly fulfil your needs?
Enjoy!
cosmowe
Re: Parameter animation curves
Posted: Mon Apr 28, 2014 11:45
by Conduit
They don't hurt, but they're no match for a greater degree of control. You could, for example, automate the x/y positioning of a clip, ensuring that the repositioned clip always stayed centered over a certain part of a moving image from another clip in the column... Doesn't matter where the certain part is as long as the parameters are automated properly and both clips are synced.
Re: Parameter animation curves
Posted: Mon Apr 28, 2014 23:43
by ReggieUnderground
Have you tried Vezér?
http://vezerapp.hu
Re: Parameter animation curves
Posted: Tue Apr 29, 2014 18:47
by Conduit
That is PRECISELY what I'm talking about! Unfortunately the program is Mac-only... This did bring my attention to the extreme level to which Resolume exposes itself to OSC, though - I'm pretty code-savvy, so perhaps I will make a similar software package. If this gets past the planning stage I'll be sure to keep everyone posted in the developers subforum

Re: Parameter animation curves
Posted: Tue Apr 29, 2014 22:24
by drazkers
Conduit wrote:That is PRECISELY what I'm talking about! Unfortunately the program is Mac-only... This did bring my attention to the extreme level to which Resolume exposes itself to OSC, though - I'm pretty code-savvy, so perhaps I will make a similar software package. If this gets past the planning stage I'll be sure to keep everyone posted in the developers subforum

http://www.duration.cc/ Does what you want and its multi platform.
You could also use touch designer.
Both are free for timeline and OSC!
Re: Parameter animation curves
Posted: Wed Apr 30, 2014 00:01
by thedawjones
You can create
midi clips with pitch bend curves in ableton,
route the track to resolume and map the curve to whatever you wish.
This enables you to have as many predefined triggers/curves as you wish,
and the ability to launch/sequence and they will never lose time.
There is also no need to midi/sync bpm since your clips are quantised in ableton.
This will save you some overhead.
IMO if you are using ableton(or any software with midi out/envelope editing) for audio in your performance, presently ,this is the easiest method for mapping animation curves in Resolume.

Re: Parameter animation curves
Posted: Wed Apr 30, 2014 01:18
by Conduit
Great responses, guys - I'll be exploring all of these options. After a cursory glance Duration, it looks like it'd integrate extremely well with my other projects... That might be my final choice on the basis of versatility alone.
Edit: From a brief glance at the way OSC connections work, it looks like any OSC commands sent to a parameter on a given clip will follow the active clip in the layer... If a different clip in the same layer is triggered, then the OSC commands sent to the old clip will be sent to the corresponding parameter on the newly triggered clip. Can anyone confirm/deny this?
Re: Parameter animation curves
Posted: Wed Apr 30, 2014 11:12
by cosmowe
Hmmm...its also possible to build something like vezer with the lemur (liine)...but it also will be a lot of work
Greetz
cosmowe
Re: Parameter animation curves
Posted: Thu May 01, 2014 09:48
by .lov.
Conduit wrote:Edit: From a brief glance at the way OSC connections work, it looks like any OSC commands sent to a parameter on a given clip will follow the active clip in the layer... If a different clip in the same layer is triggered, then the OSC commands sent to the old clip will be sent to the corresponding parameter on the newly triggered clip. Can anyone confirm/deny this?
It depends on the commands. If you send OSC to the active clip, for example:
/activeclip/video/opacity/values then the command will always affect to active clip. As far I know, you cannot send OSC to a given clip per layer, just for the active (selected) one. I am not totally sure about this.
On the layers side, you can use the
activelayer keyword if you want to control to selected layer, but you can also send command to a specific layer, so both
/activelayer/video/opacity/values and
/layer1/video/opacity/values will work.