I have an extremely simple setup for my Alpha which basically just passes all events (keys, breath, strips) out as OSC.
Now, I've never figured out how to calculate an initial velocity when I first touch a key so I figured I would just leverage the fact that EigenD is already able to do this via MIDI OUT.
So what I'd like to do is modify my simple setup so that MIDI note on events get sent out when I first touch a key. The MIDI note numbers should just go from 1 to 120 (or 0 to 119, I don't care) and so I will just extra the velocity value out in the receiving system.
However, I haven't been able to get this to work. I tried adding what looked like the appropriate agents (and I set the MIDI output port in MIDI Output 1) but I'm not seeing any data.
Would appreciate any help.
(see picture at http://i.imgur.com/0dyPs.jpg)
Thanks,
D