drop velocity as yagni

This commit is contained in:
2026-03-11 09:29:19 -06:00
parent ff3911fee9
commit 0e4cfa8b30
2 changed files with 12 additions and 11 deletions

View File

@@ -12,8 +12,7 @@ fn main() {
flags.sound_font,
flags.sample_rate,
);
// Play some tones (middle C, E, G). // 16 channels actually // 60=c 64=e 67=g //up to 128velocity though dont go below 50 tbh // 12 tones per octave
syn.tone_on(0, tone::new("c+5"), 127);
syn.tone_on(0, tone::new("c+5"));
play(syn, flags.sample_rate, flags.bpm, flags.smallest_note);
}