From ca5d6efbc593db4b701e7314116ed102dcf05c84 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 4 Sep 2015 11:16:03 -0400
Subject: [PATCH] olafmatt shoutcast~: add A_CANT to dsp method

---
 externals/olafmatt/shoutcast~/shoutcast~.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/externals/olafmatt/shoutcast~/shoutcast~.c b/externals/olafmatt/shoutcast~/shoutcast~.c
index 957edd6b4..44f004f65 100644
--- a/externals/olafmatt/shoutcast~/shoutcast~.c
+++ b/externals/olafmatt/shoutcast~/shoutcast~.c
@@ -1281,7 +1281,7 @@ void shoutcast_tilde_setup(void)
     CLASS_MAINSIGNALIN(shoutcast_class, t_shoutcast, x_f );
     class_addfloat(shoutcast_class, (t_method)shoutcast_float);
     class_addmethod(shoutcast_class, (t_method)shoutcast_disconnect, gensym("disconnect"), 0);
-    class_addmethod(shoutcast_class, (t_method)shoutcast_dsp, gensym("dsp"), 0);
+    class_addmethod(shoutcast_class, (t_method)shoutcast_dsp, gensym("dsp"), A_CANT, 0);
     class_addmethod(shoutcast_class, (t_method)shoutcast_connect, gensym("connect"), A_GIMME, 0);
     class_addmethod(shoutcast_class, (t_method)shoutcast_print, gensym("print"), 0);
     class_addmethod(shoutcast_class, (t_method)shoutcast_printlame, gensym("printlame"), 0);
@@ -1296,4 +1296,4 @@ void shoutcast_tilde_setup(void)
 	class_addmethod(shoutcast_class, (t_method)shoutcast_bcurl, gensym("url"), A_GIMME, 0);
 	class_addmethod(shoutcast_class, (t_method)shoutcast_bcpublic, gensym("public"), A_FLOAT, 0);
     class_sethelpsymbol(shoutcast_class, gensym("help-shoutcast~.pd"));
-}
\ No newline at end of file
+}
-- 
GitLab