seq stores only int counter of remaining

This commit is contained in:
2026-03-11 12:41:38 -06:00
parent 683d3ef315
commit fc91b666ce
2 changed files with 53 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#[derive(Debug)]
#[derive(Debug, PartialEq, Clone)]
pub struct Tone(i32);
// new parses [a-g][+-]?[1-5]? to tone, sharp or flat, down 2 octave..up 1 octave