Processing for Resolume

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
leadedge
Hasn't felt like this about software in a long time
Posts: 104
Joined: Fri Feb 14, 2014 13:58

Processing for Resolume

Post by leadedge »

Hi everybody,

Imagine you were a Processing buf and just wished you could have your sketches in Resolume as plugins or something, but making a C++ Freeframe plugin is just too much.

Well now you can. Absolutely minimal changes to your sketch and you can load it into Resolume, nothing more to do, and it comes up just like a custom-made FFGL plugin.

What is this all about you ask. Well look here :

http://ericmedine.com/spout-controller-for-resolume/

and here :

https://github.com/leadedge/SpoutControls/releases

Boring details :

Any Processing sketch can be converted in a matter of minutes to allow variables within the sketch to be controlled by the Freeframe user interface.

The SpoutController FreeframeGL plugin is copied to the sketch folder, the sketch run once to produce a control file which links the sketch to the host and the whole sketch folder is then copied to the Freeframe video effects folder of Resolume.

When Resolume is started, the sketch name will be in the list of FFGL sources, just like any other Freeframe plugin. Drag and drop it to an empty cell and the sketch is automatically started. After it has loaded, click on the cell to activate the plugin as usual and the output is immediately available within Resolume.

Several different sketches can be set up in the same way and they all appear as FFGL sources with their individual names. Each can be used just as a typical Freeframe plugin would be.

A comprehensive tutorial has been created by Eric Medine that steps though creation of a SpoutController Processing sketch and it's operation within Resolume from start to finish (http://ericmedine.com/spout-controller-for-resolume/).

Credits

Implementation by Lynn Jarvis (http://spout.zeal.co/). Concept and tutorials by Eric Medine (http://tentonraygun.com/).

Merry early Christmas.

User avatar
francoe
Is seriously in love with Resolume. Met the parents and everything
Posts: 378
Joined: Thu Nov 27, 2008 23:30

Re: Processing for Resolume

Post by francoe »

:o
Spout based development becomes amazing day by day.
I wish this guys a donations rain.

Post Reply