Kappa971 wrote on 2024-04-04, 10:21:Try using gbevin's SendMIDI tool for GS or GM reset
#Reset GS
sendmidi dev "[midi_port_name]" hex syx 41 10 42 12 40 00 7f 00 41 […]
Show full quote
Try using gbevin's SendMIDI tool for GS or GM reset
#Reset GS
sendmidi dev "[midi_port_name]" hex syx 41 10 42 12 40 00 7f 00 41
#Reset GM
REM sendmidi dev "[midi_port_name]" hex syx 7e 7f 09 01
Hex codes taken from the SCVA manual, seems to work on this emulator too.
Be aware that the above ones are not the complete SysEx reset messages but only the payload. So in case of other tools the above codes will not work.
The full ones are
GS Reset:
F0 41 10 42 12 40 00 7F 00 41 F7
GM On/GM Reset:
F0 7E 7F 09 01 F7
BTW, FSMP and VanBasco can send any kind of SysEx reset messages.
The attachment fsmpreset.png is no longer available
[attachment=-1]vanbascoreset.png[/attachment]