Workspace Panels
The phix workspace is made up of panels arranged in a grid. You can customize which panels are visible and how they are arranged to suit your workflow.
Available panels#
| Panel | Description |
|---|---|
| Fixture List | Shows all patched fixtures |
| Attribute Panel | Shows attribute values for the current selection |
| Preset Pool | Shows all stored presets by category |
| Group Pool | Shows all stored groups |
| Cue List | Shows cues for a selected sequence |
| Sequence List | Shows all sequences |
| Executor Panel | Shows executor slots and controls |
| Effect Pool | Shows all stored effects |
| DMX Monitor | Live DMX channel values for a universe |
| Command History | Recent command history with undo/redo status |
| Master Panel | Shows all masters and their values |
| MIDI Monitor | Incoming MIDI messages |
Adding a panel#
In the GUI, use the workspace controls to add a panel. Via the command line:
panel add <type> <col> <row> <width> <height>Example โ add a preset pool panel at column 0, row 0, spanning 4 columns and 3 rows:
panel add presets 0 0 4 3Moving and resizing panels#
panel move <id> <col> <row>panel resize <id> <col> <row> <width> <height>Removing a panel#
delete panel <id>Listing panels#
list panelsSaving workspace layouts#
Once you've arranged panels the way you like, save the layout so you can restore it later. See Workspace Layouts.