Share Parameters with Open Frameworks app and Resolume

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
hive8
Is seriously in love with Resolume. Met the parents and everything
Posts: 331
Joined: Sat Jan 22, 2011 22:42
Location: Los Angeles

Share Parameters with Open Frameworks app and Resolume

Post by hive8 »

What would be the best way to share parameters between a openframeworks app and resolume.

I have spout integrated so they share the video portion now i just need to be able to control it from resolume.
HIVE 8 | Quantum Laser | http://www.hive8.com

j4s0n.c
Is taking Resolume on a second date
Posts: 16
Joined: Thu Dec 13, 2012 06:51

Re: Share Parameters with Open Frameworks app and Resolume

Post by j4s0n.c »

I left a suggestion in your FFGL plugin thread about this...

1) Put any effect on a clip or the comp, one with enough parameters to do what you want. Bypass it.
--If you want to use the same parameters from an effect your are actually using in Resolume, don't bypass, just use that.
2) Receive OSC in PureData or whatever thing like that you know. Convert to MIDI.
--Enable OSC mapping mode in Resolume to see what you need to route. will be something like:
"/composition/video/effect1/param1/values 0-1"

3) Use loopMIDI/MIDI Yoke/Copperlan (Win) or IAC core MIDI (OSX) to send that MIDI to OF.

...if OpenFranework can do OSC, skip the pd part and go straight from Reso to OF with OSC.

hive8
Is seriously in love with Resolume. Met the parents and everything
Posts: 331
Joined: Sat Jan 22, 2011 22:42
Location: Los Angeles

Re: Share Parameters with Open Frameworks app and Resolume

Post by hive8 »

Thanks for the reply, I did make such a connection with direct link to resolume via OSC, each of the parameter has even a enable / disable checkbox. I will publish a bunch of new stuff this coming month.

Thank you for the suggestion :)
HIVE 8 | Quantum Laser | http://www.hive8.com

Post Reply