forked from PAWPAW-Mirror/lib_xua
MIXER now guarded by ifndef MIXER
This commit is contained in:
@@ -661,6 +661,11 @@ enum USBEndpointNumber_Out
|
|||||||
#define ID_MIXER_1 60
|
#define ID_MIXER_1 60
|
||||||
|
|
||||||
/* Mixer defines */
|
/* Mixer defines */
|
||||||
|
|
||||||
|
#if defined(MIXER) && (MIXER == 0)
|
||||||
|
#undef MIXER
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef MIX_INPUTS
|
#ifndef MIX_INPUTS
|
||||||
#define MIX_INPUTS 18
|
#define MIX_INPUTS 18
|
||||||
#endif
|
#endif
|
||||||
@@ -673,7 +678,6 @@ enum USBEndpointNumber_Out
|
|||||||
#define MAX_MIX_COUNT 0
|
#define MAX_MIX_COUNT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Volume defines */
|
/* Volume defines */
|
||||||
|
|
||||||
#ifndef MIN_VOLUME
|
#ifndef MIN_VOLUME
|
||||||
@@ -780,6 +784,7 @@ enum USBEndpointNumber_Out
|
|||||||
#undef FAST_MODE
|
#undef FAST_MODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Default MIDI Rx port width */
|
||||||
#ifndef MIDI_RX_PORT_WIDTH
|
#ifndef MIDI_RX_PORT_WIDTH
|
||||||
#define MIDI_RX_PORT_WIDTH 1
|
#define MIDI_RX_PORT_WIDTH 1
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user