mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 00:28:27 +00:00
use local osc.js
This commit is contained in:
parent
5aa01ce91c
commit
324dcd7ef8
@ -1,4 +1,4 @@
|
|||||||
import OSC from './node_modules/osc-js/lib/osc.js';
|
import OSC from './osc-js/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();
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
const OSC = require('osc-js');
|
const OSC = require('./osc-js/osc.js');
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
receiver: 'ws', // @param {string} Where messages sent via 'send' method will be delivered to, 'ws' for Websocket clients, 'udp' for udp client
|
receiver: 'ws', // @param {string} Where messages sent via 'send' method will be delivered to, 'ws' for Websocket clients, 'udp' for udp client
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user