Searched refs:controller (Results 1 – 4 of 4) sorted by relevance
48 typedef void (*SEQCALLBACK)(void *track, u8 controller);116 u8 controller, // MIDI controller
97 u8 controller [16][128]; // MIDI controller registers member
273 * Fixed a bug that not accepted the controller input after it had moved to 313 * Fixed a bug where scrolling manual pages with the classic controller315 * When using the classic controller to move the cursor, then pressing A316 on the core controller, the old Wii remote X,Y location would be used317 even if the core controller is not currently pointing at the screen.318 This was changed to continue using the classic controller X,Y location364 be controlled properly with the classic controller if no input had376 (future) controller attachments. Now it should still allow the377 core controller functionality to operate.473 unplugging the classic controller.[all …]
659 u8 controller, // MIDI controller in SEQRegisterControllerCallback() argument664 ASSERT(controller < 128); in SEQRegisterControllerCallback()667 sequence->callback[controller] = callback; in SEQRegisterControllerCallback()