AudioKit / Keyboard

SwiftUI music keyboard
MIT License
137 stars 25 forks source link

A way to pass MIDIMonitorData to keyboard to show what MIDI key is pressed #23

Closed sidneivl closed 1 year ago

sidneivl commented 1 year ago

Description

I'm not able to find out how show a Key pressed in MIDI keyboard to show on AudioKit Kayboard.

So if is possible to pass MIDIMonitorData directly to Keyboard in array pressed is easier way.

Proposed Solution

Maybe with an state passing in array of MIDIMonitorData to show key pressed in MIDI Keyboard

Describe Alternatives You've Considered

Could be a direct insert array of MIDIMonitorData after create.

Additional Context

No response

aure commented 1 year ago

Demonstrated here https://github.com/AudioKit/Tonic/tree/main/Demo