From 5c09e01a431bd9c9f5462e8913a0181d8718dda1 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 4 Jul 2013 17:27:45 +0000 Subject: changed t_signal, t_float, and date svn path=/trunk/externals/iem/iem_delay/; revision=17187 --- src/iem_delay.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/iem_delay.c') diff --git a/src/iem_delay.c b/src/iem_delay.c index 206fb61..9b3469b 100644 --- a/src/iem_delay.c +++ b/src/iem_delay.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_delay written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */ +iem_delay written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2013 */ #include "m_pd.h" #include "iemlib.h" @@ -24,11 +24,11 @@ void block_delay_tilde_setup(void); void iem_delay_setup(void) { - n_delay1p_line_tilde_setup(); - n_delay2p_line_tilde_setup(); + n_delay1p_tilde_setup(); + n_delay2p_tilde_setup(); nz_tilde_setup(); block_delay_tilde_setup(); - post("iem_delay (R-1.17) library loaded! (c) Thomas Musil 11.2006"); + post("iem_delay (R-1.20) library loaded! (c) Thomas Musil 07.2013"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } -- cgit v1.2.1