i don't know how much interest there is still in using gamepads as midi controllers but i've added hid (input) support to midi masher. only tested so far with the cheapo 12 button gamepad that i have here but seems to work well. this simple config turns my gamepad into a 4banks midi fighter, tho only with banks 1+2 available due to the lack of buttons:
Code:
open_hid_device("gp", "gamepad_12btn", "USB Gamepad")
open_midi_device("mf1", "generic", "MidiFighter1 Input", "MidiFighter1 Output")
virtual_midifighter_4banks("gp", 0, "mf1", 0, 0)
windows only still but an osx port is coming very soon...
Bookmarks