pub fn simple_melody(items: &[(u8, Time)]) -> Melody
Builds a single-voice Melody from (MIDI key, duration) pairs.
Melody
(MIDI key, duration)
Each note uses velocity 100, channel 0, and normal articulation. Intended as a test and example helper.