keijiro / Minis

Minis: MIDI Input for New Input System -- A plugin that adds MIDI input support to Unity's new Input System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listen for any note and get its velocity, name, and index?

the8thbit opened this issue · comments

Using the new input system, I can set up listeners for specific notes (e.g. A#3, C4, etc...) and grab their velocities with .get(). But is there a way to listen for any note input and get its velocity, index, and name?

I'm closing this issue now. Please feel free to reopen it for further problems.