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

Add support for aftertouch and polyphonic aftertouch events #57

Open
pho70n opened this issue Aug 15, 2023 · 2 comments
Open

Add support for aftertouch and polyphonic aftertouch events #57

pho70n opened this issue Aug 15, 2023 · 2 comments

Comments

@pho70n
Copy link

pho70n commented Aug 15, 2023

Hi,

I've written a bit of code to add support to the default libraries in midi.lua. It was very easy to implement, just using the event constructor and referencing the byte code. I've tested it with a MPE handler and it works alright, but would like this feature to be part of the default library for easier deployment. :)

EDIT: With a little testing I'm not sure if aftertouch is behaving as expected, might need to review this further when I have time time.

midi.txt

@steveschow
Copy link

Hi,

I've written a bit of code to add support to the default libraries in midi.lua. It was very easy to implement, just using the event constructor and referencing the byte code. I've tested it with a MPE handler and it works alright, but would like this feature to be part of the default library for easier deployment. :)

EDIT: With a little testing I'm not sure if aftertouch is behaving as expected, might need to review this further when I have time time.

midi.txt

Very nice! It would be good if we could build these kinds of extensions directly into it I agree. Nice to see someone is working on this plugin some more. When I get a MacStudio soon i intend to try to work on it a bit and por to Apple Silicon also

@steveschow
Copy link

Note its missing support for ProgramChange events also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants