From 31cc72f660513b033cc0621782586562bafab08e Mon Sep 17 00:00:00 2001 From: cbdev Date: Tue, 10 Dec 2019 22:35:59 +0100 Subject: Fix bug in sACN config parsing --- TODO | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index cba1c15..f6fc728 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,9 @@ -winmidi -rename -release - -MIDI NRPN keepalive channels per backend? mm_backend_start might get some arguments so they don't have to fetch them all the time -mm_channel_resolver might get additional info about the mapping direction Note source in channel value struct Optimize core channel search (store backend offset) -mm_managed_fd.impl is not freed currently +mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation + +installer: implement an upgrade mode (check for newer versions in the repo) -rtpmidi mode=peer - mode=initiator -- cgit v1.2.3 From f65fb8baaba285f5ff4b02af111420ba4479f5d9 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 11 Dec 2019 23:02:22 +0100 Subject: Simplify plugin_start API --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index f6fc728..1f1269d 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ keepalive channels per backend? -mm_backend_start might get some arguments so they don't have to fetch them all the time Note source in channel value struct Optimize core channel search (store backend offset) -- cgit v1.2.3