- mapValueDbY
float mapValueDbY(float dB)
Undocumented in source. Be warned that the author may not have intended to support it.
- mapValueY
float mapValueY(float normalized)
Undocumented in source. Be warned that the author may not have intended to support it.
- onAnimate
void onAnimate(double dt, double time)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDrawPBR
void onDrawPBR(ImageRef!RGBA diffuseMap, ImageRef!L16 depthMap, ImageRef!RGBA materialMap, box2i[] dirtyRects)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDrawRaw
void onDrawRaw(ImageRef!RGBA rawMap, box2i[] dirtyRects)
Undocumented in source. Be warned that the author may not have intended to support it.
- reflow
void reflow()
Undocumented in source. Be warned that the author may not have intended to support it.
- sendFeedbackToUI
void sendFeedbackToUI(float* measuredLevel_dB, int frames, float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
This widgets demonstrates how to: - do a custom widget - use dplug:canvas - use TimedFIFO for UI feedback with sub-buffer latency - render to both the Raw and PBR layer For more custom widget tips, see "Dplug Tutorials 3 - Anatomy of a custom widget".