Skip to content

Commit

Permalink
fixed daisysp.h to have relative paths to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhensley committed Nov 24, 2019
1 parent 465deb4 commit f3d9c07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 597 deletions.
28 changes: 14 additions & 14 deletions daisysp/daisysp.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ typedef struct {

// Listed in Alphabetical Order
// Each of the below has/should have an example project.
#include "adenv.h"
#include "crossfade.h"
#include "dcblock.h"
#include "decimator.h"
#include "delay_line.h"
#include "line.h"
#include "nlfilt.h"
#include "metro.h"
#include "oscillator.h"
#include "phasor.h"
#include "port.h"
#include "reverbsc.h"
#include "svf.h"
#include "whitenoise.h"
#include "modules/adenv.h"
#include "modules/crossfade.h"
#include "modules/dcblock.h"
#include "modules/decimator.h"
#include "modules/delay_line.h"
#include "modules/line.h"
#include "modules/nlfilt.h"
#include "modules/metro.h"
#include "modules/oscillator.h"
#include "modules/phasor.h"
#include "modules/port.h"
#include "modules/reverbsc.h"
#include "modules/svf.h"
#include "modules/whitenoise.h"

#ifdef __cplusplus
}
Expand Down
218 changes: 0 additions & 218 deletions daisysp/examples/noise/Makefile

This file was deleted.

Loading

0 comments on commit f3d9c07

Please sign in to comment.