Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxjoehnk/midi-artnet-node
Bind one or multiple Midi Devices to an Artnet Node
https://github.com/maxjoehnk/midi-artnet-node
artnet cli midi nodejs
Last synced: 19 days ago
JSON representation
Bind one or multiple Midi Devices to an Artnet Node
- Host: GitHub
- URL: https://github.com/maxjoehnk/midi-artnet-node
- Owner: maxjoehnk
- License: gpl-3.0
- Created: 2017-06-29T19:22:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:44:05.000Z (11 months ago)
- Last Synced: 2024-10-09T16:24:19.253Z (about 1 month ago)
- Topics: artnet, cli, midi, nodejs
- Language: JavaScript
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midi-artnet-node
Bind one or multiple Midi Devices to an Artnet Node# Example Configuration
````javascript
{
"port": 6453, // Default: 6454
"universe": 0, // Default: 0
"device": {
"name": "", // The Midi Device to connect to
"exact": false, // Match the name exactly (Default: false)
"virtual": false // Create a new Virtual Midi Device with the given name (Default: false)
},
"ports": []
}
````