rerdavies / pipedal

Guitar Effect Pedal for Raspberry Pi, with a web interface designed specifically for phones.
https://rerdavies.github.io/pipedal/
Other
82 stars 6 forks source link

[BUG] Cab IRs not loaded using latest version. #178

Closed 38github closed 2 weeks ago

38github commented 3 weeks ago

I did notice something on my not primary SBC using this new release. When switching between presets I have made there are no IR's loaded in the Toob Cab IR. I will wait with the installation on my primary SBC that has to "just work".

This post first appeared in a discussion but I thought it would be better to put it here.

rerdavies commented 3 weeks ago

I tried to replicate the issue, but wasn't able to.

Could you check whether audio has stopped. (visible in the status message at the bottom right if you haven't turned it off, or at the top of the settings page if you have.

If audio isn't running, the IR filenames won't display. They are actually saved in the patch, but won't show up until you restart the audio thread.

If that's the case, it's on my radar as a low-ish priority bug (with high-ish effort required to fix it).

If that's not the case, let's dig deeper.

38github commented 3 weeks ago

About the interface not being connected is probably it. I guess we can close this and if it somehow wasn't that we can reopen it.

Thank you!

rerdavies commented 3 weeks ago

I'm going to leave it open for now. It should be fixed. Thanks for bringing it up.

In the meantime, the "workaround" is to make sure that your audio adapter is running.

rerdavies commented 3 weeks ago

Reproduced the issue. It's related to an intermittent deadlock in the TooB convolution plugins particularly when using small buffer sizes (16x4, for example).

38github commented 2 weeks ago

Reproduced the issue.

That is good news!

rerdavies commented 2 weeks ago

Should be fixed in v1.2.44, just released.

Please reopen the bug if it doesn't solve your problem.