Hi,
Referencing Page 2 of VT-4_MIDI_Imple_eng02_W.pdf I have used MIDI Tools to create a config to deisable Monitor Mode. I also created another to change USB Mixing to 0:
Monitor mode: F0 41 01 00 00 00 51H 12 10 00 00 05 00
USB Mixing: F0 41 01 00 00 00 51H 12 10 00 00 07 00
The above were copied to the clipboard from the app.
However, playing each separately appears to have no effect.
Am I missing something?
Any suggestions would be gratly appreciated.
Several points:
MIDI Tools has a dialog box in which you can construct full Roland DT1 messages; most importantly, the dialog box automatically calculates the correct checksum.
You can open this dialog box from the "MIDI System Exclusive messages" window via Edit -> "Insert Roland" or via the "R" toolbutton.
In this dialog box, you need to set the value for "Device" to the decimal value shown on the device, i.e. probably 1 higher than the internal value. So for the VT-4's default "10H" you need to set "Device" to "17".
For "Model" the VT-4 needs "00 00 00 51".
Address/size length = "4"
Command = DT1
Address = e.g. "10 00 00 05" (Monitor Mode)
Data = e.g. "00"
For the above values, the dialog box generates the following message:
F0 41 10 00 00 00 51 12 10 00 00 05 00 6B F7
Hope this helps,
Mark.