patch osc for client

This commit is contained in:
Felix Roos 2022-04-12 23:42:46 +02:00
parent c9d7a2f313
commit e069e66952
3 changed files with 1808 additions and 75 deletions

1733
packages/osc/osc.js Normal file

File diff suppressed because it is too large Load Diff

View File

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