Page 1 of 1

osc column number poll

Posted: Sun Jun 14, 2020 21:15
by kacur79
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

Re: osc column number poll

Posted: Wed Jun 17, 2020 10:46
by Zoltán
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.

Re: osc column number poll

Posted: Wed Jun 17, 2020 16:17
by kacur79
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

Re: osc column number poll

Posted: Tue Jun 23, 2020 10:20
by Zoltán
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?
Maybe Lemur could do that?