В письме от воскресенье, 13 февраля 2022 г. 19:57:28 MSK пользователь Orm 
Finnendahl написал:
> Have you tried "amidi -l" and use either the device or its name (in
> parentheses or with escaped spaces) for the -p or --portname= option
> as indicated in fludisynth's manpage? I assume giving a non valid name
> for the -p option will result in a fallback to /dev/snd/MIDIC0D0.
I tried it now:

$ amidi -l
Dir Device    Name
IO  hw:1,0,0  Keystation MIDI 1

fluidsynth -a pulseaudio -m alsa_raw -g 10 -r 48000 --portname="Keystation MIDI 
1"  /usr/share/sounds/sf3/default-GM.sf3
fluidsynth -a pulseaudio -m alsa_raw -g 10 -r 48000 -p "Keystation MIDI 1"  
/usr/share/sounds/sf3/default-GM.sf3
fluidsynth -a pulseaudio -m alsa_raw -g 10 -r 48000 -p hw:1,0,0  
/usr/share/sounds/sf3/default-GM.sf3
fluidsynth -a pulseaudio -m alsa_raw -g 10 -r 48000 --portname="hw:1,0,0"  
/usr/share/sounds/sf3/default-GM.sf3

All gives same negative result.

> In case nothing works this is actually a valid question to this list
> (and or the devs of fluidsynth).
Yeah. An unexpected bug report ;-)

Since I am also a kind of C developer, I can also look into the code, and try 
to get what is happening...


-- 
Nikolay Shaplov aka Nataraj
Fuzzing Engineer at Postgres Professional
Matrix IM: @dhyan:nataraj.su




_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to