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

How to bind or access Sustain Pedal state

wafflesgama opened this issue · comments

Hi, I would like to know if it's possible to bind a Sustain pedal press or access its current state using this plugin. Using the Notecallback example I don't get any response when pressing or releasing it. Considering that DAWs have a way to access this state I was wondering if this could be achieved with this plugin.

(For reference I am using a KAWAI KDP120 Keyboard connected with a UM-ONE USB MIDI Interface)

My bad, I've managed to bind it with the midiDevice.onWillControlChange Event