From f10da298874df2160e370e81bebc1eda7f66dd47 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Oct 2011 22:13:49 +0000 Subject: make placeholder SMlib object to include SMlib-help.pd svn path=/trunk/externals/smlib/; revision=15587 --- Makefile | 4 ++-- SMlib.pd | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 SMlib.pd diff --git a/Makefile b/Makefile index 88de2a3..be30e49 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SOURCES = bp.c decimator.c deltas.c hip.c hist.c itov.c lavg.c lhist.c lhisti.c # list all pd objects (i.e. myobject.pd) files here, and their helpfiles will # be included automatically -PDOBJECTS = +PDOBJECTS = SMlib.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = beattracker.pd normalizer.pd resonate-beat.pd @@ -21,7 +21,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 = SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h +EXTRA_DIST = SMLib.c SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h diff --git a/SMlib.pd b/SMlib.pd new file mode 100644 index 0000000..a461234 --- /dev/null +++ b/SMlib.pd @@ -0,0 +1,4 @@ +#N canvas 180 534 450 300 10; +#X text 41 77 SMlib; +#X text 41 104 this is just a placeholder so you can access SMlib-help.pd +; -- cgit v1.2.1