Add EQ controls (3-band, collapsible) #68

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

Description

Add 3-band EQ controls to each channel strip, collapsed by default to save screen space.

Acceptance Criteria

Scenario: EQ controls work
  Given the mixer panel
  When EQ section is expanded
  Then 3-band EQ controls should appear (low shelf, mid bell, high shelf)
  And EQ changes should update in real-time
  And EQ section should collapse to save space

Technical Notes

  • Low shelf (frequency, gain)
  • Mid bell (frequency, gain, Q)
  • High shelf (frequency, gain)
  • Collapsible section
  • Update Firewheel EQ nodes in real-time
## Description Add 3-band EQ controls to each channel strip, collapsed by default to save screen space. ## Acceptance Criteria ```gherkin Scenario: EQ controls work Given the mixer panel When EQ section is expanded Then 3-band EQ controls should appear (low shelf, mid bell, high shelf) And EQ changes should update in real-time And EQ section should collapse to save space ``` ## Technical Notes - Low shelf (frequency, gain) - Mid bell (frequency, gain, Q) - High shelf (frequency, gain) - Collapsible section - Update Firewheel EQ nodes in real-time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#68