Skip to content

Commit f3d9c07

Browse files
fixed daisysp.h to have relative paths to modules
1 parent 465deb4 commit f3d9c07

File tree

3 files changed

+14
-597
lines changed

3 files changed

+14
-597
lines changed

daisysp/daisysp.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ typedef struct {
3030

3131
// Listed in Alphabetical Order
3232
// Each of the below has/should have an example project.
33-
#include "adenv.h"
34-
#include "crossfade.h"
35-
#include "dcblock.h"
36-
#include "decimator.h"
37-
#include "delay_line.h"
38-
#include "line.h"
39-
#include "nlfilt.h"
40-
#include "metro.h"
41-
#include "oscillator.h"
42-
#include "phasor.h"
43-
#include "port.h"
44-
#include "reverbsc.h"
45-
#include "svf.h"
46-
#include "whitenoise.h"
33+
#include "modules/adenv.h"
34+
#include "modules/crossfade.h"
35+
#include "modules/dcblock.h"
36+
#include "modules/decimator.h"
37+
#include "modules/delay_line.h"
38+
#include "modules/line.h"
39+
#include "modules/nlfilt.h"
40+
#include "modules/metro.h"
41+
#include "modules/oscillator.h"
42+
#include "modules/phasor.h"
43+
#include "modules/port.h"
44+
#include "modules/reverbsc.h"
45+
#include "modules/svf.h"
46+
#include "modules/whitenoise.h"
4747

4848
#ifdef __cplusplus
4949
}

daisysp/examples/noise/Makefile

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

0 commit comments

Comments
 (0)