mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix conflicts after merge with master
This commit is contained in:
commit
616f2a0370
116 changed files with 3621 additions and 1742 deletions
|
|
@ -111,8 +111,12 @@ EngineControl::EngineControl ()
|
|||
|
||||
strings.clear ();
|
||||
strings.push_back (_("None"));
|
||||
#ifdef __APPLE__
|
||||
strings.push_back (_("coremidi"));
|
||||
#else
|
||||
strings.push_back (_("seq"));
|
||||
strings.push_back (_("raw"));
|
||||
#endif
|
||||
set_popdown_strings (midi_driver_combo, strings);
|
||||
midi_driver_combo.set_active_text (strings.front ());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue