Skip to content

Commit

Permalink
updated processing gyroosx example
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgillian committed Aug 6, 2016
1 parent 6c09172 commit 606c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Processing/GyrOSC_GRT/GyrOSC_GRT.pde
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void draw() {
void oscEvent(OscMessage theOscMessage) {
/* check if theOscMessage has the address pattern we are looking for. */

//println("### received an osc message. with address pattern "+theOscMessage.addrPattern());
println("### received an osc message. with address pattern "+theOscMessage.addrPattern());

if(theOscMessage.checkAddrPattern("/gyrosc/gyro")==true) {
gyro[0] = theOscMessage.get(0).floatValue();
Expand Down

0 comments on commit 606c229

Please sign in to comment.