docs: plan tempo, arrangement, and sampler tasks#24
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
References #23
References #25
References #26
Plans the next implementation issues for the active workflow. Tempo control remains first because BPM affects all scheduled drum and note playback. Arrangement view UI shell is placed before sampler sustain because it is a scoped UI mode-switch task and does not require arrangement data or playback.
Changes
docs/features/09-sampler-advanced-sustain.mdfor reusable sample-based sustain planning.docs/features/10-tempo-control-and-bpm-slider.mdfor making the BPM slider control real playback tempo.docs/features/11-arrangement-view-ui-shell.mdfor rendering aSONGmode arrangement UI shell from the Stitch visual reference.PLANS.mdActive Issue Order to run Tempo control and live BPM updates #25, then Arrangement view UI shell #26, then Sampler for advanced sustain #23.docs/audio-engine.mdwith generic sampler sustain responsibilities and tempo-control rules.docs/data-model.mdwith planned sampler metadata and serializabletempoBpmguidance.docs/ui-design.mdwith PAT/SONG workspace mode behavior and arrangement layout rules.docs/testing.mdwith sampler sustain and BPM-change checks.Testing
git diff --checknpm run typecheck --if-presentnpm run lintnpm run testnpm run buildScreenshots
Not applicable. Documentation-only planning PR.
Notes / Limitations
$process-task.Follow-up
$process-taskshould implement Tempo control and live BPM updates #25 fromdocs/features/10-tempo-control-and-bpm-slider.md.docs/features/11-arrangement-view-ui-shell.md.docs/features/09-sampler-advanced-sustain.md.