We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sendPitchBend
sendRealTime
sendTuneRequest
midi::RPN
midi::RPNLSB
midi::NRPN
midi::NRPNLSB
midi::DataEntry
midi::DataEntryMSB
beginRpn
sendRpnValue
sendRpnIncrement
sendRpnDecrement
endRpn
beginNrpn
sendNrpnValue
sendNrpnIncrement
sendNrpnDecrement
endNrpn
The following changes mark the following old parts of the API as deprecated.
They are kept for backwards compatibility, but should not be used for new sketches. The old definitions will be removed in version 5.0.
sendAfterTouch
sendPolyPressure
midi::Off
midi::Thru::Off
midi::Full
midi::Thru::Full
midi::SameChannel
midi::Thru::SameChannel
midi::DifferentChannel
midi::Thru::DifferentChannel
UseRunningStatus
false
The text was updated successfully, but these errors were encountered:
#54: Deprecated sending of TuneRequests with sendRealTime.
300cb13
Proposal: change sendPolyPressure to sendAfterTouch with 3-byte signature. Could be a simple addition and soft-deprecation of sendPolyPressure.
Sorry, something went wrong.
#54: added overload of sendAfterTouch for poly. Deprecates sendPolyPr…
5d3cbd1
…essure.
No branches or pull requests
Breaking Changes
sendPitchBend
extended to fix sendPitchBend(-1.0) does not result in 0x00, 0x00. #53.sendRealTime
is no longer supported, usesendTuneRequest
instead.RPN / NRPN API
midi::RPN
withmidi::RPNLSB
midi::NRPN
withmidi::NRPNLSB
midi::DataEntry
withmidi::DataEntryMSB
beginRpn
,sendRpnValue
,sendRpnIncrement
,sendRpnDecrement
,endRpn
beginNrpn
,sendNrpnValue
,sendNrpnIncrement
,sendNrpnDecrement
,endNrpn
Non-Breaking Changes
The following changes mark the following old parts of the API as deprecated.
They are kept for backwards compatibility, but should not be used for new sketches. The old definitions will be removed in version 5.0.
sendAfterTouch
with note, value and channel arguments as an alias ofsendPolyPressure
(now deprecated).midi::Off
withmidi::Thru::Off
midi::Full
withmidi::Thru::Full
midi::SameChannel
withmidi::Thru::SameChannel
midi::DifferentChannel
withmidi::Thru::DifferentChannel
Other Changes
UseRunningStatus
setting is nowfalse
. To benefit from Running Status again, use custom settings.The text was updated successfully, but these errors were encountered: