mirror of
https://github.com/thestk/stk
synced 2026-01-12 20:41:52 +00:00
Version 4.2.1
This commit is contained in:
committed by
Stephen Sinclair
parent
a6381b9d38
commit
2cbce2d8bd
@@ -31,8 +31,7 @@
|
||||
|
||||
#include "BandedWG.h"
|
||||
#include "SKINI.msg"
|
||||
#include "Noise.h"
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
BandedWG :: BandedWG()
|
||||
{
|
||||
@@ -264,7 +263,7 @@ void BandedWG :: noteOff(StkFloat amplitude)
|
||||
#endif
|
||||
}
|
||||
|
||||
StkFloat BandedWG :: tick()
|
||||
StkFloat BandedWG :: computeSample()
|
||||
{
|
||||
int k;
|
||||
|
||||
@@ -308,16 +307,6 @@ StkFloat BandedWG :: tick()
|
||||
return lastOutput_;
|
||||
}
|
||||
|
||||
StkFloat *BandedWG :: tick(StkFloat *vector, unsigned int vectorSize)
|
||||
{
|
||||
return Instrmnt::tick( vector, vectorSize );
|
||||
}
|
||||
|
||||
StkFrames& BandedWG :: tick( StkFrames& frames, unsigned int channel )
|
||||
{
|
||||
return Instrmnt::tick( frames, channel );
|
||||
}
|
||||
|
||||
void BandedWG :: controlChange(int number, StkFloat value)
|
||||
{
|
||||
StkFloat norm = value * ONE_OVER_128;
|
||||
|
||||
Reference in New Issue
Block a user