[Feature Request] Support for USB MIDI Devices on Nomad

I'm trying to build a Go Button box for my Nomad setup using a Teensy micro controller, which sends MSC messages down a USB cable to my laptop. QLab and other applications can receive these messages just fine, but I'd like to be able to control Nomad as well. It seems silly that other programs can understand them fine, but I'd have to redesign it to use OSC or buy a Show Control Gateway to use MIDI.

I'd prefer to stay away from OSC for this particular thing because I'd prefer to keep the number of devices sending Go's on the network as low as possible, and a USB cable is a lot more reliable than a network that could have many other things going on on it. I'd also like to keep away from sending fake keyboard commands as well, to avoid a situation where another window is in the foreground on my Mac and the Go's never reach Nomad. This seems like the kind of thing MSC was built for.

Parents Reply Children
Related