mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-06 03:38:02 +02:00
src: config: add midi.node to create the MIDI node at startup
This commit is contained in:
parent
da63c05e76
commit
908a7ffbc3
1 changed files with 7 additions and 0 deletions
7
src/config/midi.node
Normal file
7
src/config/midi.node
Normal 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" },
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue