midi not working

Questions about Wine on Linux
Locked
rdtennent
Newbie
Newbie
Posts: 3
Joined: Thu Aug 27, 2020 8:32 am

midi not working

Post by rdtennent »

aconnect -o says:

client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 128: 'FLUID Synth (31755)' [type=user,pid=31755]
0 'Synth input port (31755:0)'

and aplaymidi -p128:0 ....mid works.

I'm trying to get sound output from PhotoScore but I'm getting

0024:fixme:dmime:seg_IPersistStream_Load MIDI file loading not supported
0024:fixme:dmime:IDirectMusicSegment8Impl_SetParam (04CF1900, GUID_IgnoreBankSelectForGM, 0xffffffff, 0, 0, 00000000): stub
0024:fixme:dmime:IDirectMusicSegment8Impl_Download (04CF1900, 036FCD70): stub
0024:fixme:dmime:IDirectMusicPerformance8Impl_PlaySegmentEx (036FCD70, 04CF1900, 00000000, 00000000, 0, 0x0, 036F57FC, 00000000, 00000000): stub
0024:fixme:dmime:IDirectMusicPerformance8Impl_IsPlaying (036FCD70, 04CF1900, 00000000): stub

:

Can anybody help? The winehq documentation is incomprehensible.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: midi not working

Post by DarkShadow44 »

You probably need "winetricks -q directmusic gmdls"
rdtennent
Newbie
Newbie
Posts: 3
Joined: Thu Aug 27, 2020 8:32 am

Re: midi not working

Post by rdtennent »

% winetricks -q directmusic gmdls
Executing w_do_call directmusic
directmusic already installed, skipping
Unknown arg gmdls
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: midi not working

Post by DarkShadow44 »

What version of winetricks are you using, see "winetricks --version".
rdtennent
Newbie
Newbie
Posts: 3
Joined: Thu Aug 27, 2020 8:32 am

Re: midi not working

Post by rdtennent »

WINETRICKS_VERSION=20110629 (!)

After installing the current version and executing the command you suggested, midi now works in PhotoScore! Thanks.
Locked