basic save load

This commit is contained in:
2025-09-27 01:13:01 -05:00
parent d11dc271af
commit ba7fda2b5c
9 changed files with 257 additions and 41 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ pub struct Tenori {
pub tempo: u32,
// A count _in beats_ of where we are in the loop
timer: f32,
pub timer: f32,
/// Whether or not we're playing; false == paused
pub playing: bool,