Im relatively new to processing and I have been working my way through the tutorials available on processing.org to get familiar with everyone. However, over the last few weeks I have been having difficultly trying to work out how to make an idea I have.
I want to take data from a file, anything, lets say for this example it will be numerical. I want to take this data and push it into a synth to generate some audio based on that data (obviously convert the numbers to be midi accessible. The have some kind of visualization generate based on the audio. I know this can be a bit much so the visual can be produced from the data also rather than the audio directly as it would us up too much processing power.
The problem is I cant seem to find any tutorials or class files which would serve my needs. Would I need to combine certain classes or utilize outside classes? (want to avoid third party plug-ins).