0
     function(e) {
     console.log("Received 'noteoff' message (" + e.note.name + e.note.octave + ") " + 
     e.note.number + ".");
     noff=e.note.name+e.note.octave;
     outputSoftware.playNote('C5');
}
);
}); 
}

//我已经正确提到了html和其他js webmidi标签和功能

4

0 回答 0