Hi,
I'm trying to make touchOSC interface and i'm stuck on creating text displaying number of selected column.
What is osc command for this?
i'm trying this: /composition/column/* "?" but it dosn't work.
Is there any documentation for osc commands/wildcards except looking in shortcuts/osc in Resolume?
Thanks
osc column number poll
Re: osc column number poll
With Resolume 7 try /composition/columns/*/selected "?"
This will return an int 1 for the column which is selected and int 0 for all the others.
You'd still need some way to process this info if you'd like this as plaintext.
This will return an int 1 for the column which is selected and int 0 for all the others.
You'd still need some way to process this info if you'd like this as plaintext.
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: osc column number poll
Thanks.
So it's not possible with TouchOSC, it's editor has only predefined tools such as sliders etc. with possibility to only add osc address.
Do you know any similar user friendly app for creating touch interface with possibility to add some logic?
For example TouchOSC has XY pad witch sends two floats and resolume only accept one.
If i could split those floats and send as two commands it would be great. I've tried with MIDI, it works but there is no precision with midi 127 range.
thanks for your help
best regards
So it's not possible with TouchOSC, it's editor has only predefined tools such as sliders etc. with possibility to only add osc address.
Do you know any similar user friendly app for creating touch interface with possibility to add some logic?
For example TouchOSC has XY pad witch sends two floats and resolume only accept one.
If i could split those floats and send as two commands it would be great. I've tried with MIDI, it works but there is no precision with midi 127 range.
thanks for your help
best regards
Re: osc column number poll
Maybe Lemur could do that?kacur79 wrote: Wed Jun 17, 2020 16:17 Do you know any similar user friendly app for creating touch interface with possibility to add some logic?
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