Feat: adding some basic music theory
Some checks failed
Deploy Website / deploy (push) Failing after 4m49s

This commit is contained in:
2026-02-01 16:15:09 +01:00
parent f9c284effd
commit adee8d0d57
8 changed files with 620 additions and 1 deletions

View File

@@ -54,3 +54,6 @@ mod generator;
#[path = "forth/midi.rs"]
mod midi;
#[path = "forth/chords.rs"]
mod chords;