Add CM-32LN

Update midi_mt32.c
This commit is contained in:
Jasmine Iwanek
2022-08-30 16:50:29 -04:00
parent a08ad7007d
commit b59f8ab14d
3 changed files with 35 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ static const MIDI_OUT_DEVICE devices[] = {
#ifdef USE_MUNT
{ &mt32_device },
{ &cm32l_device },
{ &cm32ln_device },
#endif
#ifdef USE_RTMIDI
{ &rtmidi_output_device },