0.2.0 • Published 1 year ago

@midival/node v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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.
0.2.0

1 year ago

0.1.0

1 year ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago