MBNG_KB

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)

Detailed Description

Keyboard access functions for MIDIbox NG


Define Documentation

#define SUPPORT_SECURE_NOTE_OFF_HANDLING   1

Include files


Function Documentation

s32 MBNG_KB_AllNotesOff ( u8  kb  ) 

Play Off Events Returns number of played keys

Here is the call graph for this function:

s32 MBNG_KB_BreakIsMakeSet ( u8  kb,
u8  value 
)

Sets the "break_is_make" switch

s32 MBNG_KB_Init ( u32  mode  ) 

This function initializes the KB handler

Here is the call graph for this function:

s32 MBNG_KB_NotifyReceivedValue ( mbng_event_item_t item  ) 

This function is called by MBNG_EVENT_ItemReceive when a matching value has been received

s32 MBNG_KB_NotifyToggle ( u8  kb,
u8  note_number,
u8  velocity 
)

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

Here is the call graph for this function:


Generated on 22 Jan 2016 for MIDIboxNG by  doxygen 1.6.1