[Patchstorage] Plugin Updates & Testing

@purus welcome to the community! I will check my notes and see where the plugin stands. Anything that is on the MOD site that is not in Patchstorage that is open source is likely due to a compile issue.

1 Like

Hello everybody, long time no post here… I’m sorry! :slight_smile:

I modifed the code of SooperLooper so that when you stop a playing loop, on resuming playback, it will start from the top of loop instead of the point in which it was stopped (which made SooperLooper completely useless IMHO)…

I’m still doing some tests, but apparently is working as expected. I installed it on my local pedalboard, but I wanted to know what’s the process to make it avalable on Patchstorage, for anybody to download.

Let me know. Thank you!

@aFunkyBass long time no talk!!! Hope you’ve been doing well.

I would suggest doing a PR against MOD’s repository for that plugin. I think that’s a great change to the plugin, might be a good idea to have a setting where it either behaves the way it currently does or starts at the top of the loop each time.

The link on github: GitHub - mod-audio/sooperlooper-lv2-plugin: A Lv2 version of the old LADSPA SooperLooper plugin

That way the plugin’s changes will eventually make their way to modep.

1 Like

Ciao Jonas, nice to see you again!

So you say it’s better to start from the MOD’s repository. That’s ok, I’ll make a pull request there and see what happens. Thank you for linking their github!

I can’t think of anyone who would want to restart a loop from where it stopped, which is basically undefined… Think about it, if you stop a loop, it’s probably because you want to break down your song at some point, or because you’re playing out of sync for some reason. Either way, upon restarting it you need a solid downbeat to rely on. I guess a setting to choose the behavior would be useful just for compatibility reasons. What do you think?

Take care mate!