From 1f8e5df65d294f56735b20fdb4c8c65919609439 Mon Sep 17 00:00:00 2001 From: jdl Date: Sat, 1 Mar 2003 21:10:13 +0000 Subject: added signal versions of 3 of the PRN generation algorithms from randomix. more to come ... svn path=/trunk/externals/cxc/; revision=447 --- microtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'microtime.c') diff --git a/microtime.c b/microtime.c index 587ddef..bccdf0c 100644 --- a/microtime.c +++ b/microtime.c @@ -50,5 +50,5 @@ void utime_setup(void) class_addbang(utime_class, utime_bang); class_addmethod(utime_class, (t_method)help_utime, gensym("help"), 0); - class_sethelpsymbol(utime_class, gensym("cxc/utime.pd")); + class_sethelpsymbol(utime_class, gensym("utime.pd")); } -- cgit v1.2.1