Skip to content

Instantly share code, notes, and snippets.

@moxuse
Created May 7, 2019 12:27
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 moxuse/89ff0122598ac520a77e518c7ecedcdc to your computer and use it in GitHub Desktop.
Save moxuse/89ff0122598ac520a77e518c7ecedcdc to your computer and use it in GitHub Desktop.
ORCA to SC OSC send sample
(
OSCdef(\orca_osc, {|msg|
var note;
msg.postln;
// note = msg[1];
// s.sendMsg("/s_new", \your_synth, s.nextNodeID, 0, 1, \note, note);
}, \p);
)
// in ORCA
/*
.D4..R6
..=p41.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment