Revert "Adjust Carla for master branch"

This reverts commit 30e0140ecb.
This commit is contained in:
Vesa
2014-10-18 22:11:47 +03:00
parent 95eaa86a6f
commit 886bf2b16e

View File

@@ -178,7 +178,7 @@ CarlaInstrument::CarlaInstrument(InstrumentTrack* const instrumentTrack, const D
fDescriptor->activate(fHandle);
// we need a play-handle which cares for calling play()
InstrumentPlayHandle * iph = new InstrumentPlayHandle( this, instrumentTrack );
InstrumentPlayHandle * iph = new InstrumentPlayHandle( this );
engine::mixer()->addPlayHandle( iph );
connect(engine::mixer(), SIGNAL(sampleRateChanged()), this, SLOT(sampleRateChanged()));