Hi,
Is it possible to read and write simultaneously from a .wav file? I'm writing a looper, and my plan was to use AudioFormatWriter::ThreadedWriter to write the current audio data to a .wav file (one .wav file per "take", regardless of how many play/record loops there are on the track), and separately to create a MemoryMappedAudioFormatReader for each playback loop on the track, reading from the appropriate position in the "take" .wav file at the appropriate time.
I tried implementing this, but I WavAudioFormat::createMemoryMappedReader() fails, returning null instead of a valid reader.
Thanks!
seertaak