aboutsummaryrefslogtreecommitdiff
path: root/wavestretcher~.c
diff options
context:
space:
mode:
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);