Reviving this thread! I am developing a looper plugin and need to implement a half-speed feature. I’ve built off of the provided looper script but made huge changes to it for my specs. Is there an existing pattern to implement half-speed recording and playback?
The manual for the physical device I am trying to emulate mentions the sample rate as their solution to half speed. But I am pretty sure the sample rate can’t be changed in the plugin context we all work in.
So I am trying to come up with a way to double and buffer the samples, so 2 are played (original and a copy) in sequence. Is that close?
Thanks!!
The manual for the physical device I am trying to emulate mentions the sample rate as their solution to half speed. But I am pretty sure the sample rate can’t be changed in the plugin context we all work in.
So I am trying to come up with a way to double and buffer the samples, so 2 are played (original and a copy) in sequence. Is that close?
Thanks!!
Statistics: Posted by mcascone — Fri Jun 14, 2024 3:08 am