GUI: new osc renderer, part 4
we have a waveform
This commit is contained in:
parent
e13444230e
commit
3836756115
5 changed files with 35 additions and 22 deletions
|
|
@ -1437,6 +1437,7 @@ class FurnaceGUIRender {
|
|||
virtual void wipe(float alpha);
|
||||
virtual void drawOsc(float* data, size_t len, ImVec2 pos0, ImVec2 pos1, ImVec4 color, ImVec2 canvasSize, float lineWidth);
|
||||
virtual void present();
|
||||
virtual bool supportsDrawOsc();
|
||||
virtual bool getOutputSize(int& w, int& h);
|
||||
virtual int getWindowFlags();
|
||||
virtual void preInit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue