extend -> evalScope in runtime
This commit is contained in:
parent
543d5f0619
commit
dc3a873abc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue