quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Add midi support #16

Open EmerickH opened 6 years ago

EmerickH commented 6 years ago

Hello, The last version of Voicemeeter Banana is shipped with VBAN-2-MIDI that permits to transmit a Midi signal over VBAN. It would be nice to create a VBAN-2-MIDI for Linux. It uses VBAN-Serial described in the last VBAN Protocol Specifications. There's also VBAN-TXT that permits to control MacroButtons.

Emerick

quiniouben commented 6 years ago

Hi, You are right, this would be nice. About MIDI, I guess we could write some Alsa and Jack backends. I don't know about any Midi support in PulseAudio. About text, we could provide a named pipe and / or a file to input / output the text part. Anyway, these would be additional applications I think.