Page 1 of 1

Renaming columns

Posted: Wed Sep 30, 2015 17:07
by Oaktown
I'd love to be able to rename columns and have a new OSC command to trigger named columns.

That would look something like this:
  • rename column 1 "Q1"
    rename column 2 "Q1.5"
    rename column 3 "Q2"
and the OSC would be
  • /track/connect "Q1"
    /track/connect "Q1.5"
    /track/connect "Q2
but i'd still be able to trigger using the index:
  • /track1/connect 1
    /track2/connect 2
    /track3/connect 3
That way I could create cueing decks for theatrical shows and have the option to insert columns without having to change all the OSC cues.

Re: Renaming columns

Posted: Wed Sep 30, 2015 17:53
by Zoltán
Oaktown wrote: That way I could create cueing decks for theatrical shows and have the option to insert columns without having to change all the OSC cues.
exactly what I'm doing with this: viewtopic.php?f=5&t=11392 ;)