Skip to main content

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#

PanelDescription
Fixture ListShows all patched fixtures
Attribute PanelShows attribute values for the current selection
Preset PoolShows all stored presets by category
Group PoolShows all stored groups
Cue ListShows cues for a selected sequence
Sequence ListShows all sequences
Executor PanelShows executor slots and controls
Effect PoolShows all stored effects
DMX MonitorLive DMX channel values for a universe
Command HistoryRecent command history with undo/redo status
Master PanelShows all masters and their values
MIDI MonitorIncoming 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 3

Moving and resizing panels#

panel move <id> <col> <row>panel resize <id> <col> <row> <width> <height>

Removing a panel#

delete panel <id>

Listing panels#

list panels

Saving workspace layouts#

Once you've arranged panels the way you like, save the layout so you can restore it later. See Workspace Layouts.