Guide Track v4 Timing Fix - Pressure Glass

28 Jul 2026

Guide Track v4 Timing Fix - Pressure Glass

Problem

John reported that the Pressure Glass v4 guide was 3:10 long, but only the first minute or so had actual sound. He also noted the other guide tracks behaved similarly.

Diagnosis

The v4 JSON section map declares 108 beats at 82 BPM, which is about 79 seconds of composition. The earlier rendered MP3 was 190 seconds because `midi-arranger-v5.py` serialized note durations as extra delay when notes overlapped inside a track. That created long quiet tails and misleading MP3 durations.

Fix

Updated `projects/the-slow-aurora/scripts/midi-arranger-v5.py` so notes, chords, and drum hits are scheduled by absolute tick and converted to MIDI delta times at save time.

Verification

Result

`guide-track-v4.mp3` now matches the actual study-led composition duration instead of carrying a long silent tail.

Back to studies