use new fixed version of osc-js package

This commit is contained in:
Felix Roos 2022-04-14 17:37:44 +02:00
parent 02738a0694
commit 18d8049f37
5 changed files with 70 additions and 1828 deletions

View file

@ -1,4 +1,4 @@
import OSC from './osc.js';
import OSC from 'osc-js';
import { Pattern } from '@strudel.cycles/core';
const comm = new OSC();