Correct way to set default midi port?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
ARKSTRASH
Newbie
Newbie
Posts: 2
Joined: Fri Apr 12, 2024 7:52 pm

Correct way to set default midi port?

Post by ARKSTRASH »

For some reason, midi daemons refuse to bind to 128:0, and there isn't a clear fix for this.(unbinding 128:0 from 0:1 gives permission denied error, even with root)
I remember reading somewhere that it was possible to set the default midi port in Wine. It tries to bind to 128:0 by default, but supposedly, there's allegedly a registry key for this, or so I hear. However, I see no mention of what specifically it is anywhere I look.

Code: Select all

client 0: 'System' [type=kernel]
    0 'Timer           '
	Connecting To: 142:0
    1 'Announce        '
	Connecting To: 142:0, 128:0
client 14: 'Midi Through' [type=kernel]
    0 'Midi Through Port-0'
client 129: 'FLUID Synth (66416)' [type=user,pid=66416]
    0 'Synth input port (66416:0)'
client 142: 'PipeWire-System' [type=user,UMP-MIDI2,pid=2143]
    0 'input           '
	Connected From: 0:1, 0:0
client 143: 'PipeWire-RT-Event' [type=user,UMP-MIDI2,pid=2143]
    0 'input           '
User avatar
KenSharp
Level 4
Level 4
Posts: 170
Joined: Mon Jul 13, 2009 8:52 pm

Re: Correct way to set default midi port?

Post by KenSharp »

I'm guessing you've looked at this page?
Post Reply