Artist Help:Programming

From ShowCAD Wiki

Programming is essentially about creating cues, which are the objects activated in order to play back a show. A simple cue would typically access the Parameters of a Fixture directly. More complex cues will access Scenes, Fixture Chases and Effects. Still more complex the cues may be outputting MIDI, serial and other System Commands.

All of these objects obey various rules depending on the type of parameter and object. Data Flow diagrammatically illustrates how data moves through the system.

This section presents a series of practical articles that together aim to provide a tutorial of system programming.

It is assumed that you have already created a workspace and have installed your fixture. See New Workspace.

Programming Articles
Best Practice Suggests of how best to program using Artist
Simple Cue Create a simple lighting cue
Editing Cues Editing Cues in Artist
Mirror Chase Mirror fixture chase
Cue with an Effect A simple cue with an added effect
Cue with a Chase A simple Cue with a Chases
Movement sub-scene A scene with movement steps
Using sub-scenes How to use sub-scenes
Editing Objects Editing tools
Show Programming Example show programming
Snippets Common procedures