#include <mios32.h>
#include <aout.h>
#include <notestack.h>
#include "app.h"
#include "mbng_cv.h"
#include "mbng_patch.h"
#include "mbng_event.h"
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) |