aboutsummaryrefslogtreecommitdiff
path: root/ENV.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 /ENV.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 'ENV.c')
-rw-r--r--ENV.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ENV.c b/ENV.c
index d80331b..d2bba4d 100644
--- a/ENV.c
+++ b/ENV.c
@@ -80,6 +80,6 @@ void ENV_setup(void)
class_addmethod(ENV_class, (t_method)ENV_getenv, gensym("getenv"), A_SYMBOL);
class_addmethod(ENV_class, (t_method)ENV_setenv, gensym("setenv"), A_SYMBOL, A_SYMBOL);
class_addfloat(ENV_class, ENV_float);
- class_sethelpsymbol(ENV_class, gensym("cxc/ENV"));
+ class_sethelpsymbol(ENV_class, gensym("ENV.pd"));
}