Hi guys,
do you know any library/module that will allow me to plot, in realtime, arbitrary variables on a sort of oscilloscope?
something like that (just the screen):
I need to plot some internal logics and LFOs.
Thanks,
Luca
Hi guys,
do you know any library/module that will allow me to plot, in realtime, arbitrary variables on a sort of oscilloscope?
something like that (just the screen):
I need to plot some internal logics and LFOs.
Thanks,
Luca
Back when I started learning OpenGL, I set up this as a test project:
This works in a standalone application context, but had some design choices that made it not really suitable for a plugin. I haven’t looked at the code for a while and I’d probably do a lot different today, but it still might just work for you, since the example project is basically a scope and spectral analyser, so feel free to check it out
There’s also this. Haven’t tested it though.
Thanks guys, I’ll look into those! What I forgot to mention, is that I need to plot more than one variable. Think about you are checking different clocks on a scope.