Page 1 of 1

Posted: 29 Sep 2008, 18:13
by kara
Hi guys

Do you have any idea how i could quantise a played note to the bar independed to the length of the played note.
Here is want i to do :
I play an 1/8 note : it should hold for a bar
I held a note for 10/8th : it should hold for 2 bars.

I know how i can quantise to the bar with the conductor, but the conductor isn't a solution for me here.

k

Posted: 30 Sep 2008, 01:44
by Clearscreen
couldn't you use a midi filter to separate the 'note on' and 'note off', and have the note off triggered by the master tempo as it approaches the end of the bar etc. using a counter and some logic modules (eg - when cycle ppg = 4.9999 a create midi module creates a note off)? for the second example you have there you'd need to set it up so that until the note is released the counter isn't activated (or the logic stuff is bypassed). if i get a chance i'll see if i can put something together...

you could maybe do something using the midi delay script also?