long story short, one aspect of a patch I'm trying to develop requires being able to pause, playback, and loop multiple streaming files (or tables) in quick succession. For example: pause playback of file #1, file #2 automatically and immediately starts. . .pause playback of file #2, file #3 automatically and immediately starts . . . random event occurs, file #3 is paused and file #1 begins playback from where it was last paused, so forth.
Files are numerous and long. There are about a dozen and they are 5 to 45 minutes a piece. This amounts to huge uncompressed audio files, so a configuration involving [tabread4~] (which enables the development of refined playback controls, but only works well for short loops) won't work, and [readsf~] won't either, because i need to be able to pause and resume playback.
Any suggests?
Thanks!