I could use some help:
I’m building a page for the FOH engineer and want to use a separate MIDI clip - either as an OSC track or a lyrics track (preferred) - to send information about the current “section” (not the same as song section) and the next one. These should be independent, meaning FOH should receive its own dedicated information, and the color coding should be custom, based on the MIDI track’s clip color.
So far, I’ve tried several approaches, but I’m not really satisfied with any of them.
This is my favorite way, but it’s not ideal:
-
Track:
FOH +CC +LYRICS [large]
Label:${osc("/lyrics/foh/current")} -
Track (COLOR DUMMY):
FOH CC CURRENT +OSC [/shared/canvas/foh_cc1 ?cc] -
Track (COLOY DUMMY):
FOH CC NEXT +OSC [/shared/canvas/foh_cc2 ?cc]
Text Color - Dynamic:
2. FOH CC +OSC [/shared/canvas/foh_cc1 ?cc] (CURRENT CLIP COLOR)
3. FOH CC +OSC [/shared/canvas/foh_cc2 ?cc] (NEXT CLIP COLOR)
I just don’t understand yet what the syntax in Dynamic Input needs to look like for the “Text Color” section in order to read the color. I feel a little stupid right now.
Maybe add these osc commands in the future?
Lyrics
/lyrics/[slug]/previousColorthe color of the previous lyrics line’s text/lyrics/[slug]/currentColorthe color of the current lyrics line’s text/lyrics/[slug]/nextColorthe color of the next lyrics line’s text
I’d be really happy if you could help me.
