Created
May 7, 2019 12:27
-
-
Save moxuse/89ff0122598ac520a77e518c7ecedcdc to your computer and use it in GitHub Desktop.
ORCA to SC OSC send sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( | |
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