RemDim Macros for the Express(ion)

I have been programming on an Expression 3 for the show, and the discussion came up between the designer and me about how you would write a RemDim Macro for the board. Well I figured someone else had come up with the answer, but after a quick glance around the internet, I only found a few hits, and some of the Macros were fairly complex. The one that I did try didn't work, or I didn't understand their complex syntax. So none-the-less I went out to improve and write my own Macro. I ultimately came up with two solutions that are more based on personal preference. They work just fine, but I am still attempting to think of a way to start the Macro “At Full” so you can type in [Channel Number, Macro*] instead of typing [Macro*, Channel Number] and potentially missing the M-wait delay window.

[Rec] [Cue 999.9] [Enter] [Time] [0] [Enter] [Enter] [Cue 999.9] [Go C/D] [Rel] [Clear C/D] [M-Wait 1.5] [At] [Full]

To clarify what this does: It records a very unlikely Cue 999.9, then change the time of that Cue to 0, then goes to that cue and releases the channels and clears the cue. Then the cue will fade to whatever the default cue clear time is on the board. It should be 5 seconds by default, but I like to change it to 2 or 3 seconds. Your default time should be longer than the time you allow in the M-Wait command though that follows. Then there is a M-Wait which allows you to type just the channel number or group number during 1.5 seconds or however long you would like it to be and brings it at full. For channels you can type just the number as it defaults to channel, but if you want to bring a group up to focus on this Macro you have hit [Group] [Number] The result is a nice fade of the current light or look followed by your new fixture popping on at full. There are a few other things I might alter to make it better, but for me it works just fine.

[Stage] [Rec] [Group 999.9] [Stage] [Chan] [M-Wait 1.5] [At] [Full] [Group 999.9] [At] [0][0]

To clarify what this does: This is very similar to the above Macro, except that it is a little more crude, as rather then having a nice fade of your other lights, your new light pops on and then your old light pops out.

If anyone else has any really great Macros let me know.