Defines | |
| #define | NOTESTACK_SIZE 10 |
Functions | |
| s32 | MBNG_CV_Init (u32 mode) |
| s32 | MBNG_CV_Update (void) |
| s32 | MBNG_CV_PitchRangeSet (u8 cv, u8 value) |
| s32 | MBNG_CV_PitchRangeGet (u8 cv) |
| s32 | MBNG_CV_PitchSet (u8 cv, s16 value) |
| s32 | MBNG_CV_PitchGet (u8 cv) |
| s32 | MBNG_CV_TransposeOctaveSet (u8 cv, s8 value) |
| s32 | MBNG_CV_TransposeOctaveGet (u8 cv) |
| s32 | MBNG_CV_TransposeSemitonesSet (u8 cv, s8 value) |
| s32 | MBNG_CV_TransposeSemitonesGet (u8 cv) |
| s32 | MBNG_CV_NotifyReceivedValue (mbng_event_item_t *item) |
| s32 | MBNG_CV_ResetAllChannels (void) |
CV access functions for MIDIbox NG
| #define NOTESTACK_SIZE 10 |
Include files local variables
This function initializes the AIN handler

| s32 MBNG_CV_NotifyReceivedValue | ( | mbng_event_item_t * | item | ) |
This function is called by MBNG_EVENT_ItemReceive when a matching value has been received

set pitch range

| s32 MBNG_CV_ResetAllChannels | ( | void | ) |
Called to reset all channels/notes (e.g. after session change)

| s32 MBNG_CV_Update | ( | void | ) |
Updates all CV channels and gates

1.6.1