mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Backend - change midi optons string.
Multimedia Extensions -> System MIDI (MME)
This commit is contained in:
parent
1fffbb554f
commit
bdf9b2f47c
2 changed files with 2 additions and 2 deletions
|
|
@ -951,7 +951,7 @@ ARDOUR::enumerate_midi_options ()
|
||||||
/* Windows folks: what name makes sense here? Are there other
|
/* Windows folks: what name makes sense here? Are there other
|
||||||
choices as well ?
|
choices as well ?
|
||||||
*/
|
*/
|
||||||
midi_options.push_back (make_pair (_("Multimedia Extension"), winmme_midi_driver_name));
|
midi_options.push_back (make_pair (_("System MIDI (MME)"), winmme_midi_driver_name));
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
midi_options.push_back (make_pair (_("CoreMIDI"), coremidi_midi_driver_name));
|
midi_options.push_back (make_pair (_("CoreMIDI"), coremidi_midi_driver_name));
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ const std::vector<std::string> WavesAudioBackend::__available_midi_options = boo
|
||||||
|
|
||||||
#elif PLATFORM_WINDOWS
|
#elif PLATFORM_WINDOWS
|
||||||
|
|
||||||
const std::vector<std::string> WavesAudioBackend::__available_midi_options = boost::assign::list_of ("Multimedia Extensions") ("None");
|
const std::vector<std::string> WavesAudioBackend::__available_midi_options = boost::assign::list_of ("System MIDI (MME)") ("None");
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue