This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user