Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/include/revolution/
Dseq.h48 typedef void (*SEQCALLBACK)(void *track, u8 controller);
116 u8 controller, // MIDI controller
Dsyn.h97 u8 controller [16][128]; // MIDI controller registers member
/RvlSDK-3.3/vcmv/
DReadme_en.txt273 * 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 controller
315 * When using the classic controller to move the cursor, then pressing A
316 on the core controller, the old Wii remote X,Y location would be used
317 even if the core controller is not currently pointing at the screen.
318 This was changed to continue using the classic controller X,Y location
364 be controlled properly with the classic controller if no input had
376 (future) controller attachments. Now it should still allow the
377 core controller functionality to operate.
473 unplugging the classic controller.
[all …]
/RvlSDK-3.3/build/libraries/seq/src/
Dseq.c659 u8 controller, // MIDI controller in SEQRegisterControllerCallback() argument
664 ASSERT(controller < 128); in SEQRegisterControllerCallback()
667 sequence->callback[controller] = callback; in SEQRegisterControllerCallback()