Overview
Simple Desk acts as a DMX source that allows you to:- Control individual DMX channels with sliders
- Override running functions for specific channels
- Dump channel values to create new scenes
- Use keypad commands for rapid channel control
Channel Control
Direct Value Setting
The Simple Desk displays all 512 channels for the selected universe. You can adjust any channel by:- Selecting a universe from the universe filter
- Moving the slider for the desired channel
- The channel value is immediately written to DMX output
When Simple Desk controls a channel, it sets the Override flag. This means the Simple Desk value takes priority over other functions trying to control the same channel.
Channel Display
Channels are displayed with the following information:- Channel index: Relative to the fixture (0-based)
- Current value: DMX value (0-255)
- Override status: Indicates if Simple Desk is controlling the channel
- Fixture reference: Shows which fixture owns the channel
Keypad Commands
Simple Desk includes a powerful keypad parser for rapid channel control. The keypad accepts commands like:1 @ 50- Set channel 1 to 50%1 THRU 10 @ FULL- Set channels 1-10 to full1 + 5 + 10 @ 0- Set channels 1, 5, and 10 to zero
The keypad maintains a history of your last 10 commands, accessible through the command history.
Command History
The Simple Desk tracks your recent keypad commands:Dumping to Scene
Channel Selection
As you adjust channels in Simple Desk, they’re automatically added to a dump list. This allows you to:- Adjust multiple channels to create a look
- Select which channel types to include (dimmer, color, position, etc.)
- Dump the selected channels to a new or existing scene
Dump Options
- Channel type filtering: Choose dimmer, color, position, gobo, etc.
- Non-zero filtering: Optionally exclude channels set to zero
- Scene selection: Create new scene or update existing one
Universe Management
Universe Selection
Simple Desk operates on one universe at a time. The universe filter allows you to:- Switch between available universes
- View only fixtures in the selected universe
- Control channels 0-511 for that universe
Reset Operations
Reset Channel: Removes Simple Desk control from a single channel and restores its default value.Integration with Web Access
Simple Desk is fully accessible through the Web Access interface, allowing remote control via:- Web browser on any device
- Touch-friendly interface for tablets
- Multiple simultaneous connections
DMX Source Implementation
Simple Desk implements theDMXSource interface, making it part of the QLC+ engine’s rendering pipeline:
Simple Desk uses the GenericFader system to ensure smooth value transitions and proper priority handling with other DMX sources.
Best Practices
- Live Control: Use Simple Desk for quick adjustments during live shows
- Scene Creation: Build scenes by adjusting channels and dumping to scenes
- Testing: Quickly test fixture functionality without programming
- Override Control: Temporarily override automated functions
- Keypad Efficiency: Learn keypad commands for faster workflow
Technical Details
Channel Storage
Simple Desk maintains a hash map of only the channels it’s controlling:- Minimal memory usage
- Fast channel lookups
- Easy to determine which channels are overridden
