Page 1 of 1

Read out amount of triggered Midi Notes.

Posted: Wed Mar 11, 2015 10:28 pm
by clemens
Hey,

does anyone know how to create a float or int that tells me how many midi notes/keys actually are triggered ? I want to implement an effect that only appears if ther“s more than 1 key at a time gets triggered. hope anyone can help :)

Re: Read out amount of triggered Midi Notes.

Posted: Sat Mar 14, 2015 9:41 am
by Nubeat7
watch for midi mono primitive, i tells you how many notes are played atm.

Re: Read out amount of triggered Midi Notes.

Posted: Wed May 04, 2016 8:38 pm
by Father
What if we want to access all played notes individually like an array of notes?
I think the green data only gives the latest note's values, right?