Magic Sheet - Change Color Button

I'm trying to create a Magic Sheet for lighting focus of Nutcracker (we do the show every year, and the plot is always the same)

I've input the entire plot into the magic sheet, and have all the channels matched up and so on.

I have "Glow" "Full" "Complete" and "Fix" buttons.

The idea is that with 3 people in Genies focusing the show, 1 op can be at the desk and "Glow" the next fixtures, which will bring them on at 30%.  When they're at the fixture and the LD is ready "Full" will bring them to Full. "complete" will be pushe when the LD is happy with the focus and the tech is done.  "Fix" will notate something is wrong with the fixture and needs attention.

I have "Glow" "Full" & "Complete" mostly working through macros.  it takes the channels selected and tosses them at percentages.  I would also like them to change the colour of the fixture on the Magic Sheet.  This is where I'm coming into problems.

I want to do this without Color Plates, because some of the fixtures have Scrollers or are Moving Lights.

I've spent a few hours today trying to figure out a way to "change color" on a magic sheet through macros, but Magic Sheets don't function through regular key-strokes and "learn" stops when you switch over to the magic sheet.

with "fix" I wanted a "text 4" from patch to have "needs work" attached to the fixture.  "text 4" is a choosable field on the Magic Sheet, but I could not make a macro to add this to a channel.  (I had about  6 failed attempts to make that work, all ended with syntax errors). 

Any help will be greatly appreciated. 

Parents
  • Thanks for your help everyone, I figured it out with your help.

    @ (percentage) *

    Clear_CmdLine Blind Patch *

    Select_Last Text4 (text you want)*

    Clear_CmdLine Clear_CmdLine Live*

    That is the basic macro we will be using for a Focus Magic Sheet.

    We'll set all of our Fixtures to "Unfocused" in Text4 before we start.

    Then as we bring up fixtures there will be a "Glow", "Full", "Done" and "Fix" tag that will be seen on the MS.

    I kept it to 3-4 letter words so that the sheet doesn't look too cluttered.

    The great thing about this, is that we can do a Query and see what's left on the MS and the Live Tables.

    "Glow" takes the Fixture to 20% and labels "Glow"

    "Full" takes the Fixture to 100% and labels "Full"

    "Done" [SNEAK]s the Fixture in time 0 and labels "Done"

    "Fix" takes the Fixture to [OUT] and labels "Fix"

    I wanted "Done" to Sneak so that I'm not looking at cluttered Red 0's on the screens. 

    In the macro the first line is replaced with:

    Sneak Time 0 *

Reply
  • Thanks for your help everyone, I figured it out with your help.

    @ (percentage) *

    Clear_CmdLine Blind Patch *

    Select_Last Text4 (text you want)*

    Clear_CmdLine Clear_CmdLine Live*

    That is the basic macro we will be using for a Focus Magic Sheet.

    We'll set all of our Fixtures to "Unfocused" in Text4 before we start.

    Then as we bring up fixtures there will be a "Glow", "Full", "Done" and "Fix" tag that will be seen on the MS.

    I kept it to 3-4 letter words so that the sheet doesn't look too cluttered.

    The great thing about this, is that we can do a Query and see what's left on the MS and the Live Tables.

    "Glow" takes the Fixture to 20% and labels "Glow"

    "Full" takes the Fixture to 100% and labels "Full"

    "Done" [SNEAK]s the Fixture in time 0 and labels "Done"

    "Fix" takes the Fixture to [OUT] and labels "Fix"

    I wanted "Done" to Sneak so that I'm not looking at cluttered Red 0's on the screens. 

    In the macro the first line is replaced with:

    Sneak Time 0 *

Children
Related