im not a sequencer/pianorol expert, but i know on pianoroll in exemple there is an Array 'events' output, where it seems all infos of sequences can be decoded, each note is in fact a 5lengh array:
0: note start float beats
1: note end float beats
2: midi message type
3: note/data1
4: velocity/data2
...so it seems actually doable to "know lenght in advance" if substracting booth end and start positions, via using a counter that count notes(ie each time a note on mess is received), extract the corresponding 5lenght sub array of "envents" array (using extract sub array module where start is (count note * 5) and lengh is 5 ) , then subtract index2-index1 will output duration of the actual playing note in float beats.
but you'r right might be a nice build-in add indeed, this indeed can have for sure nice sound
control extends, like swiching a short snare sample if short, long if long or lot other possibilities, while keeping velocity/notes for other params as usual. 3contols over 2 is for sure a great extend.Statistics: Posted by 23fx23 — 19 May 2010, 19:36
]]>