Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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": []
}
````