Add solo/mute buttons #69

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

Description

Implement solo and mute buttons for each bus to isolate or silence buses during mixing.

Acceptance Criteria

Scenario: Solo and mute work
  Given the mixer panel
  When solo is enabled on a bus
  Then only that bus should be audible
  And when mute is enabled on a bus
  Then that bus should be silent

Technical Notes

  • Solo button (exclusive - only one bus audible)
  • Mute button (silences bus)
  • Update Firewheel graph routing
  • Visual feedback when solo/mute active
## Description Implement solo and mute buttons for each bus to isolate or silence buses during mixing. ## Acceptance Criteria ```gherkin Scenario: Solo and mute work Given the mixer panel When solo is enabled on a bus Then only that bus should be audible And when mute is enabled on a bus Then that bus should be silent ``` ## Technical Notes - Solo button (exclusive - only one bus audible) - Mute button (silences bus) - Update Firewheel graph routing - Visual feedback when solo/mute active
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#69