-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
I am not okay with having this in standard dpf repo, but makes sense to have it somewhere reachable and public. |
moved this ticket into a new repo |
Hi, can we add ImPlot? |
ImPlot already works as-is, no need to import every single imgui lib. See https://github.com/trummerschlunk/master_me/blob/master/plugin/widgets/Histogram.hpp for something that integrates/uses ImPlot. |
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.
The text was updated successfully, but these errors were encountered: