20 Sep
2006
20 Sep
'06
5:20 a.m.
I played around with my joystick and ChucK 1.2.0.7 on OS X and found something to change in chuck/examples/hid/joy-shake.ck The line 26 "if( msg.type == HidIn.joystickAxis )" must be "if( msg.isAxisMotion() )" now and so line 36 "if( msg.type == HidIn.buttonDown )" now "if( msg.isButtonDown() )". Same with examples in the miniAudicle folder.