Fixed infinite loop in FxMixer and some resource releases

This commit is contained in:
Javier Serrano Polo
2016-06-24 22:54:17 +02:00
parent 01e9ebc9cf
commit 447c787f7e
8 changed files with 55 additions and 36 deletions

View File

@@ -201,7 +201,6 @@ private:
// make sure we have at least num channels
void allocateChannelsTo(int num);
QMutex m_sendsMutex;
int m_lastSoloed;

View File

@@ -30,8 +30,6 @@
#include <QStackedLayout>
#include <QScrollArea>
#include "FxLine.h"
#include "FxMixer.h"
#include "ModelView.h"
#include "Engine.h"
#include "Fader.h"