@nodert-win11-22h2/windows.devices.midi
Version:
Use the Windows.Devices.Midi UWP API directly from Node.js
58 lines (57 loc) • 1.7 kB
JSON
{
"name": "@nodert-win11-22h2/windows.devices.midi",
"version": "0.1.6",
"description": "Use the Windows.Devices.Midi UWP API directly from Node.js",
"main": "lib/main.js",
"keywords": [
"Windows.Devices.Midi",
"Windows",
"Devices",
"Midi",
"IMidiMessage",
"IMidiOutPort",
"MidiActiveSensingMessage",
"MidiChannelPressureMessage",
"MidiContinueMessage",
"MidiControlChangeMessage",
"MidiInPort",
"MidiMessageReceivedEventArgs",
"MidiNoteOffMessage",
"MidiNoteOnMessage",
"MidiOutPort",
"MidiPitchBendChangeMessage",
"MidiPolyphonicKeyPressureMessage",
"MidiProgramChangeMessage",
"MidiSongPositionPointerMessage",
"MidiSongSelectMessage",
"MidiStartMessage",
"MidiStopMessage",
"MidiSynthesizer",
"MidiSystemExclusiveMessage",
"MidiSystemResetMessage",
"MidiTimeCodeMessage",
"MidiTimingClockMessage",
"MidiTuneRequestMessage",
"MidiMessageType",
"NodeRT",
"WinRT",
"Microsoft"
],
"dependencies": {
"nan": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/demosjarco/NodeRT.git"
},
"homepage": "https://github.com/demosjarco/NodeRT/tree/vs2022",
"author": "Generated by NodeRT (modified)",
"contributors": [
"nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)",
"Felix Rieseberg <felix@felixrieseberg.com> (https://www.felix.fun)",
"MaySoMusician <maysomusician@gmail.com> (https://msmsm.work/)",
"DemosJarco <1209494+demosjarco@users.noreply.github.com> (https://github.com/demosjarco)"
],
"gypfile": true,
"license": "Apache-2.0"
}