Skip to content
New issue

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

Support for cc88 (with questions) #48

Open
PoneyClairDeLune opened this issue Jul 9, 2024 · 0 comments
Open

Support for cc88 (with questions) #48

PoneyClairDeLune opened this issue Jul 9, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed P3 Mid-low priority (nice to have) question Further information is requested

Comments

@PoneyClairDeLune
Copy link
Contributor

cc88 can be intepreted in two ways: High Resolution Velocity and Foot Switch.

High Resolution Velocity

cc88 corresponds to High Resolution Velocity under most contexts, allowing velocity to have 16384 possible values. The cc88 event received before a note getting pressed sets the lower 7 bits of the note velocity, while the actual velocity provided by the note press sets the upper 7 bits of the note velocity. (00hhhhhhhlllllll)

However, what should be done to cc88 after a note's pressed? Should its value be reset, or be kept?

Foot Switch

Under S90 ES and Motif ES mode (at least) however, it corresponds to foot switch. Exact implementation unknown at time of writing.

@PoneyClairDeLune PoneyClairDeLune added enhancement New feature or request help wanted Extra attention is needed question Further information is requested P3 Mid-low priority (nice to have) labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed P3 Mid-low priority (nice to have) question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant