diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 17:22:14 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-11 17:22:14 +0000 |
commit | 852d7d8a4a8808dbfcbf9991d3200b75ba59ff29 (patch) | |
tree | 3e0fabe6e3df407ae0724e2adb3543809f4df96b /nusmuk-audio/Makefile | |
parent | b302c1181513885303dc66c31b41db4c7d132f0a (diff) |
remove a file using a code that i did not write
svn path=/trunk/externals/nusmuk/; revision=14415
Diffstat (limited to 'nusmuk-audio/Makefile')
-rw-r--r-- | nusmuk-audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nusmuk-audio/Makefile b/nusmuk-audio/Makefile index e7c9281..884aa60 100644 --- a/nusmuk-audio/Makefile +++ b/nusmuk-audio/Makefile @@ -9,7 +9,7 @@ SOURCES = bq~.c tabosc4c~.c tabosci~.c tabread4c~.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = bq_coef_notch.pd additive~.pd oscillo~.pd bq_coef_peak.pd bq_coef_bp.pd pwm~.pd bq_coef_highshelf.pd compress_limit~.pd saw~.pd bq_coef_hip.pd distortion~.pd spatialisation~.pd bq_coef_lop.pd echo~.pd bq_coef_lowshelf.pd granulator~.pd +PDOBJECTS = bq_coef_notch.pd oscillo~.pd bq_coef_peak.pd bq_coef_bp.pd pwm~.pd bq_coef_highshelf.pd compress_limit~.pd saw~.pd bq_coef_hip.pd distortion~.pd spatialisation~.pd bq_coef_lop.pd echo~.pd bq_coef_lowshelf.pd granulator~.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = analog_synth_emulation.pd hanning.wav |