mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
Fix compilation of EXPERIMENTAL_EFFECTS_RACK
This commit is contained in:
parent
e78d209a68
commit
9842d0742f
@ -148,7 +148,7 @@
|
||||
#define EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS
|
||||
|
||||
// Define to include the effects rack (such as it is).
|
||||
//#define EXPERIMENTAL_EFFECTS_RACK
|
||||
#define EXPERIMENTAL_EFFECTS_RACK
|
||||
|
||||
// Define to make the meters look like a row of LEDs
|
||||
//#define EXPERIMENTAL_METER_LED_STYLE
|
||||
|
@ -289,7 +289,7 @@ void EffectRack::OnTimer(wxTimerEvent & WXUNUSED(evt))
|
||||
void EffectRack::OnApply(wxCommandEvent & WXUNUSED(evt))
|
||||
{
|
||||
AudacityProject *project = GetActiveProject();
|
||||
|
||||
|
||||
for (size_t i = 0, cnt = mEffects.size(); i < cnt; i++)
|
||||
{
|
||||
if (mPowerState[i])
|
||||
|
Loading…
x
Reference in New Issue
Block a user