Hey guys, does Resolume 6 support text via OSC? Example, clip or deck names, or BPM. Also kind of disappointed I can't do a metronome over OSC.
Can we please add this as a feature for Resolume 6.0.2? I know everyone would love clip thumbnails but this text should be pretty attainable.
Text data over OSC
Re: Text data over OSC
Resolume 6 supports text via OSC.
You can ask for the names by putting a question mark before the addresses.
Addresses for names are pretty straightforward, for example layer 1 name:
/composition/layers/1/name
to set it send a string to this address.
As another example, a column 3's address is
/composition/columns/3/name
A clip's address is
/composition/layers/3/clips/5/name
you see the scheme right, this is layer 3 clip 5.
The composition BPM's address is
/composition/tempocontroller/tempo
You can find out any address and expected value type and range by going to Shortcuts menu-Edit OSC and clicking on colored items.
You can ask for the names by putting a question mark before the addresses.
Addresses for names are pretty straightforward, for example layer 1 name:
/composition/layers/1/name
to set it send a string to this address.
As another example, a column 3's address is
/composition/columns/3/name
A clip's address is
/composition/layers/3/clips/5/name
you see the scheme right, this is layer 3 clip 5.
The composition BPM's address is
/composition/tempocontroller/tempo
You can find out any address and expected value type and range by going to Shortcuts menu-Edit OSC and clicking on colored items.
Would you want to get a metronome signal via OSC?Downtown wrote:Also kind of disappointed I can't do a metronome over OSC.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Text data over OSC
Thank you so much. I would love to have a metronome over OSC. I know Ableton Link works so the feature is at least attainable.
Re: Text data over OSC
Does any of this work with Resolume 5? I have another PC with Resolume 5.
Re: Text data over OSC
Yes, except the '?' query.Downtown wrote:Does any of this work with Resolume 5? I have another PC with Resolume 5.
Also the addresses are different.
You get the clip names on deck load.
Column renaming is not possible in Resolume 5.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: Text data over OSC
What are the addresses for names in Resolume 5? I can't find them within the program.
Last edited by Downtown on Sat Nov 18, 2017 20:12, edited 1 time in total.
Re: Text data over OSC
Go to Mapping>Edit Application OSC Map and when you click on anything you should see the OSC address for Input and Output in the lower left corner of the screen.
Re: Text data over OSC
That much is obvious, however there is no address listed for names of objects, which is what I was referring to. Post edited.Oaktown wrote:Go to Mapping>Edit Application OSC Map and when you click on anything you should see the OSC address for Input and Output in the lower left corner of the screen.
Re: Text data over OSC
/composition/deck1/name
this works
/layer1/clip1/name
this also works

this works
/layer1/clip1/name
this also works

Re: Text data over OSC
You address the objects with the addresses you can see in OSC mapping.
If you put /name behind those, and the object supports it, you can set the name for it.
For example a clip name would be
/layer1/clip2/name
edit: now I see your post...
If you put /name behind those, and the object supports it, you can set the name for it.
For example a clip name would be
/layer1/clip2/name
edit: now I see your post...

Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu