Looking into the winmidi patch to fluidsynth from Pedro Lopez Cabanillas I've noticed that the available options for the Setup.../MIDI/MIDI Device name can be read from the settings table (see Setup.../Settings/midi.winmidi.device/options)
From there I could check that the correct values have at least one extra space that you might have overseen. For example, I suspect that you should specify "In From MIDI Yoke: 1" literally with two spaces after the colon and before the final digit, no more no less (and without the quotes).
OTHO I guess I should let those options be user selectable, for instance, through a drop-down list, in a future Qsynth release :)
[UPDATE:]Something was just commited:
qsynth 0.3.3.1 CVS HEAD
- MIDI and audio device names are now user selectable options through
respective drop-down lists on each engine setup dialog.
Looking into the winmidi patch to fluidsynth from Pedro Lopez Cabanillas I've noticed that the available options for the Setup.../MIDI/MIDI Device name can be read from the settings table (see Setup.../Settings/midi.winmidi.device/options)
From there I could check that the correct values have at least one extra space that you might have overseen. For example, I suspect that you should specify "
In From MIDI Yoke: 1
" literally with two spaces after the colon and before the final digit, no more no less (and without the quotes).OTHO I guess I should let those options be user selectable, for instance, through a drop-down list, in a future Qsynth release :)
[UPDATE:]Something was just commited:
qsynth 0.3.3.1 CVS HEAD
- MIDI and audio device names are now user selectable options through
respective drop-down lists on each engine setup dialog.
Byee.