It's not exactly what you're asking for, but you might be able to adapt this trick (external link) to get a similar effect. EDIT: Not sure how to get BBCode to force a link to open in a new tab, so to avoid iFrame weirdness, you might want to Ctrl/Cmd+Click on that.by Ryan Kanarek - grandMA2 discussion forum
Sounds like username and password don't match. Can you login as administrator (pw admin)?by Ryan Kanarek - grandMA2 discussion forum
Macro to re-arrange Shapers Encoders: posted in Macro Share subforumby Ryan Kanarek - grandMA2 discussion forum
New shows in v3.1 arrange the Shapers encoders as 1-4a, 1-4b. For those who would prefer the old arrangement (1a/b, 2a/b, 3a/b, 4a/b), you can use the attached macro to rearrange. Made in v3.1.1.1by Ryan Kanarek - grandMA2 Macro share
Hmm... You say a "decent spec" computer. Have you actually checked the specs against MA's minimum recommendations? Also, you're saying the Fluorescents need to be reset each time they lose DMX signal? Well that sucks, just in general.by Ryan Kanarek - grandMA2 discussion forum
Does the command line feedback window show you an error when you try to execute the Delete?by Ryan Kanarek - grandMA2 discussion forum
If you're making changes in Patch & Fixture Schedule, there's pretty much always going to be a brief interruption as the changes are distributed around the "network" (I put network in quotes because there's still stuff going on in the background, even if you're the only device there). Obviously, bigger showfiles will have a longer distribution time, but even small showfiles take somby Ryan Kanarek - grandMA2 discussion forum
Do you have lights in your patch & fixture schedule that have neither a channel or fixture ID? If so, try giving them one, and then try deleting again. Also, what Go-Button said.by Ryan Kanarek - grandMA2 discussion forum
Quotekhumphrey Anyone have any info on what the release notes mean when they say "User Rights have been reviewed"? I used to have my account as an "admin" and my alternates just as "SETUP". I discovered this morning that now as SETUP they can't load a new show or end/start a network session. So the only option seems to be ADMIN. I like that they created a NONby Ryan Kanarek - grandMA2 discussion forum
Unfortunately not at the moment. Here's a macro that glad wrote to do this. If you're on 3.1, you can tweak this macro to run exactly the number of times you need using the $selectedfixturescount system variable.by Ryan Kanarek - grandMA2 discussion forum
Are you able to delete cues earlier in the sequence(s)? If you open a sequence pool, do(es) the sequence(s) have a Lock symbol in the corner? If they do, type "Unlock Sequ {#}" and then try deleting again. Are you in a World? Type 1 and then try deleting again. Are you in a Filter? Type 1 and then try deleting again.by Ryan Kanarek - grandMA2 discussion forum
From the 2.9 release notes: Quote - Jumping in timecode shows is possible via commandline. Syntax: Go Time (time) Timecode (number). E.g. "Go Time 3h5m Timecode 1" Timecodeshow 1 will start and jump to 3 hours and 5 minutes. "Pause Time 6s Timecode 4" will position timecode show 4 at 6 seconds and pause timecode show 4. "Goto Timecode X" or "Load Timecode x&qby Ryan Kanarek - grandMA2 discussion forum
"Edit Group x" puts the selection into the programmer for you to change, and you can then tap on them in a sheet / groups pool / layout view or type via cmd line to change the order. If you add fixtures that aren't already in the group, it just does the equivalent of a Store /m. But for fixtures that are already in the group, it does the equivalent of a Store /r first, followed by a Stoby Ryan Kanarek - grandMA2 discussion forum
Assign Cue x /cmd="command ; command ; command ; etc..." (this will replace current contents of CMD cell)by Ryan Kanarek - grandMA2 discussion forum
Not in front of software, but something like this might work: Beginning macro: Setvar $univ = 0 Setvar $level = 0 Macro "helper macro name" (Wait for next step = GO) Off DMX Thru Helper Macro to loop: Addvar $univ = 1 Addvar $level = .392 DMX $univ.1 At $level [$univ < 32]Macro "helper macro name"by Ryan Kanarek - grandMA2 discussion forum