Pangolin controling Hog 4pc with midi to actvate scenes

David norman

New Member
Help can anyone help? I am trying to use pangolin pangoscrip to control cues in hog 4pc.. I have tried many different midi strings with little luck ... This is what keeps coming up on hog midi window..
This is one of the scripts I am using in pangoscript......
MidiOut 0x90, 0x40, 0x7F
'0,0,0


71978390 71978390 286 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Information critical-win32-golden.exe 5324 void __thiscall pb::MidiController::SysExHandler(const struct Hardware::Midi::Device::SysExMessage &) midicontroller.cpp 1023 MSC Received
71978390 71978390 285 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Information critical-win32-golden.exe 5324 void __thiscall pb::MidiController::SysExHandler(const struct Hardware::Midi::Device::SysExMessage &) midicontroller.cpp 990 Received Valid Realtime Midi SysEx [Device=1]
71978390 71978390 284 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Debug critical-win32-golden.exe 5324 void __thiscall pb::MidiController::SysExHandler(const struct Hardware::Midi::Device::SysExMessage &) midicontroller.cpp 976 SysEx Received
71978389 71978389 283 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Information critical-win32-golden.exe Main bool __thiscall pb::MidiController::SendMSC(const unsigned char *,unsigned long) midicontroller.cpp 671 Sent MSC GO [device=1, format=1]
71978388 71978389 282 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Information critical-win32-golden.exe 5324 void __thiscall pb::MidiController::parseMidiNote(unsigned int) midicontroller.cpp 891 Midi Note On 64 Mapped to comment Macros: Firing comment macros 64
71978388 71978388 281 Critical-1-008cfa2cc278 127.0.0.1 PB.MidiController Information critical-win32-golden.exe 5324 void __thiscall pb::MidiController::parseMidiNote(unsigned int) midicontroller.cpp 872 Received Midi Note# 64 ON with Velocity of 127 for Channel# 0
 
Hello David,
you can control this and much more in HOG by using SysEx-Messages.
In newer Builds of Beyond (e.g. 946) you have a MidiOutLong Pangoscript-Command that works good for me. - Give it a try. - The SysEx-messages are desscribed in the HOG4-Manual.
Tell me, if you need an example.

kind regards.
Daniel
 
Perhaps Pangolin could fix the problem with controlling HOG4 via OSC,
I saw in the changelog, that Alexey made a fix in package size caluclation, but in Build 967 I still can't control HOG 3.6.1.

Controlling by OSC would be much easier. I tried to create a full profile for controlling HOG with ip-midi and sysex-massages, but this is very hard work, so I stopped.
 
Back
Top