-
Minis
Minis: MIDI Input for New Input System -- A plugin that adds MIDI input support to Unity's new Input System
💡I used Keijiro Takahashi's Minis on the connection between Midi controller and Unity. The latest version of Unity's Input System is highly recommended!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
OSCRouter
UNOFFICIAL - Simple UDP/TCP packet router for Mac and Windows, with optional OSC specific options
There are multiple ways to bring Midi into Unity: Minis (the successor of MidiJack), ExtOSC (with OSCRouter) and Chataigne for example.
-
-
For anyone who's interested: I found the guy on GitHub and he has one project under an MIT license, have at it: https://github.com/UltraCombos/2019_DigiWave_Treasure
Related posts
-
Developers of free to play games with no ads or any source of revenue, why?
-
Help using MIDI keyboard as input in Unity
-
How should I go about balancing a roguelike combat system where the weapons are instruments that fire to the rhythm (not beat) of a song?
-
Does anyone have a recommended free library/asset for implementing Midi?
-
What is the best/easiest way to play sounds as close as a daw would do in Unity?