Merge pull request #846 from diizy/stable-1.1

FxMixer: Fix channel delete and other bugs
This commit is contained in:
Tobias Doerffel
2014-06-15 23:31:02 +02:00
3 changed files with 22 additions and 18 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef _FX_MIXER_H
#define _FX_MIXER_H
#ifndef FX_MIXER_H
#define FX_MIXER_H
#include "Model.h"
#include "Mixer.h"
@@ -140,6 +140,7 @@ private:
// make sure we have at least num channels
void allocateChannelsTo(int num);
QMutex m_sendsMutex;
void addChannelLeaf( int _ch, sampleFrame * _buf );