From b529f4d3a9efc59c6bec46e07ebf1a114b7a0831 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 22 Feb 2020 13:45:34 +0100 Subject: Update logo --- MIDIMonster.svg | 2 +- README.md | 2 +- TODO | 1 + midimonster.ico | Bin 5430 -> 321510 bytes 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MIDIMonster.svg b/MIDIMonster.svg index 492feb5..7e411dc 100644 --- a/MIDIMonster.svg +++ b/MIDIMonster.svg @@ -1 +1 @@ -Asset 1 \ No newline at end of file +Asset 3 \ No newline at end of file diff --git a/README.md b/README.md index 4ab20a3..46331f3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ with additional flexibility provided by a [Lua scripting environment](backends/l With these features, the MIDIMonster allows the user to translate any channel on one protocol into channel(s) on any other (or the same) supported protocol, for example to: -* Translate MIDI Control Changes into Notes ([Example configuration](configs/unifest-17.cfg)) +* Translate MIDI Control Changes into MIDI Notes ([Example configuration](configs/unifest-17.cfg)) * Translate MIDI Notes into ArtNet or sACN ([Example configuration](configs/launchctl-sacn.cfg)) * Translate OSC messages into MIDI ([Example configuration](configs/midi-osc.cfg)) * Dynamically generate, route and modify events using the Lua programming language ([Example configuration](configs/lua.cfg) and [Script](configs/demo.lua)) diff --git a/TODO b/TODO index 3a78b9b..900cc1b 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,4 @@ mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway make event collectors threadsafe to stop marshalling data... collect & check backend API version windows strerror +move all connection establishment to _start to be able to hot-stop/start all backends diff --git a/midimonster.ico b/midimonster.ico index 012fef6..9391160 100644 Binary files a/midimonster.ico and b/midimonster.ico differ -- cgit v1.2.3