Feat: cleanup
Some checks failed
Deploy Website / deploy (push) Failing after 4m50s

This commit is contained in:
2026-02-22 13:28:03 +01:00
parent 789dbb186b
commit 1ce5b8597a
26 changed files with 213 additions and 181 deletions

View File

@@ -12,3 +12,7 @@ pub use cagire_project::{
MAX_BANKS, MAX_PATTERNS,
};
pub use script::ScriptEngine;
pub fn bp_label(bank: usize, pattern: usize) -> String {
format!("B{:02}:P{:02}", bank + 1, pattern + 1)
}