Sending MSC commands

noonoo

Active Member
Hello again,

bringing in Midi Notes to HOG4 and other software via PangoScript works wihtout problems.
Iam now trying to send out MidiShowControl commands from Pangoscript.
e.g.:
MidiOut 0xF0, 0x7F, 0x01, 0x02, 0x01, 0x01, 0x33, 0x34, 0x2E, 0x34, 0x00, 0x31, 0xF7
for triggering a specific cue in a hog4 cuelist.

used Links:
http://www.reinhardwinkler.net/midi-ton-steuert-licht/
http://www.etcconnect.com/Support/Articles/Wholehog-MIDI-Show-Control-Information.aspx

After the fourth message block Pangoscript adds red color to the command

Does Pangoscript support MSC-Commands. When not - in which case is the 4th message block used, that isnt't coloured red by the ScriptingInterface?

with kind regards
Daniel
 
Hi Daniel,

Thanks for good question. I checked our APC MIDI Profile because it use sysex,and this is what you are looking for:

/midi/sysex/ 0xF0, 0x47, 0x7F, 0x29, 0x60, 0x00, 0x04, 0x41, 0x08, 0x02, 0x01, 0xF7

Just use this prefix and use your values. This exact implementation based on Script<>OSC gateway, that is why it has such syntax.

I hope it helps.

Regards,
Alexey
 
Hi Alexey,

unfortunately this doesn't work on my system.
I copy pasted your
/midi/sysex/ 0xF0, 0x47, 0x7F, 0x29, 0x60, 0x00, 0x04, 0x41, 0x08, 0x02, 0x01, 0xF7
In the script editor and executed the row. - No effect - no Logs in the midi Monitor.

Iam Using Beyond Adv. 2.1 Build 834.

Any Ideas what Iam doing wrong? - Do I have to put another command at the beginning?

Regards,
Daniel
 
Back
Top