-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(midi): Support for NoteOn and CC buttons (#507)
* feat(midi): Support for NoteOn and CC buttons fix #506 * feat(midi): Renamed ccAsNoteOn into ccLatch and added noteOnLatch * chore(midi): Remove unused console.log * fix(midi): changes spread operator to foreach loop to replace state The spread was causing the store module's state to lose the Vuex Observer, this forEach loop retains the Observer. fix #523 Co-authored-by: Sam Wray <sam@wray.pro>
- Loading branch information
1 parent
ab565d9
commit 548c927
Showing
3 changed files
with
93 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