mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Separate user-set pretty-names from hardware I/O names
This allow to restore original engine port-names as set by the backend. ALSA MIDI, CoreAudio, CoreMIDI and PortAudio drivers can provide human readable physical port names for some devices.
This commit is contained in:
parent
01502c6805
commit
21e66216be
7 changed files with 30 additions and 17 deletions
|
|
@ -828,7 +828,7 @@ PulseAudioBackend::register_system_ports ()
|
|||
return -1;
|
||||
}
|
||||
set_latency_range (p, true, lr);
|
||||
//p->set_pretty_name ("")
|
||||
//p->set_hw_port_name ("")
|
||||
_system_outputs.push_back (p);
|
||||
}
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue