From f79b786e8b158bea4a9f73b35d59c2e531ee8c50 Mon Sep 17 00:00:00 2001 From: dieter kovacic Date: Mon, 26 Aug 2002 12:18:47 +0000 Subject: added sfwrite13~.c svn path=/trunk/externals/ext13/; revision=89 --- ext13.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext13.c') diff --git a/ext13.c b/ext13.c index b4eb2d4..c1ff932 100644 --- a/ext13.c +++ b/ext13.c @@ -36,6 +36,7 @@ void ossmixer_setup(); void send13_setup(); void receive13_setup(); void cdplayer_setup(); +void sfwrite13_setup(); static void* ext13_new(t_symbol* s) { t_ext13 *x = (t_ext13 *)pd_new(ext13_class); @@ -68,6 +69,7 @@ void ext13_setup(void) send13_setup(); receive13_setup(); cdplayer_setup(); + sfwrite13_setup(); post("EXT13 by dieb13@klingt.org"); post("EXT13: version: "VERSION); -- cgit v1.2.1