don't rely on webmidi (#1350)
* don't rely on webmidi * updated pxt ref
This commit is contained in:
parent
22a60db57f
commit
2ca97570b4
@ -42,6 +42,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-common-packages": "0.23.57",
|
||||
"pxt-core": "4.1.15"
|
||||
"pxt-core": "4.1.17"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
namespace pxsim.control {
|
||||
export function __midiSend(data: RefBuffer) {
|
||||
const b = board();
|
||||
pxsim.AudioContextManager.sendMidiMessageAsync(data)
|
||||
.done();
|
||||
pxsim.AudioContextManager.sendMidiMessage(data);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user