- 808 bass: fixed note positions to beat 1.0 per bar (i-iv-i-V, 1.5 beat duration) - Chords: 4-note 7th voicings (Am7, F7, C7, G7) instead of 2-note intervals - Lead: constrained to 8-semitone range, pentatonic scale - Pad: arpeggiated eighth-notes instead of static 2-note drones - Ozone 12: fixed .vst3 filename paths in Calibrator - Delta-encoding: fixed cumulative timing drift in _build_midi_source() with CC events 298/298 tests pass.
15 lines
907 B
Markdown
15 lines
907 B
Markdown
# Tasks: Fix Musical Coherence
|
|
|
|
## Task List
|
|
|
|
- [x] T1: Fix BASS_PATTERN_8BARS in scripts/compose.py — 4-note sparse i-iv-i-V pattern
|
|
- [x] T2: Fix _resolve_chord_tones() in src/composer/melody_engine.py — single octave constraint
|
|
- [x] T3: Fix EMOTION_PROGRESSIONS in src/composer/chords.py — m7/7 instead of min/maj
|
|
- [x] T4: Fix build_pad_track() in scripts/compose.py — arpeggiated eighth-note movement
|
|
- [x] T5: Fix _build_master_fxchain() in src/reaper_builder/__init__.py — correct Ozone plugin path
|
|
- [x] T6: Fix _build_midi_source() delta-encoding bug — note-off in sorted event stream
|
|
- [x] T7: Update tests to match new expected behavior
|
|
- [x] T8: Run `python -m pytest tests/ -q` — 298 passed
|
|
- [x] T9: Generate RPP with `python scripts/compose.py --bpm 95 --key Am --output output/musical_test.rpp --seed 42`
|
|
- [x] T10: Verify generated RPP has correct note positions and content
|