Skip to content

Instantly share code, notes, and snippets.

@kn1kn1
Created March 23, 2019 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kn1kn1/49611bfa3fe94327eccba631257da1ba to your computer and use it in GitHub Desktop.
Save kn1kn1/49611bfa3fe94327eccba631257da1ba to your computer and use it in GitHub Desktop.
Logging TidalCycles OSC messages via SuperCollider
// cf. https://gist.github.com/tado/a62f8aa794629e34dc6325fa6c1fd82c
SuperDirt.start
(
OSCdef(\tidalplay2, {
arg msg;
msg.postln;
}, '/play2', n);
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment