Finally the manual is updated with info about our OSC implementation.
Open the manual and choose OSC in the menu to get the info.
http://www.resolume.com/avenue/manual/
The manual describes how to control Resolume 3 via OSC, we created some Processing sketches that will help you on your way.
http://www.resolume.com/download/Resolu ... essing.zip
Let us know if you miss something or when you successfully used OSC with Resolume.
Have fun!
OSC manual
Re: OSC manual
If you run Resolume 3 in OSX you could try the following OSC utility to send some test messages.
Browse to:
http://poly.share.dj/projects/#mrmr
Howto:
Enable OSC in preferences of Resolume
Download OSC Client
Change port to 7000
Change target to ip address of cumputer which runs Resolume, leave it like it is if it runs on the same machine
Set namespace to for instance '/composition/video/scale/values'
start moving the send floats (0-1) slider and watch what happens
If someone could point me to a OSC test client for windows let me know.
Browse to:
http://poly.share.dj/projects/#mrmr
Howto:
Enable OSC in preferences of Resolume
Download OSC Client
Change port to 7000
Change target to ip address of cumputer which runs Resolume, leave it like it is if it runs on the same machine
Set namespace to for instance '/composition/video/scale/values'
start moving the send floats (0-1) slider and watch what happens
If someone could point me to a OSC test client for windows let me know.
- gpvillamil
- Posts: 550
- Joined: Mon Apr 04, 2005 03:33
- Location: San Francisco, California
Re: OSC manual
Very cool, I'll work up some tests in Max/MSP.
- gpvillamil
- Posts: 550
- Joined: Mon Apr 04, 2005 03:33
- Location: San Francisco, California
Re: OSC manual
Quick note re Processing sketches: you'll need to download and install the OSCP5 library for processing from http://www.sojamo.de/libraries/oscP5/, and when you do, *disregard the instructions on the site* and instead put the oscP5 folder together with all the other Processing libraries, eg. C:\Program Files\processing-1.0.1\libraries.edwin wrote:The manual describes how to control Resolume 3 via OSC, we created some Processing sketches that will help you on your way.
http://www.resolume.com/download/Resolu ... essing.zip
Let us know if you miss something or when you successfully used OSC with Resolume.
Have fun!
Re: OSC manual
Everything is workin but the mapping in resolume.
I have the processing open and i load the ResolumeOSCProcessing on it.
Then what?
I have use the OSCulator and it works different, so thats why i am lost whit this processing.
I have the processing open and i load the ResolumeOSCProcessing on it.
Then what?
I have use the OSCulator and it works different, so thats why i am lost whit this processing.
- gpvillamil
- Posts: 550
- Joined: Mon Apr 04, 2005 03:33
- Location: San Francisco, California
Re: OSC manual
Make sure to Run the sketch in Processing - press the little button with the sideways pointing triangle. Then you can control a couple of Resolume parameters with the mouse, from the Processing sketch.andrei wrote:Everything is workin but the mapping in resolume.
I have the processing open and i load the ResolumeOSCProcessing on it.
Then what?
I have use the OSCulator and it works different, so thats why i am lost whit this processing.
For more fun, you can run the Processing sketch on a completely separate computer - just change "localhost" in the sketch to the IP address of the computer running Resolume.
Re: OSC manual
Any suggestions on OSC controllers? I am interested in this but don't know much about how OSC works. I saw the Lemur which looks cool but think its still too expensive.
Re: OSC manual
I'm experimenting with my iphone. You could use a ipod touch as its the same tech. The app I use is TouchOSC which you can read about here: http://hexler.net/touchoscVJNYC wrote:Any suggestions on OSC controllers? I am interested in this but don't know much about how OSC works. I saw the Lemur which looks cool but think its still too expensive.
A jailbroken device can even create one's own layouts for the buttons and such, but I haven't gone that far at this point.
VJ Wuzzle
Shakti Collective - Toronto, Canada
Shakti Collective - Toronto, Canada
Re: OSC manual
The people at hexler (TouchOSC) are creating an editor for the application.
So within two months we can expect an editor that runs on your MAC. Hopefully we can create some templates to use with Resolume 3.
So within two months we can expect an editor that runs on your MAC. Hopefully we can create some templates to use with Resolume 3.
Re: OSC manual
I'm trying to control clip position data and effects peramiters with time coded vynil using ms pinky to allow scratching of clips and effects. It seems there is a problem with scaling, ms pinky or to be more specific (Maxi patch AO) is outputting osc dat with values like 12000 but Resolume only excepts osc values between 0 - 1, how can I get around this problem, is there anyway Resolume can re-scale values like this? would I need to use an editor or are there any convertors?