https://github.com/bitfocus/companion-module-generic-midi
https://github.com/bitfocus/companion-module-generic-midi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfocus/companion-module-generic-midi
- Owner: bitfocus
- License: mit
- Created: 2022-01-23T17:07:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T07:10:04.000Z (4 months ago)
- Last Synced: 2025-04-15T22:15:56.457Z (about 2 months ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 5
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# companion-module-generic-midi
A MIDI Module to allow standard MIDI messages to be sent to and received from Companion v3
v1.3.1Please visit http://discourse.checkcheckonetwo.com for help, discussions, suggestions, etc.
_Andrew Broughton, 2024_
Supported MIDI Commands:
- Note On
- Note Off
- Control Change
- Program Change
- Aftertouch
- Channel Pressure
- Pitch Wheel
- Sysex
- MIDI Time code (receive only)---
**REVISION HISTORY**
### 1.3.1
- Add config setting to choose to use MIDI TimeStamp for Action Recorder
- Variable support for all action and feedback parameters
- New Variables for last incoming message
- Channel and PC offset correction
- Update to Node 22
- Cleanup Actions and Feedbacks1.2.1 Fix Variable handling for SysEx messages
1.2.0 Add support for MIDI Timestamp with Action Recorder
1.1.8 Error handling for badly behaved devices
1.1.7 Ignore unsupported commands, bug fix for MTC
1.1.5 Add "Last Message Received" Variable
1.1.4 Ignore Real-Time Messages
1.1.3 Keep only last MIDI message per type in Recorder
1.1.2 Remove Virtual Ports
1.1.1 Initial Release
---
See [HELP.md](./companion/HELP.md)