I'm trying to send a midi note to Microsoft GS Wavetable Synth using sendmidi
sendmidi dev Microsoft GS Wavetable Synth channel 1 on 60 64
but I don't get any sound,
it's sending to the other midi devices and I get sound, by sendmidi list
I get a list of devices.
To ensure that the device name is interpreted as a single parameter, you have to quote it:
sendmidi dev "Microsoft GS Wavetable Synth" pc 17 channel 1 on 60 90