forked from PAWPAW-Mirror/lib_xua
Midi strings now assigned in the string table.
This commit is contained in:
@@ -172,9 +172,6 @@ typedef struct
|
|||||||
#error NUM_USB_CHAN > 18
|
#error NUM_USB_CHAN > 18
|
||||||
#endif
|
#endif
|
||||||
STR_TABLE_ENTRY(iAPInterfaceStr);
|
STR_TABLE_ENTRY(iAPInterfaceStr);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} StringDescTable_t;
|
} StringDescTable_t;
|
||||||
|
|
||||||
StringDescTable_t g_strTable =
|
StringDescTable_t g_strTable =
|
||||||
@@ -206,6 +203,10 @@ StringDescTable_t g_strTable =
|
|||||||
#ifdef DFU
|
#ifdef DFU
|
||||||
.dfuStr = APPEND_VENDOR_STR(DFU),
|
.dfuStr = APPEND_VENDOR_STR(DFU),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MIDI
|
||||||
|
.midiOutStr = APPEND_VENDOR_STR(MIDI Out),
|
||||||
|
.midiInStr = APPEND_VENDOR_STR(MIDI In),
|
||||||
|
#endif
|
||||||
#if (NUM_USB_CHAN_OUT > 0)
|
#if (NUM_USB_CHAN_OUT > 0)
|
||||||
#if defined(SPDIF) && (SPDIF_TX_INDEX == 0)
|
#if defined(SPDIF) && (SPDIF_TX_INDEX == 0)
|
||||||
#if defined(SPDIF) && (SPDIF_TX_INDEX < I2S_CHANS_DAC)
|
#if defined(SPDIF) && (SPDIF_TX_INDEX < I2S_CHANS_DAC)
|
||||||
|
|||||||
Reference in New Issue
Block a user