se en popravek

main
Jurij Podgoršek 2022-05-07 15:57:15 +02:00
parent f958f5f24e
commit 40d869c098
1 changed files with 2 additions and 1 deletions

View File

@ -57,9 +57,10 @@ const server = http.Server(app);
// Odprti serijski OSC link
let scon = null
let mo = null
if (MIDI) {
// Midi port
const mo = new midi.Output()
mo = new midi.Output()
//mo.getPortCount()
//mo.getPortName(0)
//mo.openPort(0)