Skip to main content

Preset Commands

Storing presets#

store preset <cat>.<slot> ["name"] [flags]

Flags: -o (overwrite), -m (merge), -r (remove), -g (global), -u (universal), -s (selective)

store preset 1.1 "Full"store preset 3.1 "Red" -ostore preset 2.1 "Center" -ustore preset 3.5 -m

Applying presets#

preset 3.1preset color.1

Managing presets#

list presetslabel preset 3.1 "Deep Red"delete preset 3.1copy preset 3.1 3.5move preset 3.1 3.5

Soft presets#

soft preset 3.10     -- mark as soft (empty placeholder)unsoft preset 3.10

Linked presets#

link preset 3.2 3.1    -- 3.2 mirrors 3.1unlink preset 3.2

Group Commands

Storing groups#

store group <id> ["name"] [flags]

Flags: -o (overwrite), -m (merge)

store group 1 "Front Wash"store group 2 "LED Rig" -o

Recalling groups#

group 1

Managing groups#

list groupslabel group 1 "New Name"delete group 1copy group 1 2

Grid layout#

group 1 layout <columns> <rows>          -- set grid dimensionsgroup 1 grid <fixture_index> <col> <row> -- assign fixture to cellgroup 1 grid auto                        -- auto-assign all

Programmer Commands

Attribute values#

set <attribute> <value>                -- set attribute (0.0-1.0)set <attribute> <from> thru <to>       -- fan across selectionset <attribute> +<delta>               -- relative increaseset <attribute> -<delta>               -- relative decrease

Timing#

ptime 2.5     -- programmer fade time (seconds)ptime 0       -- snap

Clear#

clear             -- clear programmer and deselectclear programmer  -- sameclear selection   -- deselect only

Blind mode#

blind onblind offblind applyblind discard