Merge pull request #1624 from dnl-music/patch-4

Update Monstro.h
This commit is contained in:
Vesa V
2015-01-15 17:08:12 +02:00

View File

@@ -178,10 +178,7 @@ private:
return s1 + ( s2 - s1 ) * x;
}*/ // using interpolation.h from now on
inline sample_t calcSlope1( sample_t s );
inline sample_t calcSlope2( sample_t s );
inline sample_t calcSlope( int slope, sample_t s );
// checks for lower bound for phase, upper bound is already checked by oscillator-functions in both
// oscillator.h and bandlimitedwave.h so we save some cpu by only checking lower bound