0.0.5 • Published 11 months ago

@diegovdc/superdirt-socket v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

superDirtSocket

Tiny thing to listen on a WebSocket and forward OSC-over-UDP events to SuperDirt

How to use

NPM

  1. Install in an npm initialized project.
npm install @diegovdc/superdirt-socket
  1. Run
npx superDirtSocket --superCollider 57120 -v
  1. If you want to add custom superdirt args beyond the already registered. Create a file that defines the args:
// ./customSuperDirtArgs.js
module.exports = { cc20: "i" };

Run this command:

npx superDirtSocket --superCollider 57120 -v --superDirtArgs ./customSuperDirtArgs.js

Cloning

  1. Clone it somewhere useful (just one-time):
cd ~
git clone https://github.com/Piraran/superDirtSocket.git
  1. Install node.js, SuperCollider and SuperDirt (just one-time)

  2. Install node modules used by this thing (just one-time):

cd ~/superDirtSocket
npm install
  1. To make it go, run it with node:
cd ~/superDirtSocket
node superDirtSocket.js --superCollider 57120
  1. Finally, launch SuperDirt, open a browser and connect to a running Estuary deployment somewhere. Check the SuperDirt checkbox at the top of Estuary to connect, through the superDirtSocket, to SuperDirt.
0.0.5

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago