mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +00:00
extend -> evalScope in runtime
This commit is contained in:
parent
543d5f0619
commit
dc3a873abc
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
// import * as tunes from './tunes.mjs';
|
// import * as tunes from './tunes.mjs';
|
||||||
import { evaluate } from '@strudel.cycles/eval';
|
import { evaluate } from '@strudel.cycles/eval';
|
||||||
import { extend } from '@strudel.cycles/eval';
|
import { evalScope } from '@strudel.cycles/eval';
|
||||||
import * as strudel from '@strudel.cycles/core';
|
import * as strudel from '@strudel.cycles/core';
|
||||||
import * as webaudio from '@strudel.cycles/webaudio';
|
import * as webaudio from '@strudel.cycles/webaudio';
|
||||||
import controls from '@strudel.cycles/core/controls.mjs';
|
import controls from '@strudel.cycles/core/controls.mjs';
|
||||||
@ -126,7 +126,7 @@ const uiHelpersMocked = {
|
|||||||
prebake(true);
|
prebake(true);
|
||||||
|
|
||||||
// TODO: refactor to evalScope
|
// TODO: refactor to evalScope
|
||||||
extend(
|
evalScope(
|
||||||
// Tone,
|
// Tone,
|
||||||
strudel,
|
strudel,
|
||||||
strudel.Pattern.prototype.bootstrap(),
|
strudel.Pattern.prototype.bootstrap(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user