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

@@ -1,3 +1,4 @@
pub mod chords;
mod scales;
pub use scales::lookup;