@@ -47,7 +47,7 @@ extern "C" {
47
47
SOUNDSTAGE_API void KeyFrequencySignalGenerator (float buffer [], int length , int channels , int semitone , float keyMultConst , float & filteredVal );
48
48
SOUNDSTAGE_API void XylorollMergeSignalsWithOsc (float buf [], int length , float buf1 [], float buf2 []);
49
49
SOUNDSTAGE_API void XylorollMergeSignalsWithoutOsc (float buf [], int length , float buf1 [], float buf2 []);
50
- SOUNDSTAGE_API void OscillatorSignalGenerator (float buffer [], int length , int channels , double & _phase , float analogWave , float frequency , float prevFrequency , float amplitude , float prevAmplitude , float prevSyncValue ,
50
+ SOUNDSTAGE_API void OscillatorSignalGenerator (float buffer [], int length , int channels , double & _phase , float analogWave , float frequency , float prevFrequency , float amplitude , float prevAmplitude , float & prevSyncValue ,
51
51
float frequencyExpBuffer [], float frequencyLinBuffer [], float amplitudeBuffer [], float syncBuffer [], float pwmBuffer [], bool bFreqExpGen , bool bFreqLinGen , bool bAmpGen , bool bSyncGen , bool bPwmGen , double _sampleDuration , double & dspTime );
52
52
SOUNDSTAGE_API void addCombFilterSignal (float inputbuffer [], float addbuffer [], int length , float delayBufferL [], float delayBufferR [], int delaylength , float gain , int & inPoint , int & outPoint );
53
53
SOUNDSTAGE_API void processCombFilterSignal (float buffer [], int length , float delayBufferL [], float delayBufferR [], int delaylength , float gain , int & inPoint , int & outPoint );
@@ -56,4 +56,4 @@ extern "C" {
56
56
SOUNDSTAGE_API void ProcessWaveTexture (float buffer [], int length , void * pixels , unsigned char Ra , unsigned char Ga , unsigned char Ba , unsigned char Rb , unsigned char Gb , unsigned char Bb ,
57
57
int period , int waveheight , int wavewidth , int & lastWaveH , int & curWaveW );
58
58
float lerp (float a , float b , float f );
59
- }
59
+ }
0 commit comments