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

Waterfall jitter and cumulative runtime issues #140

Closed
cjcliffe opened this issue Sep 4, 2015 · 0 comments
Closed

Waterfall jitter and cumulative runtime issues #140

cjcliffe opened this issue Sep 4, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@cjcliffe
Copy link
Owner

cjcliffe commented Sep 4, 2015

The new waterfall code appears to be jittering (dropping frames) as well as a frame rate slowdown that appears to occur after a long runtime.

My best guess is some bad thread access to a ReBuffer object in the new visual code; I'm going to review and try to fortify everything involved to be thread safe and perform boundary checks.

Additionally the new FFTDataDistributor has no overflow container; some of the FFT bits are being lost due to misalignment with the current view.

@cjcliffe cjcliffe added the bug label Sep 4, 2015
@cjcliffe cjcliffe self-assigned this Sep 4, 2015
@cjcliffe cjcliffe added this to the 0.1.5 milestone Sep 4, 2015
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

1 participant