Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 752 Bytes

File metadata and controls

34 lines (24 loc) · 752 Bytes

Generic MIDI module for Companion - v1.3.0

Please visit https://discourse.checkcheckonetwo.com for help, discussions, suggestions, etc.

Andrew Broughton 2024


This module supports the following MIDI message types:

  • Note On
  • Note Off
  • Control Change (CC)
  • Program Change (PC)
  • Aftertouch
  • Pitch Wheel
  • Channel Pressure
  • Sysex
  • MIDI Time Code (receive only)

Features:

  • MacOS, Windows, Linux Support
  • MIDI over LAN via rtpMIDI (Network-MIDI on MacOS)
  • Using incoming Midi Timestamp with Action Recorder

To Do:

  • Long Sysex message support
  • Filtering of Real-Time messages
  • MSC support?
  • Virtual Ports under Windows?

Thanks to Julian Waller for rewriting node-midi to TS and creating a companion TS template!