Added FluidSynth MIDI device and the two new device configuration types, per PCem patches from bit.
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
|
||||
#include "../WIN/plat_midi.h"
|
||||
#include "../WIN/plat_ticks.h"
|
||||
#include "midi_system.h"
|
||||
#include "midi_fluidsynth.h"
|
||||
#include "midi_mt32.h"
|
||||
#include "midi_system.h"
|
||||
|
||||
int midi_device_current = 0;
|
||||
static int midi_device_last = 0;
|
||||
@@ -24,9 +25,10 @@ typedef struct
|
||||
static MIDI_DEVICE devices[] =
|
||||
{
|
||||
{"None", "none", NULL},
|
||||
{SYSTEM_MIDI_NAME, SYSTEM_MIDI_INTERNAL_NAME, &system_midi_device},
|
||||
{"FluidSynth", "fluidsynth", &fluidsynth_device},
|
||||
{"Roland MT-32 Emulation", "mt32", &mt32_device},
|
||||
{"Roland CM-32L Emulation", "cm32l", &cm32l_device},
|
||||
{SYSTEM_MIDI_NAME, SYSTEM_MIDI_INTERNAL_NAME, &system_midi_device},
|
||||
{"", "", NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user