Skip to main content

Fixture & Patch Commands

GDTF import#

gdtf import /path/to/Fixture.gdtf     -- import a local GDTF filegdtf search "Robe MegaPointe"         -- search GDTF Sharegdtf download <rid>                   -- download by revision IDgdtf scan                             -- scan library folder and import allgdtf list available                   -- list files in library without importinglist gdtf                             -- list imported fixture types

Patching#

patch <TypeName> <ID> "<Name>" <Mode> <Universe> <Address>patch <TypeName> <ID> "<Name>" <Mode> <Universe> <Address> count <N>
-- Examplespatch "Robe MegaPointe" 1 "SR Spot 1" "Mode 1" 1 1patch "Generic LED Par" 101 "LED Bar" "Full" 2 1 count 12

Viewing the patch#

list fixtureslist patch

Modifying the patch#

label fixture 1 "New Name"            -- renamepatch move 1 1 200                    -- move to universe 1, address 200patch renumber 1 101                  -- renumber fixture ID 1 to 101unpatch 1                             -- remove fixture from patch

Pan/tilt invert#

invert fixture 1 paninvert fixture 1 tiltinvert fixture 1 pan tiltinvert fixture 1 none

Parking#

park 1park 1 thru 8unpark 1list parked

Selection#

fixture 1                    -- select fixture 1fixture 1 thru 10            -- range selectionfixture 1 + 3 + 5            -- unionfixture 1 thru 10 - 4        -- exclusionfixture 101.1                -- select sub-fixturefixture 101.1 thru 101.10    -- sub-fixture rangefixture 101.0                -- all sub-fixturesselect add 11                -- add to selectionselect remove 5              -- remove from selectionclear selection              -- deselect allnext                         -- step to next fixtureprevious                     -- step to previous fixturehighlight on / off           -- toggle highlight mode

Universes#

list universes    -- list all configured universes