hide midi_Send
This commit is contained in:
parent
5e2e1b7c9d
commit
ae3d3a37f9
@ -307,7 +307,7 @@ namespace control {
|
|||||||
* Informs simulator/runtime of a MIDI message
|
* Informs simulator/runtime of a MIDI message
|
||||||
* Internal function to support the simulator.
|
* Internal function to support the simulator.
|
||||||
*/
|
*/
|
||||||
//% part=midioutput block
|
//% part=midioutput blockHidden=1
|
||||||
void __midiSend(Buffer buffer) {
|
void __midiSend(Buffer buffer) {
|
||||||
// this is a stub to support the simulator
|
// this is a stub to support the simulator
|
||||||
}
|
}
|
||||||
|
2
libs/core/shims.d.ts
vendored
2
libs/core/shims.d.ts
vendored
@ -437,7 +437,7 @@ declare namespace control {
|
|||||||
* Informs simulator/runtime of a MIDI message
|
* Informs simulator/runtime of a MIDI message
|
||||||
* Internal function to support the simulator.
|
* Internal function to support the simulator.
|
||||||
*/
|
*/
|
||||||
//% part=midioutput block shim=control::__midiSend
|
//% part=midioutput blockHidden=1 shim=control::__midiSend
|
||||||
function __midiSend(buffer: Buffer): void;
|
function __midiSend(buffer: Buffer): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user