add snapshot

This commit is contained in:
Felix Roos 2022-06-18 17:27:57 +02:00
parent 925fb30e05
commit c3a3a68054
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
import { evaluate } from '@strudel.cycles/eval';
import { extend } from '@strudel.cycles/eval';
import * as strudel from '@strudel.cycles/core';
import * as webaudio from '@strudel.cycles/webaudio';
import controls from '@strudel.cycles/core/controls.mjs';
// import gist from '@strudel.cycles/core/gist.js';
import { mini } from '@strudel.cycles/mini/mini.mjs';
@ -129,6 +130,7 @@ extend(
toneHelpersMocked,
uiHelpersMocked,
controls,
webaudio,
/* controls,
toneHelpers,
voicingHelpers,

File diff suppressed because one or more lines are too long