PARALLEL SOUNDS LETS GOOOOOO

This commit is contained in:
2026-03-11 13:40:43 -06:00
parent acdac24d1a
commit 59c7386e85
2 changed files with 34 additions and 15 deletions

View File

@@ -13,8 +13,9 @@ fn main() {
flags.sound_font,
flags.sample_rate,
));
syn_seq.append(1, "3c1");
if let Some(play) = flags.play {
syn_seq.append(play);
syn_seq.append(0, play);
}
play(syn_seq, flags.sample_rate, flags.bpm);