Skip to content

Commit ae6ea96

Browse files
Cleanup phaser references
1 parent d48277f commit ae6ea96

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ml_phaser.cpp

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

4949

5050
#include <ml_phaser.h>
51+
#include <ml_phaser_p.h>
5152
#include <ml_alg.h>
5253
#include <ml_status.h>
5354

src/ml_phaser.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,5 @@ void Phaser_SetDepth(uint8_t unused __attribute__((unused)), uint8_t value_u8);
7474
void Phaser_SetG(uint8_t unused __attribute__((unused)), uint8_t value_u8);
7575

7676

77-
void Phaser_ProcessHQ(const float *in, const float *lfo_in, float *out, int buffLen, float phaserDepth, struct allpass_s *ap0);
78-
79-
8077
#endif /* SRC_ML_PHASER_H_ */
8178

0 commit comments

Comments
 (0)