You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- PASS: `npx playwright test tests/playwright/tools/MidiStudioV2.spec.mjs -g "octave timeline editor is the default editable and playable Studio workflow|octave grid density supports icon controls and simultaneous chord editing" --reporter=list --workers=1 --timeout=60000`
29
+
- 2 passed.
30
+
- PASS: `git diff --check`
31
+
- No whitespace errors. Git emitted LF-to-CRLF working-copy warnings for touched text files.
32
+
33
+
## Required Proof Points
34
+
35
+
- PASS: Mute and Solo render as icon controls with no visible text.
36
+
- PASS: mute/solo/eye/delete controls stay on one horizontal row.
37
+
- PASS: widened left column is at least the expected PR030 width and instrument controls fit without wrapping or clipping.
38
+
- PASS: non-selected instrument notes use gray color/background treatment.
39
+
- PASS: selected instrument notes use a higher z-layer than dimmed notes.
- PASS: show/hide behavior still removes and restores hidden-lane notes.
42
+
- PASS: GM Type + Instrument dropdown behavior remains covered by the carried octave workflow.
43
+
- PASS: multi-note/chord editing still adds sibling notes without removing existing notes.
44
+
- PASS: drum simultaneous events still work.
45
+
- PASS: Play and Stop still work.
46
+
- PASS: Stop All Audio still returns playback controls to idle.
47
+
- PASS: all JS/CSS remains external; no HTML file was modified.
48
+
49
+
## Notes
50
+
51
+
- Full samples smoke test was not run, per BUILD request.
52
+
- Initial targeted Playwright run exposed a Songs/MIDI Import overlap after widening the left column; the song list now sizes to its contents and the final targeted run passed.
0 commit comments