Skip to content

Commit d2f4f58

Browse files
Cleanup references to HQ effect processing
1 parent 6049622 commit d2f4f58

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ paragraph=Contains waveform generators etc.
77
category=Signal Input/Output
88
url=https://github.com/marcel-licence/ML_SynthTools
99
architectures=*
10-
precompiled=true
10+
precompiled=true
11+
depends=ML_SynthTools_Lib

src/ml_pitch_shifter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646

4747
#include <ml_pitch_shifter.h>
48+
#include <ml_pitch_shifter_p.h>
4849

4950
#include <ml_status.h>
5051

src/ml_pitch_shifter.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,5 @@ class ML_PitchShifter
7979
};
8080

8181

82-
void ML_PitchShifter_ProcessHQ(const float *in, float *buffer, float *out, uint32_t count, float speed, int32_t &inCnt, float &outCnt, float wetV, float dryV, float feedback);
83-
84-
8582
#endif /* SRC_ML_PITCH_SHIFTER_H_ */
8683

src/ml_vibrato.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646

4747
#include <ml_vibrato.h>
48+
#include <ml_vibrato_p.h>
49+
4850

4951
#include <ml_status.h>
5052

src/ml_vibrato.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,5 @@ class ML_Vibrato
7777
};
7878

7979

80-
void ML_Vibrato_ProcessHQ(const float *in, const float *mod_in, float *out, uint32_t count, float mod_multiplier, int32_t &inCnt, float *buffer, float depth, float depthInv);
81-
82-
8380
#endif /* SRC_ML_VIBRATO_H_ */
8481

0 commit comments

Comments
 (0)