diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:13:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-13 22:13:49 +0000 |
commit | f10da298874df2160e370e81bebc1eda7f66dd47 (patch) | |
tree | 980257b0b4c63330a28ba5e6d82478655d5dcfc5 | |
parent | b12324ddf2f4100ec865608872ce6b0386876e2c (diff) |
make placeholder SMlib object to include SMlib-help.pd
svn path=/trunk/externals/smlib/; revision=15587
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | SMlib.pd | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 +; |