Help with midi ctlout object

Steavler's icon

Hi

I want to send midi notes with the ctlout object to reason.
For testing i use midi.ox . but the problem is, that the patch doesnt send any midisignals.
for the connection i am using loopbe1.

608.midi.maxpat
Max Patch
Chris Muir's icon
Max Patch
Copy patch and select New From Clipboard in Max.

The ctlout object doesn't send note, it send MIDI continuous control messages.
Maybe something like this would work better:

Steavler's icon

oh sry this is my fault , i prescribed me with midinotes. I want to send control messages.
I want to send brightness information of my webcam in form of midi (0-127) to Reason to change the pitchblend of a syntheziser.
The problem is that my patch doesnt send any control messages.

Before i started with my patch, i found a midi control message patch on the internet and it works pretty well. This patch sends midi control msg to reason. So i assume that the problem is my patch and not the connection between max and Reason or reason itself.