From aaf2905addd68b53986d343e663be734a40d9203 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Oct 2011 22:15:34 +0000 Subject: fix case (test then commit, test then commit... svn path=/trunk/externals/smlib/; revision=15588 --- Makefile | 2 +- SMLib.pd | 4 ++++ SMlib.pd | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 SMLib.pd delete mode 100644 SMlib.pd diff --git a/Makefile b/Makefile index be30e49..66dbaed 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 = SMlib.pd +PDOBJECTS = SMLib.pd # example patches and related files, in the 'examples' subfolder EXAMPLES = beattracker.pd normalizer.pd resonate-beat.pd 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 +; diff --git a/SMlib.pd b/SMlib.pd deleted file mode 100644 index a461234..0000000 --- a/SMlib.pd +++ /dev/null @@ -1,4 +0,0 @@ -#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