aboutsummaryrefslogtreecommitdiff
path: root/wavestretcher~.c
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2012-09-17 08:57:49 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2012-09-17 08:57:49 +0000
commit52a38042db671e7cf286b41bd7c0675dbd49dfb5 (patch)
treea4060aafb34d1fa590265b653c825bbcd08da021 /wavestretcher~.c
parent878ee3f2844f1c2cdbf14e3f9b9acbd43bdd9edf (diff)
ekext version 0.1.4
svn path=/trunk/externals/ekext/; revision=16250
Diffstat (limited to 'wavestretcher~.c')
-rw-r--r--wavestretcher~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wavestretcher~.c b/wavestretcher~.c
index 0366f46..83591a6 100644
--- a/wavestretcher~.c
+++ b/wavestretcher~.c
@@ -110,8 +110,8 @@ void wavestretcher_tilde_setup(void) {
0, sizeof(t_wavestretcher_tilde),
CLASS_DEFAULT, A_DEFFLOAT, 0);
- post("~~~~~~~~~~~~~~~>wavestretcher~");
- post("~~~>by Ed Kelly, 2012");
+ post("^v^v^v^>wavestretcher~");
+ post("---->by Ed Kelly, 2012");
class_addmethod(wavestretcher_tilde_class,
(t_method)wavestretcher_tilde_dsp, gensym("dsp"), 0);