IT PLAYS A SINGLE SET OF NOTES

This commit is contained in:
2026-03-11 13:11:44 -06:00
parent 63f96b2d5f
commit 85b189fad2
2 changed files with 6 additions and 5 deletions

View File

@@ -13,10 +13,7 @@ fn main() {
flags.sound_font,
flags.sample_rate,
));
syn_seq.append("c");
syn_seq.append("2e");
syn_seq.append("g");
//syn.tone_on(0, tone::new("c+5"));
syn_seq.append("c 2e g");
play(syn_seq, flags.sample_rate, flags.bpm);
}