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

SFZ Player problem in v2 #29

Closed
davephillips opened this issue Oct 8, 2021 · 1 comment
Closed

SFZ Player problem in v2 #29

davephillips opened this issue Oct 8, 2021 · 1 comment

Comments

@davephillips
Copy link

Ubuntu 18.04
GCC 7.5.0
Rack v2 042a9ce0

When I put the SFZ Player in a patch the clock bogs down, possibly due to a very large number of these messages:

[9.067 info ./dsp/utils/GateDelay.h:47 addGates] enter add gate
[9.067 info ./dsp/utils/GateDelay.h:52 addGates] after add, num=1 val=0
[9.067 info ./dsp/utils/GateDelay.h:82 getGates] in get gate, pulled=0
[9.067 info ./dsp/utils/GateDelay.h:88 getGates] in getGate int = 0
[9.067 info ./dsp/utils/GateDelay.h:57 commit] enter commit, here is buffer: 
[9.067 info ./dsp/utils/GateDelay.h:68 commit] gate commit pushed into ring, popped 0
[9.067 info ./dsp/utils/GateDelay.h:69 commit] Leaving commit

I'm running your latest commit for SquinkyVCV-main. Any suggestions ? Btw, I tested it with two different clocks. Removing the SFZ Player restored clock performance.

dp

@kockie69
Copy link
Owner

kockie69 commented Oct 8, 2021

Too much logging was enabled, so you were spot on! Fix is now in v2.0.6.

@kockie69 kockie69 closed this as completed Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants