forked from abh1nash/ace-daw
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
priority: P1ImportantImportantrefactorCode refactoring and architecture improvementsCode refactoring and architecture improvements
Description
Description
src/components/pianoroll/PianoRollCanvas.tsx is 1,391 lines combining canvas rendering with a complex mouse state machine for 5 edit modes.
Proposed Extraction
usePianoRollDrag.ts— Custom hook for drag state machinePianoRollRenderer.ts— Pure canvas drawing functionsVelocityLaneRenderer.ts— Velocity lane drawing
Acceptance Criteria
- PianoRollCanvas.tsx reduced to < 400 lines
- All 5 edit modes work identically
- Unit tests for drag state transitions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: P1ImportantImportantrefactorCode refactoring and architecture improvementsCode refactoring and architecture improvements