Skip to content

MIDI Playback #192

Answered by orchetect
Treata11 asked this question in Q&A
Oct 26, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

MIDIKit doesn't offer any playback/sequencer abstractions (yet). The goal is to build a generalized module before the 1.0.0 release that simply provides an event callback with start and stop functions. It would not produce audio or embed any MIDI synthesis of any kind, as MIDIKit deals strictly in MIDI event types and I/O and not audio. The added MIDI synthesis portion could be added in an example project at some point once the base sequencer is built, or better yet it could be done in another package such as AudioKit.

AudioKit V6 (in development) has adopted MIDIKit and it has playback/sequencer features. However if I recall it's still being actively developed but will be in before release.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Treata11
Comment options

@Treata11
Comment options

@orchetect
Comment options

Answer selected by Treata11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants