badmonkeyfinger
Still Fresh
So I had an idea of writing a program that would allow you to plug in a USB drum kit (like the kind you get with rockband games) into the caanoo and play drums. I have one of these:
http://www.amazon.co.uk/ION-Electronic-Drum-Learn-Software/dp/B000HWXGPW
Which work with standard gamepad drivers, like rockband drumsets do. Each pad is interpreted as an axis on a joystick and kick and hat pedals as a button.
So I started writing something in SDL, it works on PC but when I compiled to caanoo the drumset isnt recongised (the caanoo finds only one joypad, which is the builtin one). Since they work under standard HID drivers in linux and windows, I assumed they'd work on caanoo but I am missing something...
Any ideas?
http://www.amazon.co.uk/ION-Electronic-Drum-Learn-Software/dp/B000HWXGPW
Which work with standard gamepad drivers, like rockband drumsets do. Each pad is interpreted as an axis on a joystick and kick and hat pedals as a button.
So I started writing something in SDL, it works on PC but when I compiled to caanoo the drumset isnt recongised (the caanoo finds only one joypad, which is the builtin one). Since they work under standard HID drivers in linux and windows, I assumed they'd work on caanoo but I am missing something...
Any ideas?