-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: arbitrary callable functions for midi send
The midi sender allows for arbitrary callable functions as parameters. However, the resolved callables were added to the pattern that ends up being passed to the method in charge of triggering midi notes, causing an error. This fix makes it possible to use any arbitrary callable while dropping the result: it cannot be used meaningfully to alter the midi message.
- Loading branch information
1 parent
670bd0b
commit caa631c
Showing
3 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters