Organisms (components/organisms/)
Self-contained UI blocks that compose atoms and molecules into functional sections of the DAW interface.
Components
Design Conventions
- Composition — Organisms compose molecules/atoms, they don’t reimplement their logic.
MixerChannelrendersVolumeFader+PanControl+MuteSoloButtonsetc. - Self-contained state — Each organism reads directly from Zustand stores via selectors. No prop drilling from parent panels.
- Track-scoped —
MixerChannelandTrackLanereceive atrackIndexand select all their data fromuseMixerStore.