Feat: demo songs

This commit is contained in:
2026-02-22 23:50:35 +01:00
parent 40e69b66da
commit 057ba5b2f3
27 changed files with 25324 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
pub mod categories;
pub mod demos;
pub mod docs;
pub mod onboarding;
mod script;
@@ -8,8 +9,8 @@ pub use cagire_forth::{
Variables, Word, WordCompile, WORDS,
};
pub use cagire_project::{
load, save, Bank, FollowUp, LaunchQuantization, Pattern, PatternSpeed, Project, SyncMode,
MAX_BANKS, MAX_PATTERNS,
load, load_str, save, Bank, FollowUp, LaunchQuantization, Pattern, PatternSpeed, Project,
SyncMode, MAX_BANKS, MAX_PATTERNS,
};
pub use script::ScriptEngine;