Feat: new euclidean words and sugar for floating point numbers

This commit is contained in:
2026-02-05 01:30:34 +01:00
parent 53fb3eb759
commit c92a29ab85
9 changed files with 237 additions and 2 deletions

View File

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