i have a huge file of hexadecimal numbers, from a wav file I opened in a hex editor. Is there a code (i'm using processing) to turn a string of these numbers into a cmyk reference?
My tutor mentioned perhaps writing a code that takes every 4 or so numbers from the hex editor and turns them into a cmyk reference. (i could do this manually but it would take years) I'm somewhat inexperienced with processing so would appreciate the help!
edit: i'm currently taking 8 digit blocks from the editor and putting it into the code to turn it into a colour. Processing then produces a coloured square. I hope to find a code to automate processing to process more than 8 at a time, as i'm doing this for an entire wav file opened in the editor.