aboutsummaryrefslogtreecommitdiff
path: root/microtime.c
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2003-03-01 21:10:13 +0000
committerjdl <x75@users.sourceforge.net>2003-03-01 21:10:13 +0000
commit1f8e5df65d294f56735b20fdb4c8c65919609439 (patch)
tree545b4f6e6d41900c6ab82fbade1aa59606b7c551 /microtime.c
parentd78d1bc381880975890a3154b6d23d838fc84bab (diff)
added signal versions of 3 of the PRN generation algorithms from randomix.
more to come ... svn path=/trunk/externals/cxc/; revision=447
Diffstat (limited to 'microtime.c')
-rw-r--r--microtime.c2
1 files changed, 1 insertions, 1 deletions
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"));
}