mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-23 15:41:09 +02:00
Revert "Fix compilation of EXPERIMENTAL_EFFECTS_RACK"
This reverts commit 9842d0742f95dafc9949c775506d2f96c4ac3256.
This commit is contained in:
parent
9842d0742f
commit
d38dde213e
@ -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])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user