src: config: add midi.node to create the MIDI node at startup

This commit is contained in:
Julian Bouzas 2020-05-27 12:52:36 -04:00
parent da63c05e76
commit 908a7ffbc3

7
src/config/midi.node Normal file
View file

@ -0,0 +1,7 @@
[node]
factory = "spa-node-factory"
local = false
properties = [
{ name = "factory.name", value = "api.alsa.seq.bridge" },
{ name = "node.name", value = "Midi-Bridge" },
]