aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-05 20:53:02 +0200
committercbdev <cb@cbcdn.com>2017-06-05 20:53:02 +0200
commitddb185aaa2a5ef6a70c130675826c33f90057591 (patch)
tree4a984a603d5e8c712609b10502cce3b4b5baa0bf /midimonster.h
parent40e123db7713b188162cd94d935f7a395405567a (diff)
downloadmidimonster-ddb185aaa2a5ef6a70c130675826c33f90057591.tar.gz
midimonster-ddb185aaa2a5ef6a70c130675826c33f90057591.tar.bz2
midimonster-ddb185aaa2a5ef6a70c130675826c33f90057591.zip
MIDI backend start procedure
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/midimonster.h b/midimonster.h
index 181f1da..d548528 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -98,7 +98,7 @@ instance* mm_instance();
* For each channel with a non-NULL impl field, the backend
* will receive a call to its channel_free function.
*/
-channel* mm_channel(instance* i, uint64_t ident);
+channel* mm_channel(instance* i, uint64_t ident, uint8_t create);
/*
* Register a file descriptor to be selected on. The backend
* will be notified via the mmbackend_process_fd call.