aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-29 02:58:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-29 02:58:27 +0000
commitc025f3253dd48185ee556e4ef32cce794be11904 (patch)
treee85ba2c0245b12b00016877a03205794519c9d77
parent394ee19f3cefdfc93faf4a02c41186764306c5d5 (diff)
added all-lower-case aliases to all objects since Max/MSP 4.6 converted to all lowercase (forgot setup function)
svn path=/trunk/externals/miXed/; revision=16793
-rw-r--r--cyclone/hammer/Uzi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cyclone/hammer/Uzi.c b/cyclone/hammer/Uzi.c
index ecd218c..10b5b13 100644
--- a/cyclone/hammer/Uzi.c
+++ b/cyclone/hammer/Uzi.c
@@ -108,3 +108,8 @@ void Uzi_setup(void)
class_addmethod(Uzi_class, (t_method)Uzi_resume, gensym("resume"), 0);
class_addmethod(Uzi_class, (t_method)Uzi_resume, gensym("continue"), 0);
}
+
+void uzi_setup(void)
+{
+ Uzi_setup();
+}