Skip to content

Commit

Permalink
gsuiKeys: midiKeyDown, vel=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mr21 committed Jun 8, 2024
1 parent 14c9025 commit e6a7839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsuiKeys/gsuiKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class gsuiKeys extends gsui0ne {
$midiReleaseAllKeys() {
this.#keysDown.forEach( ( _, midi ) => this.$midiKeyUp( midi ) );
}
$midiKeyDown( midi, vel ) {
$midiKeyDown( midi, vel = 1 ) {
this.#keyUpDown( this.#getKeyElementFromMidi( midi ), true, vel );
}
$midiKeyUp( midi ) {
Expand Down

0 comments on commit e6a7839

Please sign in to comment.