Browse Source

Update DPF

pull/1/head
falkTX 11 years ago
parent
commit
bdb9b6dd3e
7 changed files with 10 additions and 40 deletions
  1. +1
    -1
      dpf
  2. +3
    -0
      plugins/3BandEQ/DistrhoUI3BandEQ.cpp
  3. +0
    -13
      plugins/3BandEQ/DistrhoUI3BandEQ.hpp
  4. +3
    -0
      plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp
  5. +0
    -13
      plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp
  6. +3
    -0
      plugins/PingPongPan/DistrhoUIPingPongPan.cpp
  7. +0
    -13
      plugins/PingPongPan/DistrhoUIPingPongPan.hpp

+ 1
- 1
dpf

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

+ 3
- 0
plugins/3BandEQ/DistrhoUI3BandEQ.cpp View File

@@ -27,6 +27,9 @@ DistrhoUI3BandEQ::DistrhoUI3BandEQ()
: UI(),
fAboutWindow(this)
{
// set UI size
setSize(DistrhoArtwork3BandEQ::backgroundWidth, DistrhoArtwork3BandEQ::backgroundHeight);

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



+ 0
- 13
plugins/3BandEQ/DistrhoUI3BandEQ.hpp View File

@@ -45,19 +45,6 @@ public:
DistrhoUI3BandEQ();

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

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

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

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



+ 3
- 0
plugins/3BandSplitter/DistrhoUI3BandSplitter.cpp View File

@@ -27,6 +27,9 @@ DistrhoUI3BandSplitter::DistrhoUI3BandSplitter()
: UI(),
fAboutWindow(this)
{
// set UI size
setSize(DistrhoArtwork3BandSplitter::backgroundWidth, DistrhoArtwork3BandSplitter::backgroundHeight);

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



+ 0
- 13
plugins/3BandSplitter/DistrhoUI3BandSplitter.hpp View File

@@ -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



+ 3
- 0
plugins/PingPongPan/DistrhoUIPingPongPan.cpp View File

@@ -25,6 +25,9 @@ DistrhoUIPingPongPan::DistrhoUIPingPongPan()
: UI(),
fAboutWindow(this)
{
// set UI size
setSize(DistrhoArtworkPingPongPan::backgroundWidth, DistrhoArtworkPingPongPan::backgroundHeight);

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



+ 0
- 13
plugins/PingPongPan/DistrhoUIPingPongPan.hpp View File

@@ -42,19 +42,6 @@ public:
DistrhoUIPingPongPan();

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

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

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

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



Loading…
Cancel
Save