add xen package
This commit is contained in:
parent
9458faf5b0
commit
e1bb58fb06
6 changed files with 46 additions and 671 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Pattern } from '@strudel/core/strudel.mjs';
|
||||
import { mod } from '../../packages/core/util.mjs';
|
||||
|
||||
function edo(name) {
|
||||
export function edo(name) {
|
||||
if (!/^[1-9]+[0-9]*edo$/.test(name)) {
|
||||
throw new Error('not an edo scale: "' + name + '"');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue