aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Slew/Slew.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacAU/Slew/Slew.h')
-rwxr-xr-xplugins/MacAU/Slew/Slew.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/plugins/MacAU/Slew/Slew.h b/plugins/MacAU/Slew/Slew.h
index af04876..95bf7c2 100755
--- a/plugins/MacAU/Slew/Slew.h
+++ b/plugins/MacAU/Slew/Slew.h
@@ -113,19 +113,18 @@ public:
: AUKernelBase(inAudioUnit)
{
}
-
- // *Required* overides for the process method for this effect
- // processes one channel of interleaved samples
- virtual void Process( const Float32 *inSourceP,
- Float32 *inDestP,
- UInt32 inFramesToProcess,
- UInt32 inNumChannels,
- bool &ioSilence);
-
- virtual void Reset();
-
- private:
- Float64 lastSample;
+ // *Required* overides for the process method for this effect
+ // processes one channel of interleaved samples
+ virtual void Process( const Float32 *inSourceP,
+ Float32 *inDestP,
+ UInt32 inFramesToProcess,
+ UInt32 inNumChannels,
+ bool &ioSilence);
+ virtual void Reset();
+
+ private:
+ Float64 lastSample;
+ long double fpNShape;
};
};