mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 00:31:11 +00:00
Deprecate MidiShare driver
This commit is contained in:
parent
4eb3afe8a4
commit
dc24dcd435
1 changed files with 11 additions and 0 deletions
|
@ -87,6 +87,17 @@ new_fluid_midishare_midi_driver(fluid_settings_t *settings,
|
|||
fluid_midishare_midi_driver_t *dev;
|
||||
int i;
|
||||
|
||||
FLUID_LOG(FLUID_WARN,
|
||||
"\n\n"
|
||||
"================ MidiShare MIDI driver has been deprecated! =================\n"
|
||||
"You're using the MidiShare driver. This driver is old, unmaintained and believed\n"
|
||||
"to be unused. If you still need it, pls. let us know by posting to our\n"
|
||||
"mailing list at fluid-dev@nongnu.org - otherwise this driver might be removed\n"
|
||||
"in a future release of FluidSynth!\n"
|
||||
"================ MidiShare MIDI driver has been deprecated! =================\n"
|
||||
"\n"
|
||||
);
|
||||
|
||||
/* not much use doing anything */
|
||||
if(handler == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue