This commit is contained in:
2025-09-26 01:06:33 -05:00
parent 108408ad84
commit d11dc271af
4 changed files with 62 additions and 9 deletions
+1 -2
View File
@@ -90,8 +90,7 @@ impl Tenori {
let beat = self.beat();
for grid in self.grids.iter() {
for note in grid.notes(beat).into_iter() {
let tone: i32 = note as i32 - 8;
for tone in grid.notes(beat).into_iter() {
notes.push(Note {
note_type: grid.note_type,