fix File-Import resampling quality.
git-svn-id: svn://localhost/ardour2/branches/3.0@14113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -1695,7 +1695,7 @@ SoundFileOmega::get_position() const
|
||||
SrcQuality
|
||||
SoundFileOmega::get_src_quality() const
|
||||
{
|
||||
string str = where_combo.get_active_text();
|
||||
string str = src_combo.get_active_text();
|
||||
|
||||
if (str == _("Best")) {
|
||||
return SrcBest;
|
||||
|
||||
Reference in New Issue
Block a user