-
Notifications
You must be signed in to change notification settings - Fork 47
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
scatter-plot-for-main: add scatter-plot to main branch #95
base: main
Are you sure you want to change the base?
Conversation
Thank you so much for the contribution. I don't know if you saw it, but the windows compiler doesn't like the "not" keyword:
I think it should compile if you change the |
…AudioPlotComponent since MagicAudioPlotSource was needed - they do fit well into a single PR
…erge everything into PlotItem
Thanks for letting me know about "not" on Windows. Hopefully I got them all. "Workflows aren’t being run on this forked repository I'll research what can go wrong, but if anyone knows that it's safe to proceed, please let me know. |
Yeah, the next error is the |
Ok, I got the 'and' now. Incidentally, do you know how to convert the error message to a line number? There is no hurry on this branch because it's going to be a draft while I polish it up (mostly to finish or take out unfinished stubs). |
…ng frequency-response calculations in DEBUG mode
Sometimes it is useful to plot two audio channels against each other in scatter-plot form (one as X and the other as Y).