Add packages/edo for Equal Division of the Octave scales

This commit is contained in:
robmckinnon 2025-06-28 18:24:05 +01:00 committed by robmckinnon
parent db413881db
commit 73965a3a39
12 changed files with 764 additions and 0 deletions

5
packages/edo/index.mjs Normal file
View file

@ -0,0 +1,5 @@
import './edo.mjs';
export * from './edo.mjs';
export const packageName = '@strudel/edo';