Kaspars Jaudzems e268802f3c
OSC/SuperDirt fixes (#1093)
* If note is a midi note, and it's sent together with octave to SuperDirt, then that will be wrong. instead we should to midinote whenever sure that it's a midi note.
* mapbank to work like tidal's drumFrom
* roomsize is size in SuperDirt
* fix tidal-sniffer
* export `registerControl` (but see #1098)
2024-05-13 09:10:34 +01:00
..
2022-03-28 21:24:44 +02:00
2024-05-13 09:10:34 +01:00
2024-02-08 13:04:25 +01:00
2024-04-21 17:52:22 -04:00
2024-05-13 09:10:34 +01:00
2024-02-08 12:19:11 +01:00

@strudel/osc

OSC output for strudel patterns! Currently only tested with super collider / super dirt.

Usage

OSC will only work if you run the REPL locally + the OSC server besides it:

From the project root:

npm run repl

and in a seperate shell:

npm run osc

This should give you

osc client running on port 57120
osc server running on port 57121
websocket server running on port 8080

Now open Supercollider (with the super dirt startup file)

Now open the REPL and type:

s("<bd sd> hh").osc()

or just click here...

You can read more about how to use Superdirt with Strudel the Tutorial