MBNG_CV

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)

Detailed Description

CV access functions for MIDIbox NG


Define Documentation

#define NOTESTACK_SIZE   10

Include files local variables


Function Documentation

s32 MBNG_CV_Init ( u32  mode  ) 

This function initializes the AIN handler

Here is the call graph for this function:

s32 MBNG_CV_NotifyReceivedValue ( mbng_event_item_t item  ) 

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

Here is the call graph for this function:

s32 MBNG_CV_PitchGet ( u8  cv  ) 
Returns:
pitchbend

Here is the call graph for this function:

s32 MBNG_CV_PitchRangeGet ( u8  cv  ) 
Returns:
pitch range

Here is the call graph for this function:

s32 MBNG_CV_PitchRangeSet ( u8  cv,
u8  value 
)

set pitch range

Here is the call graph for this function:

s32 MBNG_CV_PitchSet ( u8  cv,
s16  value 
)

set pitchbend

Here is the call graph for this function:

s32 MBNG_CV_ResetAllChannels ( void   ) 

Called to reset all channels/notes (e.g. after session change)

Here is the call graph for this function:

s32 MBNG_CV_TransposeOctaveGet ( u8  cv  ) 
Returns:
octave transpose
s32 MBNG_CV_TransposeOctaveSet ( u8  cv,
s8  value 
)

set octave transpose

s32 MBNG_CV_TransposeSemitonesGet ( u8  cv  ) 
Returns:
semitones transpose
s32 MBNG_CV_TransposeSemitonesSet ( u8  cv,
s8  value 
)

set semitones transpose

s32 MBNG_CV_Update ( void   ) 

Updates all CV channels and gates

Here is the call graph for this function:


Generated on 22 Jan 2016 for MIDIboxNG by  doxygen 1.6.1