Skip to content

rveitch/node-midi-event-mapper

Repository files navigation

Midi Event Mapper

Midi event handling and mapping for NodeJS, Raspberry Pi, and PiSound MODEP by Blokas Labs

Local Setup

{ channel: 0, number: 3, _type: 'program' }
{ channel: 7, controller: 31, value: 85, _type: 'cc' }
{ channel: 0, note: 84, velocity: 10, _type: 'noteon' }
{ channel: 0, note: 84, velocity: 0, _type: 'noteoff' }
{ channel: 0, value: 8192, _type: 'pitch' }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published