• grandMA3 User Manual
  • grandMA3 Quick Start Guide
    • 00 Welcome
    • 01 New Show and Setup
    • 02 First Patch
    • 03 First View Setup
    • 04 Control Simple Fixtures
    • 05 3D Fixture Setup
    • 06 Groups
    • 07 Appearance
    • 08 Scribbles
    • 09 Macros
    • 10 Store Cues and Use Executors
    • 11 Add Moving Lights
    • 12 Control Moving Lights
    • 13 Presets
    • 14 Phasers
    • 15 Sequence with multiple cues
    • 16 Network and How to Output DMX
    • 17 Recipes
  • grandMA3 Quick Manual consoles
  • grandMA3 Quick Manual processing units
  • grandMA3 Quick Manual Nodes
  • grandMA3 Quick Manual Nodes DIN-Rail
  • grandMA3 Quick Manual onPC command wing XT
  • grandMA3 Quick Manual onPC command wing
  • grandMA3 Quick Manual onPC fader wing
  • grandMA3 Quick Manual onPC rack-unit
  • grandMA3 Quick Manual viz-key
  • grandMA3 Quick Manual I/O Nodes
  • Release Notes
Select different version
 
Version 1.9

Macros

Table of contents of this topic

A macro is a command or a set of several commands that can be executed when the macro is called.

Macros are stored in the Macros Pool. The previous chapter introduced the pools and how to use them.

So, create a macro pool in the user-defined area and edit the first empty pool object.

The macro editor looks like this - with 'Settings' toggled on in the title bar:

In the editor, we can create macro lines. Each line is executed one by one. A macro needs at least one line.

The commands are the same as the ones we use in the command line input.

We do not write a please command at the end; it is automatically added if the Execute column says Yes.

Click Insert new MacroLine.

Now we have a macro line where we can add a Command.

We are going to create a simple macro that saves the show.

Edit the command field in the macro line and write SaveShow. It is important that it is one word.

Edit the Name input button at the top of the editor and write Quicksave. If you do not see a 'Name' button at the top, Click Settings in the title bar to show the settings at the top.

Close the editor and click the macro in the pool:

This was one of the most simple macros. A single keyword that saves our show.

Macros can be more complex using elements like user-defined variables. That is outside the scope of this Quick Start Guide.

We are going to create another macro. It uses multiple lines and a temporary group (number 999).

Edit a new empty macro pool object. Add a new macro line and write Delete Group 999 /NoConfirmation. This deletes any group stored at number 999 without asking for confirmation.

Make sure to click New MacroLine below the command we just added and then Insert new MacroLine. Now we have a new macro line that will be executed right after the first line.

Edit the command in the new line and write Store Group 999 /Merge. This stores the current selection in a new group.

We need another line with the command Fixture Thru - Group 999. This selects all fixtures except the ones in group 999.

The next line should be At 0. This gives the selected fixtures a dimmer value of 0 %.

The next line is Group 999. This reselects the original fixtures.

And the final line is the same as the first line Delete Group 999 /NoConfirmation. This is a bit of house cleaning, removing the group we no longer need.

All these lines are executed one after the other as fast as possible. This is nice, but some actions might take milliseconds to perform, such as storing a big group. So we want to add a small delay between the macro lines. The Wait column defines the wait time before the next line is performed. It currently says "Follow". This means that the next line follows as fast as possible. Select all the lines in the Wait column and edit the value to 0.1. This introduces a wait time of 100 milliseconds before executing the next macro line.

Edit the name of the macro and change it to "RemOff".

The result should look like this (I have added notes to each line for information only):

Notice that the wait time in the last line is in red text. This is because there are no more lines and wait is not performed or needed.

Let us do one more macro.

Edit a new empty macro pool object.

Now click Import.

This opens a long list of previously exported macros and factory-created macros. Scroll down the list and find "Help Context Sensitive", select it and click Import.

Now you have imported all the settings for this macro, including a macro name. One of the settings is the Execute setting. This is set to "No". This means that the macro line is not automatically executed. It basically just adds the command to the command line and then waits for a user action that executes the command.

You can close the macro editor.

This macro can be used to open relevant help pages. Try it out by clicking the macro and then the macro pool title field. This opens the help page about macros.

 

Add more macros if you feel like it.

You can click the macros in the pool to run them. A command can also trigger them, for example, Macro 1.


Recap

This chapter was a quick look at the macro system.

The main manual has an entire Macro section about macros.

Feel free to add more macros in the following chapters if you feel it makes sense.

In the next chapter, we are finally going to create some cues.


Select different version