mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
ALSA: suggest ALSA Sequencer by default
This commit is contained in:
parent
ddca042b7b
commit
fe6aa0610c
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ AlsaAudioBackend::AlsaAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
||||||
, _last_process_start (0)
|
, _last_process_start (0)
|
||||||
, _input_audio_device ("")
|
, _input_audio_device ("")
|
||||||
, _output_audio_device ("")
|
, _output_audio_device ("")
|
||||||
, _midi_driver_option (get_standard_device_name (DeviceNone))
|
, _midi_driver_option (_("ALSA sequencer"))
|
||||||
, _samplerate (48000)
|
, _samplerate (48000)
|
||||||
, _samples_per_period (1024)
|
, _samples_per_period (1024)
|
||||||
, _periods_per_cycle (2)
|
, _periods_per_cycle (2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue