hey!
need some help...
how can i store a range of e.g. 20 different numbers, that arrive consequently, not all at the same time? [float] can only store one... i.e. is there a list that can be "filled" up succesive with numbers?
and as a second question:
is there any object that can sort this list afterwards and print out the received numbers in a predicted order (e.g. from min to max)?
yet another question: is there a object that can convert midi numbers to keynumbers (e.g. 60 (or 61?) to c3)?
thanks!