hotfix: add missing osc import
This commit is contained in:
parent
e664834fd9
commit
69703072df
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ evalScope(
|
||||||
import('@strudel.cycles/midi'),
|
import('@strudel.cycles/midi'),
|
||||||
import('@strudel.cycles/xen'),
|
import('@strudel.cycles/xen'),
|
||||||
import('@strudel.cycles/webaudio'),
|
import('@strudel.cycles/webaudio'),
|
||||||
|
import('@strudel.cycles/osc'),
|
||||||
);
|
);
|
||||||
|
|
||||||
const initialUrl = window.location.href;
|
const initialUrl = window.location.href;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue