diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2015-01-18 17:45:27 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2015-01-18 17:45:27 +0000 |
commit | 3d002b8a19990b771d94de9ad4cb10b81acafa92 (patch) | |
tree | 88f127e86ade91670edc99a08221a725053d72d0 /nusmuk-audio/Makefile | |
parent | 48b8dedede61aaac8f7c1e35aab862e3fb01d42c (diff) |
add new abstraction
svn path=/trunk/externals/nusmuk/; revision=17413
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 9d82673..3ec12c9 100644 --- a/nusmuk-audio/Makefile +++ b/nusmuk-audio/Makefile @@ -10,7 +10,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 = ADSR.pd 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 +PDOBJECTS = ADSR.pd bq_coef_notch.pd oscillo~.pd bq_coef_peak.pd bq_coef_bp.pd pwm~.pd bq_coef_highshelf.pd compress_limit~.pd compress_limit_sidechain~.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 |