aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-07 18:24:16 +0200
committercbdev <cb@cbcdn.com>2017-06-07 18:24:16 +0200
commit351167055885207b57a6054fd33bec38e8946e1b (patch)
tree508a3cceb5bc4630823d0df538f0ea4cb8652700 /midimonster.h
parentebb683ae0f538e7842403d4ce28f4d8188f64373 (diff)
downloadmidimonster-351167055885207b57a6054fd33bec38e8946e1b.tar.gz
midimonster-351167055885207b57a6054fd33bec38e8946e1b.tar.bz2
midimonster-351167055885207b57a6054fd33bec38e8946e1b.zip
Implement artnet start function
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/midimonster.h b/midimonster.h
index 27dcae4..8d439f5 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -111,6 +111,7 @@ instance* mm_instance_find(char* backend, uint64_t ident);
* will receive a call to its channel_free function.
*/
channel* mm_channel(instance* i, uint64_t ident, uint8_t create);
+//TODO channel* mm_channel_find()
/*
* Register a file descriptor to be selected on. The backend
* will be notified via the mmbackend_process_fd call.