Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Cmd 使用sendmidi将MIDI发送到Microsoft GS Wavetable Synth_Cmd_Send_Midi - Fatal编程技术网

Cmd 使用sendmidi将MIDI发送到Microsoft GS Wavetable Synth

Cmd 使用sendmidi将MIDI发送到Microsoft GS Wavetable Synth,cmd,send,midi,Cmd,Send,Midi,我正在尝试使用Microsoft GS Wavetable Synth将midi音符发送到Microsoft GS Wavetable Synth 但我听不到任何声音, 它正在发送到其他midi设备,我通过发送midi列表获得声音。我获得设备列表。要确保设备名称被解释为单个参数,您必须引用它: sendmidi dev "Microsoft GS Wavetable Synth" pc 17 channel 1 on 60 90 列表中没有MIDI映射器,但在60 64上发送MIDI开发MID

我正在尝试使用Microsoft GS Wavetable Synth将midi音符发送到Microsoft GS Wavetable Synth

但我听不到任何声音,
它正在发送到其他midi设备,我通过
发送midi列表获得声音。
我获得设备列表。

要确保设备名称被解释为单个参数,您必须引用它:

sendmidi dev "Microsoft GS Wavetable Synth" pc 17 channel 1 on 60 90

列表中没有MIDI映射器,但在60 64上发送MIDI开发MIDI映射器通道1没有。文档总是用空格引用设备名称。谢谢这就是在60 90时钟80上发送MIDI开发“Microsoft GS Wavetable Synth”pc 17通道1
sendmidi dev "Microsoft GS Wavetable Synth" pc 17 channel 1 on 60 90