You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
A Synth MUST support NOTE_ON, otherwise the host can't play anything.
A Synth MAY support NOTE_OFF. (If it doesn't, it MUST use zero velocity NOTE_ON.)
A Synth MAY support CONTROL_CHANGE. (If it doesn't, the sounds can't be changed.)
A Synth MAY support AFTERTOUCH.
A Synth MAY support PATCH_CHANGE
A Synth MAY support PITCHWHEEL
So there MUST be a commands declaration, and there MAY be a controls declaration.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A Synth MUST support NOTE_ON, otherwise the host can't play anything.
A Synth MAY support NOTE_OFF. (If it doesn't, it MUST use zero velocity NOTE_ON.)
A Synth MAY support CONTROL_CHANGE. (If it doesn't, the sounds can't be changed.)
A Synth MAY support AFTERTOUCH.
A Synth MAY support PATCH_CHANGE
A Synth MAY support PITCHWHEEL
So there MUST be a commands declaration, and there MAY be a controls declaration.
The text was updated successfully, but these errors were encountered: