Merge pull request #471 from bwagner/patch-1

Update input-output.mdx
This commit is contained in:
Felix Roos
2023-02-22 22:53:22 +01:00
committed by GitHub
+2 -2
View File
@@ -40,8 +40,8 @@ Getting [SuperDirt](https://github.com/musikinformatik/SuperDirt/) to work with
1. install SuperCollider + sc3 plugins, see [Tidal Docs](https://tidalcycles.org/docs/) (Install Tidal) for more info.
2. install [node.js](https://nodejs.org/en/)
3. download [Strudel Repo](https://github.com/tidalcycles/strudel/) (or git clone, if you have git installed)
4. run `npm i` in the strudel directory
5. run `npm run osc` to start the osc server, which forwards OSC messages from Strudel REPL to SuperCollider
4. run `pnpm i` in the strudel directory
5. run `pnpm run osc` to start the osc server, which forwards OSC messages from Strudel REPL to SuperCollider
Now you're all set!