mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
[Summary] Per Igor's request fixed up region channel config label when there is no source file.
This commit is contained in:
parent
483c04b2c7
commit
81fc3532ea
1 changed files with 3 additions and 0 deletions
|
|
@ -373,6 +373,9 @@ AudioRegionView::update_ioconfig_label ()
|
|||
std::string label;
|
||||
|
||||
switch (chan_count ) {
|
||||
case 0:
|
||||
label = "N/A";
|
||||
break;
|
||||
case 1:
|
||||
label = "M";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue