AudioKit / ROMPlayer

AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
http://audiokitpro.com
MIT License
530 stars 82 forks source link

Is midi keyboard input supported? #9

Closed zhouhao27 closed 4 years ago

zhouhao27 commented 4 years ago

I'd like to check if the midi keyboard supported? How to enable it?

aure commented 4 years ago

its supported and ebabled.

zhouhao27 commented 4 years ago

Only one method (receivedMIDISetupChange) for AKMIDIListener was called. Other methods in this delegates are not triggered at all.

But all works in SynthOne. Any hints? Thanks.

sieren commented 4 years ago

@aure any chance this is the same thing I ran into recently when basing S1 onto a newer AK version? @zhouhao27 i suspect the delegate method names have changed in AudioKit and this hasn't been reflected in the code here.

aure commented 4 years ago

Thanks @sieren of course you are right, I've made the fix.