AudioKit / ROMPlayer

AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player

Home Page:http://audiokitpro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is midi keyboard input supported?

zhouhao27 opened this issue · comments

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

its supported and ebabled.

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.

@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.

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