fix euclid import
This commit is contained in:
parent
67c54c07c2
commit
aec5b3bb2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { Pattern, timeCat } from '../../strudel.mjs';
|
import { Pattern, timeCat } from '../../strudel.mjs';
|
||||||
import bjork from 'bjork';
|
import bjork from 'bjork';
|
||||||
import { rotate } from '../../util.mjs';
|
import { rotate } from '../../util.mjs';
|
||||||
import Fraction from '../../fraction.js';
|
import Fraction from '../../fraction.mjs';
|
||||||
|
|
||||||
const euclid = (pulses, steps, rotation = 0) => {
|
const euclid = (pulses, steps, rotation = 0) => {
|
||||||
const b = bjork(steps, pulses);
|
const b = bjork(steps, pulses);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue