0

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.

LuaStart
  • 397
  • 2
  • 11

1 Answers1

0

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
CL.
  • 173,858
  • 17
  • 217
  • 259