Hi there! I find myself kind of lost. I'm designing a simple drum sequencer. I want to be able to use mp3, flac, and related files so my only way out is readanysf~
Problem is when using readnsysf~, if I send several "play" messages in short bursts, this object won't play this file every time, so there's always a humble limit to how many plays can receive per second.
I thought I should dump the file to a table (I'd use soundfiler if I could get it to read other files) and then play it using tabosc~ or similar. How do you usually approach this issue?