Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEBUG ASSERT: "delay_frames > 0" in EchoEffect::processChannel() #13799

Open
ronso0 opened this issue Oct 26, 2024 · 1 comment
Open

DEBUG ASSERT: "delay_frames > 0" in EchoEffect::processChannel() #13799

ronso0 opened this issue Oct 26, 2024 · 1 comment
Labels

Comments

@ronso0
Copy link
Member

ronso0 commented Oct 26, 2024

Bug Description

I hit DEBUG ASSERT: "delay_frames > 0" in EchoEffect::processChannel() at ./src/effects/backends/builtin/echoeffect.cpp:151
when repeatedly triggering hotcue_1_setloop (with default 4 beats).

Strange thing is that the track was not playing.

Version

main, didn't test with other versions, yet

OS

No response

@SjxSubham
Copy link

I think The issue arises when delay_frames is calculated to be zero or negative, which happens if the track is not playing and the beat_length or period results in a very small value.

#13805

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants