Hi there,
I'd like to store a list of incoming midi notes without duplicates.
So if my data stream is...
36 42 38 42 36 42 38 42
My array would look like this....
36 42 38
Should I be using a list or array or something else? And what functions do i use to search/read/write.
As you can tell, I'm really new to PD but really excited about the possibilities it opens up!!!
Thanks