Some attention on peak controller

This commit is contained in:
Vesa
2014-10-31 17:46:11 +02:00
parent 8a596b0898
commit f207613d5f
3 changed files with 30 additions and 14 deletions

View File

@@ -61,7 +61,8 @@ public:
public slots:
virtual ControllerDialog * createDialog( QWidget * _parent );
void handleDestroyedEffect( );
void handleDestroyedEffect( );
void updateCoeffs();
protected:
// The internal per-controller get-value function
@@ -77,6 +78,10 @@ private:
static int m_getCount;
static int m_loadCount;
static bool m_buggedFile;
float m_attackCoeff;
float m_decayCoeff;
bool m_coeffNeedsUpdate;
} ;