Skip to content

Commit f1e70bc

Browse files
committed
Cleanup
Co-authored-by: <Marc-Andre Weibezahn> contact@maweibezahn.com
1 parent 2409dee commit f1e70bc

File tree

11 files changed

+3
-422
lines changed

11 files changed

+3
-422
lines changed

Sources/Soundpipe/include/arp.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

Sources/Soundpipe/include/equalizer.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

Sources/Soundpipe/include/harmonizer.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

Sources/Soundpipe/include/pitchcalculate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdio.h>
55
#include <stdint.h>
66
#include <stdbool.h>
7-
#include "soundpipe.h"
7+
#include "Soundpipe.h"
88
#include "circular_buffer.h"
99

1010
typedef struct pitchcalculate {

Sources/Soundpipe/include/pitchshift.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <string.h>
77
#include <math.h>
88
#include <stdio.h>
9-
#include "soundpipe.h"
9+
#include "Soundpipe.h"
1010

1111
#define MAX_FRAME_LENGTH 8192
1212

Sources/Soundpipe/include/pitchshift2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define pitchshift2_h
33

44
#include <stdio.h>
5-
#include "soundpipe.h"
5+
#include "Soundpipe.h"
66
#include "circular_buffer.h"
77

88
typedef struct pitchshift2 {

Sources/Soundpipe/include/voix_vocoder.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

Sources/Soundpipe/modules/Custom Soundpipe Modules/arp.c

Lines changed: 0 additions & 53 deletions
This file was deleted.

Sources/Soundpipe/modules/Custom Soundpipe Modules/equalizer.c

Lines changed: 0 additions & 47 deletions
This file was deleted.

Sources/Soundpipe/modules/Custom Soundpipe Modules/harmonizer.c

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)