forked from PAWPAW-Mirror/lib_xua
Added IAP_TILE and MIDI_TILE defines.
This commit is contained in:
@@ -8,6 +8,22 @@
|
||||
|
||||
#include "customdefines.h"
|
||||
|
||||
#ifndef AUDIO_IO_TILE
|
||||
#define AUDIO_IO_TILE 0
|
||||
#endif
|
||||
|
||||
#ifndef XUD_TILE
|
||||
#define XUD_TILE 0
|
||||
#endif
|
||||
|
||||
#ifndef IAP_TILE
|
||||
#define IAP_TILE AUDIO_IO_TILE
|
||||
#endif
|
||||
|
||||
#ifndef MIDI_TILE
|
||||
#define MIDI_TILE AUDIO_IO_TILE
|
||||
#endif
|
||||
|
||||
/* Tidy up historical INPUT/OUTPUT defines. INPUT/OUTPUT now enabled based on channel count defines */
|
||||
#if !defined(NUM_USB_CHAN_IN)
|
||||
#error NUM_USB_CHAN_IN must be defined!
|
||||
|
||||
Reference in New Issue
Block a user