aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/shapee~.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/fftease/src/shapee~.cpp')
-rw-r--r--externals/grill/fftease/src/shapee~.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/fftease/src/shapee~.cpp b/externals/grill/fftease/src/shapee~.cpp
index 2fa0268c..e6c0f3f7 100644
--- a/externals/grill/fftease/src/shapee~.cpp
+++ b/externals/grill/fftease/src/shapee~.cpp
@@ -57,7 +57,7 @@ V shapee::Transform(I _N2,S *const *in)
{
// lets just shape the entire signal in groups of three
- const _N = _N2*2;
+ const I _N = _N2*2;
I i;
for ( i=2; i < _N+2; i += 6 ) {
F lowerMult = _channel1[i-2] / _channel1[i];