dplug ~master (2021-10-07T23:27:43Z)
Home
Dub
Repo
DistortGUI
gui
Undocumented in source.
class
DistortGUI : PBRBackgroundGUI!("basecolor.jpg", "emissive.png", "material.png", "depth.png", "skybox.jpg", `C:\Users\myuser\Products\distort\gfx\`) {
this
(DistortClient client);
~this
();
void
reflow
();
void
sendFeedbackToUI
(float* inputRMS, float* outputRMS, int frames, float sampleRate);
}
Constructors
this
this
(DistortClient client)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
reflow
void
reflow
()
Undocumented in source. Be warned that the author may not have intended to support it.
sendFeedbackToUI
void
sendFeedbackToUI
(float* inputRMS, float* outputRMS, int frames, float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gui
classes
DistortGUI