Skip to content

Commit

Permalink
fix dep events
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Nov 26, 2023
1 parent d7ba673 commit 6b925c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Sequencer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function setMIDISetting(outputDeviceId, inputDeviceId, pcChannelNo, pcMSBNm, pcL
midiOutputChannel = outputDevice.channels[pcChannel]
pcMSB = pcMSBNm;
pcLSB = pcLSBNm;
inputDevice.removeListener()
inputDevice.addListener("clock", onMIDIClock) // 0xf8
inputDevice.addListener("start", onMIDIStart) // 0xfa
inputDevice.addListener("stop", onMIDIStop) // 0xfc
Expand Down

0 comments on commit 6b925c2

Please sign in to comment.