Replies: 1 comment
-
AudioKit V5 still uses its own MIDI implementation. AudioKit V6 will use MIDIKit as a dependency to replace its MIDI code, but V6 is still in development and isn't ready for production use yet. It's possible to use MIDIKit with AudioKit V5 to an extent, but you may have to convert events to be compatible with its API that interacts with MIDI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is the midi part of AudioKit an implementation of MIDIKit? Because part of my current project uses the MIDI part of AudioKit. If it is, I don’t need to change it. If not, I need to change it because I have observed the extensibility of MIDIKit regarding midi2.0. I also found that MIDIKit has detailed documentation, which is helpful.
Beta Was this translation helpful? Give feedback.
All reactions