diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-10 05:15:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-10 05:15:00 +0000 |
commit | 5027fe97673a17b9cf99ec01a83c0e0c8ae2b3c6 (patch) | |
tree | e20972f8e02e020c0d5b4dda0c2759a1f6bb0511 | |
parent | 6e294dca6896bca5c23336c8229bc488450f65d1 (diff) |
added example patch
svn path=/trunk/externals/windowing/; revision=14360
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | windowing-meta.pd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ SOURCES = bartlett~.c blackman~.c connes~.c cosine~.c gaussian~.c hamming~.c han PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = +EXAMPLES = windowing.pd # manuals and related files, in the 'manual' subfolder MANUAL = diff --git a/windowing-meta.pd b/windowing-meta.pd index 5041a5e..06b34e9 100644 --- a/windowing-meta.pd +++ b/windowing-meta.pd @@ -4,5 +4,5 @@ #X text 10 10 NAME windowing; #X text 10 10 AUTHOR Joe Sarlo; #X text 10 10 LICENSE GPLv2 or later; -#X text 10 110 VERSION 0.1; +#X text 10 110 VERSION 0.1.1-svn; #X restore 10 10 pd META; |