Fixed infinite loop in FxMixer and some resource releases
This commit is contained in:
@@ -201,7 +201,6 @@ private:
|
||||
|
||||
// make sure we have at least num channels
|
||||
void allocateChannelsTo(int num);
|
||||
QMutex m_sendsMutex;
|
||||
|
||||
int m_lastSoloed;
|
||||
|
||||
|
||||
@@ -30,8 +30,6 @@
|
||||
#include <QStackedLayout>
|
||||
#include <QScrollArea>
|
||||
|
||||
#include "FxLine.h"
|
||||
#include "FxMixer.h"
|
||||
#include "ModelView.h"
|
||||
#include "Engine.h"
|
||||
#include "Fader.h"
|
||||
|
||||
Reference in New Issue
Block a user