rename org to strudel.cycles

This commit is contained in:
Felix Roos 2022-03-27 21:42:54 +02:00
parent ff4beaeb2c
commit 75097594b2
42 changed files with 140 additions and 140 deletions

View file

@ -1,5 +1,5 @@
import { Pattern } from '@strudel/core/strudel.mjs';
import { mod } from '@strudel/core/util.mjs';
import { Pattern } from '@strudel.cycles/core/strudel.mjs';
import { mod } from '@strudel.cycles/core/util.mjs';
export function edo(name) {
if (!/^[1-9]+[0-9]*edo$/.test(name)) {