Skip to content

Musettodotcom/node

 
 

Repository files navigation

@midival/node

This is a node wrapper for @midial/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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%