Files
2024-02-15 10:00:01 +01:00

32 lines
748 B
Markdown

# @strudel/osc
OSC output for strudel patterns! Currently only tested with super collider / super dirt.
## Usage
Make sure you've [set up strudel locally](https://github.com/tidalcycles/strudel/blob/main/CONTRIBUTING.md#project-setup). Then run:
```js
pnpm osc
```
This should give you
```log
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) or run `sclang`.
Now open the REPL and type:
```js
s("<bd sd> hh").osc()
```
or just [click here](https://strudel.cc/#cygiPGJkIHNkPiBoaCIpLm9zYygp)...
You can read more about [how to use Superdirt with Strudel the Tutorial](https://strudel.cc/learn/input-output/#superdirt-api)