Archive Milestone 6 in docs

Move completed M6 (insert placement onto selected tracks at edit cursor)
from PLAN.md to COMPLETED.md with a decisions note.
This commit is contained in:
2026-07-23 06:13:22 -04:00
parent 4f1231ea81
commit bd5ca2f861
2 changed files with 18 additions and 11 deletions
-11
View File
@@ -14,17 +14,6 @@ it here and appends it to `COMPLETED.md`.
---
## Milestone 6 — insert (placement)
**Goal:** "Insert selected sample at edit cursor" via `InsertMedia`. CONTEXT.md
§insert, Build order 6.
**Verify (in DAW):** Selected sample inserts at the edit cursor wrapped in
`Undo_BeginBlock2` / `Undo_EndBlock2`; conform-to-tempo is an explicit flag —
**no silent time-stretch** when off.
- [ ] `InsertMedia(path, mode)` at edit cursor (verify mode bits against SDK).
- [ ] Conform-to-project-tempo vs literal as an explicit flag (never silent).
- [ ] Undo-block wrapping.
## Milestone 7 — capture action family
**Goal:** Bindable capture actions for master / selected tracks / selected items /
razor area, each with wet-dry + tail options. CONTEXT.md §actions, Build order 7.