From 351167055885207b57a6054fd33bec38e8946e1b Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 7 Jun 2017 18:24:16 +0200 Subject: Implement artnet start function --- midimonster.h | 1 + 1 file changed, 1 insertion(+) (limited to 'midimonster.h') 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. -- cgit v1.2.3