I got proublems in understanding what kind of values does the pixels[] return.
For example this is the returned value "-16711678" how can i interpretate this? In the function description it is said thatit returns rgb value like get(). But the rgb value has 9 values and I got only 8. I can imagine that there is something like
"-167 116 78" right? But what does the " - " means in this case?
I want play a songlist with the minim player. But I don't know how can I expressed it in code.
My idea is: I create an string array. In each field I save the name of the mp3 file. The minim player picks the next mp3 from the next array field, if it's ready and so on.
The array is not a problem but I do not know about the rest, please help.