From 69703072df4aafc4c6feb4c9dd3983ca2817516c Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 25 May 2022 22:37:39 +0200 Subject: [PATCH] hotfix: add missing osc import --- repl/src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/repl/src/App.jsx b/repl/src/App.jsx index 354fdce8..3480a27d 100644 --- a/repl/src/App.jsx +++ b/repl/src/App.jsx @@ -22,6 +22,7 @@ evalScope( import('@strudel.cycles/midi'), import('@strudel.cycles/xen'), import('@strudel.cycles/webaudio'), + import('@strudel.cycles/osc'), ); const initialUrl = window.location.href;