-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(midi): adds multi-channel midi support (#91)
* add function to receive cc messages from a controller * receive cc from controller * use channel of a note to send it through * use channel of a cc to set thannel without gui * fix notes off when playing more than one channel * feat(midi): adds program change for instrument selection (#89) * clean up before pull request Co-authored-by: umanema <[email protected]> Co-authored-by: Sam Wray <[email protected]>
- Loading branch information
1 parent
79fb45d
commit 96b3b50
Showing
4 changed files
with
53 additions
and
6 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
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