mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[Summary] Fixed bug with sample rate switching in the Editor Window
This commit is contained in:
parent
0bd8d02631
commit
cbb29fd129
1 changed files with 2 additions and 2 deletions
|
|
@ -330,9 +330,9 @@ ARDOUR_UI::get_sample_rate () const
|
|||
} else if ( "96 kHz" == sample_rate )
|
||||
{
|
||||
return 96000;
|
||||
} else if ( "172.4 kHz" == sample_rate )
|
||||
} else if ( "176.4 kHz" == sample_rate )
|
||||
{
|
||||
return 172400;
|
||||
return 176400;
|
||||
} else if ( "192 kHz" == sample_rate )
|
||||
{
|
||||
return 192000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue