mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Revert "Fix compilation of EXPERIMENTAL_EFFECTS_RACK"
This reverts commit 9842d0742f.
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
#define EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS
|
#define EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS
|
||||||
|
|
||||||
// Define to include the effects rack (such as it is).
|
// 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 to make the meters look like a row of LEDs
|
||||||
//#define EXPERIMENTAL_METER_LED_STYLE
|
//#define EXPERIMENTAL_METER_LED_STYLE
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ void EffectRack::OnTimer(wxTimerEvent & WXUNUSED(evt))
|
|||||||
void EffectRack::OnApply(wxCommandEvent & WXUNUSED(evt))
|
void EffectRack::OnApply(wxCommandEvent & WXUNUSED(evt))
|
||||||
{
|
{
|
||||||
AudacityProject *project = GetActiveProject();
|
AudacityProject *project = GetActiveProject();
|
||||||
|
|
||||||
for (size_t i = 0, cnt = mEffects.size(); i < cnt; i++)
|
for (size_t i = 0, cnt = mEffects.size(); i < cnt; i++)
|
||||||
{
|
{
|
||||||
if (mPowerState[i])
|
if (mPowerState[i])
|
||||||
|
|||||||
Reference in New Issue
Block a user