Docs / 02
Usage
The basic export
- Select the sequence you want on any executor (or in the Sequences pool).
- Tap the CUEPRINT pool button.
- Pick a destination when prompted — USB stick or internal drive.
That’s it. The file is named after the sequence, lowercased, with the tier
suffix: maincues_pro.csv.
Choosing what goes in (Pro)
Pro shows a small dialog before writing:
- Scope — the selected sequence, a range (
Seq 1 Thru 8), or All. - Columns — toggle any column from the CSV schema. Your selection is saved in the show file and becomes the default.
- Preset — one-tap layouts. Ships with SM Sheet, Followspot Calls and Archive (everything).
Lite always writes the core layout: cue, part, name, trig, fade, delay.
Where files land
| Target | Path |
|---|---|
| USB stick | <usb>/grandMA3/gma3_library/datapools/plugins/cueprint_out/ |
| Console / onPC internal | gma3_library/datapools/plugins/cueprint_out/ |
On MA2, files are written to gma2/reports/ on the selected drive.
Command-line style
You can call the plugin from the command line or a macro, which is handy for end-of-night automation:
Plugin "CUEPRINT" "seq=1 cols=cue,name,trig,fade dest=usb"
Arguments mirror the dialog; omit them to use your saved defaults. Put that in
a macro labelled PAPERWORK and run it at load-out.
Printing tips
- Open the CSV in your spreadsheet app and print landscape; the core layout fits A4/Letter at 100%.
- Freeze the header row and enable “repeat header on every page” — spot ops flip pages mid-show.
- The
notecolumn is intentionally last so it can wrap without breaking the timing columns.