mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 18:48:36 +00:00
fix euclid import
This commit is contained in:
parent
67c54c07c2
commit
aec5b3bb2b
@ -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…
x
Reference in New Issue
Block a user