This commit is contained in:
2025-10-05 00:45:49 -05:00
parent 39034b3317
commit 03a62ac251
5 changed files with 215 additions and 16 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
use std::time::{Duration, Instant};
use std::time::Instant;
use rodio::OutputStream;
use crate::grid::Grid;
use crate::dialog::Dialog;
@@ -106,7 +106,7 @@ impl Tenori {
note_type: grid.note_type,
tone,
volume: grid.volume,
duration: Duration::from_millis(grid.length as u64),
envelope: grid.envelope
})
}
}