Announcement

Collapse
No announcement yet.

Mainstage label feedback!?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mainstage label feedback!?

    Hi,

    I'm trying to get a label in TouchOSC to display feedback from a beat counter in Mainstage. How would I go about this?

    Thanks!
    Henry

  • #2
    Hey Henry,

    Is there a MainStage template I can try to see if I can find a solution?
    Or, do you know a way to get the beat counter info out of MainStage, maybe with a MIDI control change?


    Best,
    Cam

    Comment


    • #3
      Yes, I can map the midi beat count to an OSC CC. I just don't know how to display this as a label in my TouchOSC interface!

      Thanks.
      H

      Comment


      • #4
        Alright then, that's easy.
        Say you gave your label the name "/1/label1".

        - open the Parameters Window, and go to the OSC tab
        - Click the + button to add a new Routing.
        - in the OSC Routing Editor, change the rewrite address to /1/label1
        - close the Parameters Window.
        - locate the MIDI CC message you received from MainStage, it should look like /midi/ccXY/Z
        - assign an OSC Routing event, and choose as a value the OSC Routing you just created.

        Cheers,
        Cam

        Comment


        • #5
          Cheers! Appreciate the help.

          H

          Comment

          Working...
          X