DISTRHO / DPF-Widgets

Official and Community made reusable GUI widgets for DPF
Other
26 stars 5 forks source link

a widget that display a line #4

Open noisecode3 opened 3 years ago

noisecode3 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

moved this ticket into a new repo

noisecode3 commented 1 year ago

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 commented 1 year ago

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.