Browse Source

Update DPF

tags/0.9
falkTX 11 years ago
parent
commit
bd892f8d11
3 changed files with 4 additions and 14 deletions
  1. +1
    -1
      dpf
  2. +3
    -0
      plugins/MVerb/DistrhoUIMVerb.cpp
  3. +0
    -13
      plugins/MVerb/DistrhoUIMVerb.hpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 10c98a170349b8bb4c47b2cb0aa228ef9c0dcb6a
Subproject commit 03ddba518eebedc08710123e3e3a83b18662da15

+ 3
- 0
plugins/MVerb/DistrhoUIMVerb.cpp View File

@@ -30,6 +30,9 @@ using DGL::Color;
DistrhoUIMVerb::DistrhoUIMVerb()
: UI()
{
// set UI size
setSize(DistrhoArtworkMVerb::backgroundWidth, DistrhoArtworkMVerb::backgroundHeight);

// background
fImgBackground = Image(DistrhoArtworkMVerb::backgroundData, DistrhoArtworkMVerb::backgroundWidth, DistrhoArtworkMVerb::backgroundHeight, GL_BGR);



+ 0
- 13
plugins/MVerb/DistrhoUIMVerb.hpp View File

@@ -44,19 +44,6 @@ public:
~DistrhoUIMVerb() override;

protected:
// -------------------------------------------------------------------
// Information

uint d_getWidth() const noexcept override
{
return DistrhoArtworkMVerb::backgroundWidth;
}

uint d_getHeight() const noexcept override
{
return DistrhoArtworkMVerb::backgroundHeight;
}

// -------------------------------------------------------------------
// DSP Callbacks



Loading…
Cancel
Save