mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Coreaudio: enable MIDI by default
This commit is contained in:
parent
84d6a0a75d
commit
48dbd5801a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ CoreAudioBackend::CoreAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
|||
, _last_process_start (0)
|
||||
, _input_audio_device("")
|
||||
, _output_audio_device("")
|
||||
, _midi_driver_option(get_standard_device_name(DeviceNone))
|
||||
, _midi_driver_option(_("CoreMidi"))
|
||||
, _samplerate (48000)
|
||||
, _samples_per_period (1024)
|
||||
, _n_inputs (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue