Implement bus Firewheel nodes (gain, EQ, sends) #52

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

Description

Create Firewheel nodes for each bus with gain control, 3-band EQ, and send levels. Connect them in the mixer hierarchy.

Acceptance Criteria

Scenario: Bus nodes are working
  Given the mixer state
  When bus nodes are created in Firewheel
  Then each bus should have gain, EQ, and send nodes
  And nodes should be connected in the mixer hierarchy
  And all buses should route to Master

Technical Notes

  • Create bus gain nodes
  • Create 3-band EQ nodes (low shelf, mid bell, high shelf)
  • Create send nodes for effects routing
  • Connect buses to Master bus
  • Test signal routing
## Description Create Firewheel nodes for each bus with gain control, 3-band EQ, and send levels. Connect them in the mixer hierarchy. ## Acceptance Criteria ```gherkin Scenario: Bus nodes are working Given the mixer state When bus nodes are created in Firewheel Then each bus should have gain, EQ, and send nodes And nodes should be connected in the mixer hierarchy And all buses should route to Master ``` ## Technical Notes - Create bus gain nodes - Create 3-band EQ nodes (low shelf, mid bell, high shelf) - Create send nodes for effects routing - Connect buses to Master bus - Test signal routing
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#52