Posted: 19 Sep 2010, 11:17
is it recommended to have midiout of script only of the size of needed events?
ie in a matrix, instead of sending a tmidi of column size, scan the colum to extract only notes on an make an adapted
variable size array out.
i fail a bit for the process to to that, any existing exemple?
iguess i should scan the array, make the summ to get nb of notes while storing indexs if discovered, but
i fail in the process orders. mmm feel it's related i neead to get tot first, or can it be done in a single bloc?
or it doesn't worth bother and send a bigger array (ie32) in wittch note on are on, note off send noteoff...
mm couldn't that create overloads?
any tips from masterz? how would you deal a column case?
ie in a matrix, instead of sending a tmidi of column size, scan the colum to extract only notes on an make an adapted
variable size array out.
i fail a bit for the process to to that, any existing exemple?
iguess i should scan the array, make the summ to get nb of notes while storing indexs if discovered, but
i fail in the process orders. mmm feel it's related i neead to get tot first, or can it be done in a single bloc?
or it doesn't worth bother and send a bigger array (ie32) in wittch note on are on, note off send noteoff...
mm couldn't that create overloads?
any tips from masterz? how would you deal a column case?