So, I'm now making a sketch that will send messages to Max5, telling it to open a file and play it.
I can't find anything that tells me what the OSC message needs to be to open the file. I can only seem to find things that are examples using a GUI. I want Processing to take care of all of that.
I'm in the process of working on a sketch that generates loads of data, and that is mapped to a tonal range of a sine wave and is then recorded to a .wav file for future playback.
The program works wonderfully, except for one thing: the sound plays as it is recording. I want the information that would be generated to take tonal characteristics, but not be output until a certain event has occurred.
Has anyone done this before?
I'm currently using the minim library, but would be open to any other library too really, I just want this thing to work.
So I am looking to use the minim library to record sounds that I am generating and then play that recording back when a certain event has taken place.
The issue that I am having is that I can't exactly figure out what I need to be doing to not have the audio play as it is being generated, and rather save it for later use.
Any one have any ideas or think that there might be some other audio generation library that may be better suited?