aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/ctlout.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-03-11 00:43:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-03-11 00:43:23 +0000
commitbfed29ea3a6ede3ba15d15f9f914dbc069ea254e (patch)
tree0843fffee72755ec79cebaa322890e748ccedbad /externals/vanilla/ctlout.c
parentc22ff0f56461b99c0a453233206d57eefb6f49f4 (diff)
add prototypes for functions from s_midi.c
svn path=/trunk/; revision=16063
Diffstat (limited to 'externals/vanilla/ctlout.c')
-rw-r--r--externals/vanilla/ctlout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/vanilla/ctlout.c b/externals/vanilla/ctlout.c
index 058f3deb..8d8b681e 100644
--- a/externals/vanilla/ctlout.c
+++ b/externals/vanilla/ctlout.c
@@ -6,6 +6,8 @@
#include "m_pd.h"
+void outmidi_controlchange(int portno, int channel, int ctlno, int value);
+
static t_class *ctlout_class;
typedef struct _ctlout