From 807797960c710ee74ba3ed4931d22bd59a6eedbe Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 7 Feb 2021 19:12:21 +0100 Subject: [PATCH] Added shric/midi --- Useful-Widgets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Useful-Widgets.md b/Useful-Widgets.md index 62b3314..d955e15 100644 --- a/Useful-Widgets.md +++ b/Useful-Widgets.md @@ -166,6 +166,10 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306). **devmidi**: A simple MIDI input library that also dovetails into Dear ImGui (2020)
[github/antonthefirst/devmidi](https://github.com/antonthefirst/devmidi) +**shric/midi**: A C++ program to read midi input and display things with Dear ImGui +
[github/shric/midi](https://github.com/shric/midi) +
![shric/midi](https://user-images.githubusercontent.com/8225057/107155358-3cae9b00-6978-11eb-981a-2d4bd935bf4b.png) + ## Virtual Reality (VR) / Reprojected UI plane **ImGuiVR**: Demo code for using Imgui with OpenVR