From ddb185aaa2a5ef6a70c130675826c33f90057591 Mon Sep 17 00:00:00 2001 From: cbdev Date: Mon, 5 Jun 2017 20:53:02 +0200 Subject: MIDI backend start procedure --- midimonster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'midimonster.h') 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. -- cgit v1.2.3