This commit is contained in:
2026-01-28 13:54:29 +01:00
parent 556058bfe9
commit 0520ef872e
5 changed files with 123 additions and 72 deletions

View File

@@ -1095,7 +1095,7 @@ mod tests {
let mut state = make_state();
let mut pat = simple_pattern(8);
pat.speed = crate::model::PatternSpeed::Double;
pat.speed = crate::model::PatternSpeed::DOUBLE;
state.tick(tick_with(
vec![SeqCommand::PatternUpdate { bank: 0, pattern: 0, data: pat }],