mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 22:23:59 +01:00
Fix a few new compiler warnings.
This commit is contained in:
@@ -53,7 +53,7 @@ wxString EffectBassTreble::GetEffectDescription() {
|
||||
|
||||
bool EffectBassTreble::NewTrackSimpleMono()
|
||||
{
|
||||
const float slope = 0.4; // same slope for both filters
|
||||
const float slope = 0.4f; // same slope for both filters
|
||||
//(re)initialise filter parameters for low shelf
|
||||
xn1Bass=0;
|
||||
xn2Bass=0;
|
||||
|
||||
Reference in New Issue
Block a user