RESOLVED:MidiOut CHOP Program Change bug?

Hi guys
I’m observing a bug(?) with program change message from midiout
Instead of C0 value F8 is being sent
Could someone check this scenario?
program change.toe (5.17 KB)
program change bug.jpg

Hello.
I notice you have ‘pc’ for both Program Change and Bar Ramp Name.
My guess is that the F8 (timings) you see might be the Bar Ramp generation.

I’d also recommend using the python methods of the Midi Out CHOP:
docs.derivative.ca/index.php?ti … ss#Methods

It will let you send program change, as well as other events without worrying about
animating CHOP channels.

Cheers,
Rob.

Should also note, it should read “ch1pc” instead of “pc”.
This will generate the expected message.
Again, this is much better implemented in the members of the MIDI Out DAT.
Cheers,
Rob.

Thanks Rob
I used python with midiout.send function with pure bytes, it worked fine. I will check ch1pc option as well.

I am trying to ‘play’ a MIDI file and have the MIDI Events be sent out to external MIDI gear, but I’m having a heck of a time. Is there some trick to getting TD to send program change messages? Do I have to convert it to hex? Will it send MSB LSB ?