From a3a205ccc895b40a34aec627d5aae8e5d3c15ce2 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 4 Sep 2015 00:09:39 -0400
Subject: [PATCH] add A_CANT to dsp method

---
 externals/ffext/tms5220~/tms5220~.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/externals/ffext/tms5220~/tms5220~.c b/externals/ffext/tms5220~/tms5220~.c
index 5ef85a5cd..31fb873d5 100644
--- a/externals/ffext/tms5220~/tms5220~.c
+++ b/externals/ffext/tms5220~/tms5220~.c
@@ -264,7 +264,7 @@ void tms5220_tilde_setup(void) {
 
 	CLASS_MAINSIGNALIN(tms5220_tilde_class, t_tms5220_tilde, dummy);
 
-	class_addmethod(tms5220_tilde_class, (t_method)tms5220_tilde_dsp, gensym("dsp"), 0);
+	class_addmethod(tms5220_tilde_class, (t_method)tms5220_tilde_dsp, gensym("dsp"), A_CANT, 0);
 	//class_addfloat(tms5220_tilde_class, (t_method)tms5220_tilde_write);
 	class_addmethod(tms5220_tilde_class, (t_method)tms5220_tilde_write, gensym("write"), A_DEFFLOAT, 0);
 	class_addmethod(tms5220_tilde_class, (t_method)tms5220_tilde_reset, gensym("reset"), 0);
-- 
GitLab