aboutsummaryrefslogtreecommitdiff
path: root/src/iem_delay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_delay.c')
-rw-r--r--src/iem_delay.c8
1 files changed, 4 insertions, 4 deletions
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", '@');
}