add port option

master
Jordan Orelli 10 years ago
parent 2f8f6798e5
commit 202ac6dd56

@ -1,4 +1,5 @@
9000 => port; // port to listen for osc subscribe messages
9000 => int port; // port to listen for osc subscribe messages
if (me.args()) me.arg(0) => Std.atoi => port;
120 => int bpm; // beats per minute
0 => int count; // count (1 through 4) of the beat.

Loading…
Cancel
Save