[chuck-users] HidIn @ joy-shake.ck with dracula

Tasmo djtasmo at gmail.com
Wed Sep 20 05:20:24 EDT 2006


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.


More information about the chuck-users mailing list