From 260a1d40c70bbb60db48d1840910e65e36405a56 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 16 Jun 2020 22:18:21 +0200 Subject: [PATCH] MIDI/OSC Interfacing --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 7960a0b..953fdea 100644 --- a/Home.md +++ b/Home.md @@ -144,6 +144,10 @@ Thank you to every past and present [[Sponsors]] for making this project possibl - ImTui: Immediate Mode Text-based User Interface https://github.com/ggerganov/imtui - tear imgui: Experiment for a terminal-based renderer for imgui https://github.com/jonvaldes/tear_imgui +### Midi/OSC interfacing +- midi2osc: midi to opensoundcontrol bridge https://github.com/mmalex/midi2osc +- devmidi: A simple MIDI input library that also dovetails into Dear ImGui https://github.com/antonthefirst/devmidi + ### Other - imgui_freetype renderer: [imgui/misc/freetype/](https://github.com/ocornut/imgui/tree/master/misc/freetype) (in main repo)