How do I return the number of instances of a value in an array?
-
How do I count the instances of a particular value in an array?
I don't see a particular method for that in the API.The MidiList has one:
Is there a similar function for the array?
-
@VirtualVirgin You'd need to loop through the array and keep count in a variable