Data Structures | |
struct | kb_played_note_t |
Defines | |
#define | SUPPORT_SECURE_NOTE_OFF_HANDLING 1 |
Functions | |
s32 | MBNG_KB_Init (u32 mode) |
s32 | MBNG_KB_NotifyToggle (u8 kb, u8 note_number, u8 velocity) |
s32 | MBNG_KB_NotifyReceivedValue (mbng_event_item_t *item) |
s32 | MBNG_KB_BreakIsMakeSet (u8 kb, u8 value) |
s32 | MBNG_KB_AllNotesOff (u8 kb) |
Keyboard access functions for MIDIbox NG
#define SUPPORT_SECURE_NOTE_OFF_HANDLING 1 |
Include files
Play Off Events Returns number of played keys
This function initializes the KB handler
s32 MBNG_KB_NotifyReceivedValue | ( | mbng_event_item_t * | item | ) |
This function is called by MBNG_EVENT_ItemReceive when a matching value has been received
This function is called by keyboard.c when a key has been toggled It's activated from mios32_config.h: define KEYBOARD_NOTIFY_TOGGLE_HOOK MBNG_KB_NotifyToggle