2008/5/21 Atte André Jensen <atte.jensen@gmail.com>:
Hi

Is it possible to control the length of notes produced by Rhodey?


Oh, wait, is this one of the ones where .noteOff( 1 ) doesn't work? I thought a lot of those were reported but maybe that was after the last update or maybe this one slipped through...

Anyway, if a STK Ugen refuses to react to .noteOff( 1 ) what will work is a

my_rhodey.noteOn (0 );
 
Hope that gets you by,
Kas.