Streamlining Multiple Cuelists in a Live Programming Atmosphere (Ion)

Hi,

I am using Ion in a live music programming atmosphere.  I have played a bit with multiple cuelists on my fader wing in an LTP environment, but I am having trouble really streamlining my interface the way I would on a hog or other board, using my GO buttons as toggles for effects, positions, and colors.

The root of my problems is coming up with an easy way to OFF the output of a secondary playback fader, and allowing the channels to return to their values in my main fader.

I find that if I keep just one cue in each list, hitting the BACK button from Q1 does the same as OFFing the fader.  Only problem is, whichever values were captured by that cue return to their HOME values, instead of their previous values.  For example, I have a cue in its own playback fader.  When I hit GO on that fader, the cue takes my upstage MLs, points them at the audience, and puts them in a searchlight-style Focus effect.  When I hit BACK on that fader, those moving lights return to their 50/50 home values instead of to their to their previous positions onstage.

On the Hog, I would use PERSIST ON OVERRIDE on my main cuelist to ensure that those values wouldn't get stomped by other cuelists.

Does anybody have any advice or input?  Do I need to create Q2 with a macro on it?

Also, is there a way to change the function of the fader itself?  Perhaps to use it as a manual timing override or an intensity master?

Thanks!

Ethan Kaplan

Ion v1.4.1



[edited by: litedesign at 2:59 PM (GMT -6) on Sun, Jul 06 2008]
Parents
  • litedesign:

    Also, is there a way to change the function of the fader itself?  Perhaps to use it as a manual timing override or an intensity master?

     Hi Ethan

    You can change a playback fader to be an I-master.  If you press the [cue] button twice, this will bring up the cuelist display.  From here you can change fader behavior from "Proportional" to "I-Master".  This will make the playback fader behave in a similar way to a hog.  Off the top of my head the syntax should be [cue n/ {fader} enter].  

    If you wanted to use the master as a manual timing control, try leaving your fader mode as proportional and assign a manual timing to the cue.  You will then be able to control the fade manually using the fader.  I don't use the console in a live environment, so my info may be slightly off, but have a play around and you should be able to get it to behave the way you want.

    With regards to getting fixtures to go to their background state on the main list would be to assert them from the command line.  For example, if you wanted to have chans 3 > 5 return to the position that is recorded in the main playback, the syntax would be [3 >5 assert cue n/n enter]

     I realise this is a fair bit to enter on the command line on the fly. Suggestions I have would be to use direct selects or groups for selecting your chans, or alternatively, if you have spare subs, record those chans onto subs.  That way you can use the top bump button to select the chans (group sub) - Kind of works the same way as using groups.  Assuming you have cuelist 1 on your master playback, you could also write a macro [assert 1/] so all you have to type is the cue number and enter.

    Another thought or 2....could you record a general state onstage as a preset and use that as your home preset, that way when the fixtures go home, they go to a position, colour, etc...  Not sure if that would work or not...just food for thought.

    I believe you can also record submasters and use the top bump button as an assert (if the fader is not at full).  You could record some states on subs and assert them back to sub control using the bump button.  Again, haven't played with this feature so not entirely sure if this would work, but again...more food for thought 

    On a side note...Question for ETC... do you have to enter the cue number when asserting from the command line, or can you just enter the cuelist number? Would that make live assertion a bit faster then having to enter the list and cue number?

     Cheers 

  • Hey guys,

    Thanks for all the great suggestions. 

    So I was holding off on really exploring this stuff until I got my new 2x20 fader wing this week.

    Now that I have it and I've begun to program more seriously, I thought I would list a few problems that are standing in my way.

    - When you hit GO on a playback, it automatically makes that cuelist your default record target.  That means not only will your manual changes update into that cuelist by default, but it takes away the view of your main cuelist on the monitor display, and takes away your ability to GoTo Cue quickly in your main playlist, as you have to re-specify Cuelist 1 in your GoTo command.

    - An easy way to turn a playback fader into a toggle (as I detailed in my original message), would be to record an empy Q2 in that cuelist that executes a macro that does the following:

        1.) Selects the channels in Q1
        2.) Asserts them back to the Main Cuelist in the desired time.

    The only problem is, is there syntax that allows you Assert whichever cue is ACTIVE in the selected cuelist (simply typing Assert Cue 1/ ENTER assumes you are trying to assert the first cue of the list, not the active cue)?

    Also, the cuelist that stomped itself should reset to cue 0, so you can fire it again with the next bump.  Does this functionality exist yet?

    I have also found that macros don't always work properly when Executed from a cue.  For instance, if I have a macro that does "GoTo Cue 0", when I Execute it from a cue it seems to do absolutely nothing.

    More to come.  I will continue to edit this post as I continue to work and find things.



    [edited by: litedesign at 6:03 PM (GMT -6) on Sat, Jul 12 2008] [edited by: litedesign at 5:54 PM (GMT -6) on Sat, Jul 12 2008] [edited by: litedesign at 4:35 PM (GMT -6) on Sat, Jul 12 2008]
  • Hi there

     When you hit GO on a playback, it automatically makes that cuelist your default record target.  That means not only will your manual changes update into that cuelist by default, but it takes away the view of your main cuelist on the monitor display, and takes away your ability to GoTo Cue quickly in your main playlist, as you have to re-specify Cuelist 1 in your GoTo command."  Update will update changes back to their source.  If you have 2 cuelists up on stage and you make manual adjustments, the updates should be stored into whichever cue they are recorded into.  This is true from my experience and experimentation

    I have also found that macros don't always work properly when Executed from a cue.  For instance, if I have a macro that does "GoTo Cue 0", when I Execute it from a cue it seems to do absolutely nothing."  Goto Cue 0 will send the active cuelist to 0.  Try specifying a cuelist number in your macro and see if that works.

     Hope that helps

    Cheers 

  • Oh - one other thought as a workaround for quickly displaying desired cuelist on screen. Could some macros be a possible solution?  Macro 1 for list one, macro 2 for list 2, etc... with each macro having [cue n/ enter]

    I must say however, it would be nice if there was a quicker way to be able to display the desired cuelist on screen.  Pressing the associated load button perhaps??

    Cheers 

Reply
  • Oh - one other thought as a workaround for quickly displaying desired cuelist on screen. Could some macros be a possible solution?  Macro 1 for list one, macro 2 for list 2, etc... with each macro having [cue n/ enter]

    I must say however, it would be nice if there was a quicker way to be able to display the desired cuelist on screen.  Pressing the associated load button perhaps??

    Cheers 

Children
No Data
Related