removed 16x oversampling
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@973 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -115,8 +115,7 @@ public:
|
||||
Oversampling_None,
|
||||
Oversampling_2x,
|
||||
Oversampling_4x,
|
||||
Oversampling_8x,
|
||||
Oversampling_16x
|
||||
Oversampling_8x
|
||||
} ;
|
||||
|
||||
Interpolation interpolation;
|
||||
@@ -167,7 +166,6 @@ public:
|
||||
case Oversampling_2x: return 2;
|
||||
case Oversampling_4x: return 4;
|
||||
case Oversampling_8x: return 8;
|
||||
case Oversampling_16x: return 16;
|
||||
}
|
||||
return( 1 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user