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

a widget that display a line #4

Open
noisecode3 opened this issue Mar 23, 2021 · 4 comments
Open

a widget that display a line #4

noisecode3 opened this issue Mar 23, 2021 · 4 comments

Comments

@noisecode3
Copy link

A widget that display a line in both time or frequency domain would be nice to have as a standard in DPF.
It would need have a parameter as input from the plugin side and a background as minimum. It could both be continues and still(defined range), if its still in time/frequency domain it could be used to take input from parameters like sliders and knobs to create something like oscillators or a distortion curve. Background can also be transparent without the need of image data.
I don't know how it should be done but the traffic from plugin side to the GUI cant be to much if it get a signal parameter.

@falkTX
Copy link
Contributor

falkTX commented May 20, 2021

I am not okay with having this in standard dpf repo, but makes sense to have it somewhere reachable and public.
So I will take this as a request for community-driven DPF-Widgets repository.
I will setup that one after the big dpf pugl rework is complete.

@falkTX falkTX transferred this issue from DISTRHO/DPF May 26, 2021
@falkTX
Copy link
Contributor

falkTX commented May 26, 2021

moved this ticket into a new repo

@noisecode3
Copy link
Author

Hi, can we add ImPlot?
I'll try adding it myself, first. It looks like I just have to add it to DearImGui.cpp and DearImGui.hpp ?

@falkTX
Copy link
Contributor

falkTX commented Jan 13, 2023

ImPlot already works as-is, no need to import every single imgui lib.
the knobs are a bit of an exception since it is quite small and integrates well.

See https://github.com/trummerschlunk/master_me/blob/master/plugin/widgets/Histogram.hpp for something that integrates/uses ImPlot.

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