mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
change dummy backend to default to _("Silence").
This commit is contained in:
parent
a962b106a3
commit
076bb0b488
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ DummyAudioBackend::DummyAudioBackend (AudioEngine& e, AudioBackendInfo& info)
|
|||
, _port_change_flag (false)
|
||||
{
|
||||
_instance_name = s_instance_name;
|
||||
_device = _("Silence");
|
||||
pthread_mutex_init (&_port_callback_mutex, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue