Feat: bank / pattern import / export feature + documentation

This commit is contained in:
2026-02-26 00:20:46 +01:00
parent 6dd265067f
commit 71bd09d5ea
15 changed files with 412 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
mod file;
mod project;
pub mod share;
pub const MAX_BANKS: usize = 32;
pub const MAX_PATTERNS: usize = 32;