|
|
|
@@ -45,19 +45,6 @@ public: |
|
|
|
DistrhoUI3BandSplitter(); |
|
|
|
|
|
|
|
protected: |
|
|
|
// ------------------------------------------------------------------- |
|
|
|
// Information |
|
|
|
|
|
|
|
uint d_getWidth() const noexcept override |
|
|
|
{ |
|
|
|
return DistrhoArtwork3BandSplitter::backgroundWidth; |
|
|
|
} |
|
|
|
|
|
|
|
uint d_getHeight() const noexcept override |
|
|
|
{ |
|
|
|
return DistrhoArtwork3BandSplitter::backgroundHeight; |
|
|
|
} |
|
|
|
|
|
|
|
// ------------------------------------------------------------------- |
|
|
|
// DSP Callbacks |
|
|
|
|
|
|
|
|