From 886bf2b16e44788c934cdd760739e15d5445874d Mon Sep 17 00:00:00 2001 From: Vesa Date: Sat, 18 Oct 2014 22:11:47 +0300 Subject: [PATCH] Revert "Adjust Carla for master branch" This reverts commit 30e0140ecbf17764a6d4eccb9d63d62c231a4e90. --- plugins/carlabase/carla.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/carlabase/carla.cpp b/plugins/carlabase/carla.cpp index 1ce878572..f10d64dd3 100644 --- a/plugins/carlabase/carla.cpp +++ b/plugins/carlabase/carla.cpp @@ -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()));