Hello all,
This seems like a simple problem, but I'm having a hell of a time figuring it out. I want to be able to use my computer keyboard as a MIDI keyboard. What I essentially want to happen is while the "c" key is pressed, do this:
|60 100(
|
[noteout 1]
(but don't continually bang it!)
and when it is released, do this:
|60 0(
|
[noteout 1]
I can envision a simple logical test - 1=note on, 0=note off - but all of my attempts lead to the note on continually banged (I notice this in the key-help.pd file).
This all relates to a larger issue I'm having: how do you fire off one bang when continuous data is being received?
Any help is greatly appreciated.
hdez