Skip to content

How can I send a noteOn event with zero velocity? #190

Answered by orchetect
happy77 asked this question in Q&A
Discussion options

You must be logged in to vote

Yes it appears Core MIDI is doing that translation (which is part of the MDI 2.0 spec).

The only workaround may be to force older non-UMP MIDI 1.0 API.

Just before calling midiManager.start(), try this:

midiManager.preferredAPI = .legacyCoreMIDI

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@happy77
Comment options

@orchetect
Comment options

@happy77
Comment options

@orchetect
Comment options

Answer selected by happy77
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