Yes, it's not quite right for what you want, for both the reason you've specified, and because MIDI files are created asynchronously. Basically, there is an small but indeterminate amount of time between you stopping recording and the file appearing in the MIDI pool. Which is fine for most cases, but when you're looping, you want it there immediately.Hez wrote: Thu Jan 17, 2019 12:06 pm My first thought was using the MIDI pool but given the string based nature of reading from it + no way to dynamically delete files from the pool/rename them, I feel like that's probably barking up the wrong tree.
I'll add a proper looper macro (or module, undecided on how best to approach this) that does exactly what you want.
