Page 1 of 1

Posted: 20 Mar 2015, 13:36
by julien_
hi,
i am back to usine after a first try some years ago...
i ve spent my morning to try to control my microbrute synth with usine.
I thought it would be easy but not at all and i am confused...
it seems my microbrute desperately waits for a note off message...
because is it monophonic, it plays the first note reveived from usine and after nothing

why midi module are not build with an option for midi note off before a new note on is played ?
i ve only found this on the piano roll.

i want to play sequences of memorized note.
do i have to create a patch that i connected to step midi module that would note off all the note on that have been played ?
like
step midi module : C3 note on
> C3 note off
step midi module : D4 note on
> D4 note off
step midi module : E3 note on
> E3 note off

but maybe there is something simpler ?

thanks for your feedback
j.

Posted: 20 Mar 2015, 14:30
by drakh
midi transform module is the easiest way to solve this. just patch to output of midi module that creates just note on messages, and setup the length of the note, and midi tranform module creates note off messages for you.

Posted: 20 Mar 2015, 17:40
by julien_
it works now
Thx a lot !