hide midi_Send

This commit is contained in:
Peli de Halleux 2018-10-07 21:27:46 -07:00
parent 5e2e1b7c9d
commit ae3d3a37f9
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ namespace control {
* Informs simulator/runtime of a MIDI message
* Internal function to support the simulator.
*/
//% part=midioutput block
//% part=midioutput blockHidden=1
void __midiSend(Buffer buffer) {
// this is a stub to support the simulator
}

View File

@ -437,7 +437,7 @@ declare namespace control {
* Informs simulator/runtime of a MIDI message
* Internal function to support the simulator.
*/
//% part=midioutput block shim=control::__midiSend
//% part=midioutput blockHidden=1 shim=control::__midiSend
function __midiSend(buffer: Buffer): void;
}