1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Revert "Fix compilation of EXPERIMENTAL_EFFECTS_RACK"

This reverts commit 9842d0742f.
This commit is contained in:
Paul Licameli
2017-03-19 10:51:00 -04:00
parent 9842d0742f
commit d38dde213e
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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])