Create set navigator
create_set_navigatorCreate a hands-light stage navigator to step through ordered scenes with Next, Prev, and Go controls. Optionally quantizes Go to the next beat.
Instructions
Build a hands-light stage navigator (the QLab model) for stepping through an ordered scene/cue list: Next / Prev to move the pointer, Go to fire the current scene's cue on the target COMP, and an Index knob to jump directly. Optionally quantizes GO to the next beat. The navigator drives manage_cue recall on the target so cue morphs and beat-quantized changes all work. Use after building a control panel with manage_cue cues stored; then perform the show by hitting Next + Go instead of recalling by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the navigator COMP to create. | set_navigator |
| parent_path | No | Parent COMP path the navigator container is created inside. | /project1 |
| target | Yes | The COMP whose cues this navigator steps through. Cues are recalled on it via manage_cue. | |
| scenes | No | Ordered cue names to navigate. Omit or leave empty to read the target's existing cues. | |
| go_on_beat | No | Quantize GO to the next beat (needs a tempo/beat source). | |
| resolution | No | Panel resolution [width, height] in pixels. |