@midival/node
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@midival/node

This is a node wrapper for @midival/core library. It provides MIDI bindings to make library run in the Node.js environment.

For instructions on how to use MIDIVal, please check:

How to setup MIDIVal in Node 1-0-1

import { MIDIVal } from "@midival/core";
import { NodeMIDIAccess } from "@midival/node";
import * as midi from "midi";

MIDIVal.configureAccessObject(new NodeMIDIAccess(midi));

// The rest code should be the same as core examples.

Releases

[0.1.0]

  • Release compatible with 0.1.x versions of @midival/core.

Readme

Keywords

none

Package Sidebar

Install

npm i @midival/node

Weekly Downloads

33

Version

0.2.0

License

MIT

Unpacked Size

39.8 kB

Total Files

29

Last publish

Collaborators

  • kulak