diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2014-10-03 12:34:05 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2014-10-03 12:34:05 +0000 |
commit | c3cc2841143e2ffcd1b7b786436215af7d67e25d (patch) | |
tree | 189e4078881054ba9535043f335bdbdf3ade5b9e /nusmuk-audio | |
parent | 9e02be4dd6daf1ca2ddbb559f3e30917e26dd89f (diff) |
fix make dist
add ADSR abstraction and its help
add _sinh.pd alone (without any help)
svn path=/trunk/externals/nusmuk/; revision=17352
Diffstat (limited to 'nusmuk-audio')
-rw-r--r-- | nusmuk-audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nusmuk-audio/Makefile b/nusmuk-audio/Makefile index 097c1f9..a3dc1a3 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 = 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 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 @@ -23,7 +23,7 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = +EXTRA_DIST = _sinh.pd # unit tests and related files here, in the 'unittests' subfolder UNITTESTS = |