max newbie midi
Would like to send an note on message and after a time I can change a note off message. How to handle? Thanks.
look at [makenote]
Thank You very much. The first sentence of makenote descripton matches exactly my problem. Why didn´t i find it myself?
Several ways to go about this but just as Terry stated, [makenote] is by far the simplest.
Example:
"[kslider] -> [makenote 127 500 1] -> [noteout]"
Will play a note on/off pair with an initial velocity of 127 and duration of 500ms on midi channel 1.