Implement egui mixer panel with channel strips #67

Open
opened 2025-12-17 02:58:19 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 02:58:19 +00:00 (Migrated from github.com)

Description

Create a professional mixing console UI in egui with channel strips for all buses plus master.

Acceptance Criteria

Scenario: Mixer panel is usable
  Given the egui debug UI
  When the mixer panel is opened
  Then all bus channels should be visible
  And each channel should have fader, meter, solo/mute
  And the Master channel should be visible
  And the layout should resemble a hardware mixer

Technical Notes

  • Layout 5 bus channels + master in egui
  • Vertical faders for gain control
  • Peak meters (animated bars)
  • Solo/mute buttons
  • Collapsible sections for EQ
  • Reference hardware mixer layouts
## Description Create a professional mixing console UI in egui with channel strips for all buses plus master. ## Acceptance Criteria ```gherkin Scenario: Mixer panel is usable Given the egui debug UI When the mixer panel is opened Then all bus channels should be visible And each channel should have fader, meter, solo/mute And the Master channel should be visible And the layout should resemble a hardware mixer ``` ## Technical Notes - Layout 5 bus channels + master in egui - Vertical faders for gain control - Peak meters (animated bars) - Solo/mute buttons - Collapsible sections for EQ - Reference hardware mixer layouts
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#67