mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-28 05:58:28 +00:00
add controls to tune test
This commit is contained in:
parent
a4a30e8b60
commit
2bb095d47d
@ -6,6 +6,7 @@
|
|||||||
import { evaluate } from '@strudel.cycles/eval';
|
import { evaluate } from '@strudel.cycles/eval';
|
||||||
import { extend } from '@strudel.cycles/eval';
|
import { extend } from '@strudel.cycles/eval';
|
||||||
import * as strudel from '@strudel.cycles/core';
|
import * as strudel from '@strudel.cycles/core';
|
||||||
|
import controls from '@strudel.cycles/core/controls.mjs';
|
||||||
// import gist from '@strudel.cycles/core/gist.js';
|
// import gist from '@strudel.cycles/core/gist.js';
|
||||||
import { mini } from '@strudel.cycles/mini/mini.mjs';
|
import { mini } from '@strudel.cycles/mini/mini.mjs';
|
||||||
// import { Tone } from '@strudel.cycles/tone';
|
// import { Tone } from '@strudel.cycles/tone';
|
||||||
@ -116,6 +117,7 @@ const uiHelpersMocked = {
|
|||||||
backgroundImage: id,
|
backgroundImage: id,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// TODO: refactor to evalScope
|
// TODO: refactor to evalScope
|
||||||
extend(
|
extend(
|
||||||
// Tone,
|
// Tone,
|
||||||
@ -123,6 +125,7 @@ extend(
|
|||||||
strudel.Pattern.prototype.bootstrap(),
|
strudel.Pattern.prototype.bootstrap(),
|
||||||
toneHelpersMocked,
|
toneHelpersMocked,
|
||||||
uiHelpersMocked,
|
uiHelpersMocked,
|
||||||
|
controls,
|
||||||
/* controls,
|
/* controls,
|
||||||
toneHelpers,
|
toneHelpers,
|
||||||
voicingHelpers,
|
voicingHelpers,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user