From 30e0140ecbf17764a6d4eccb9d63d62c231a4e90 Mon Sep 17 00:00:00 2001 From: Vesa Date: Wed, 15 Oct 2014 20:36:50 +0300 Subject: [PATCH] Adjust Carla for master branch --- 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 81f724473..ff223c62b 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 ); + InstrumentPlayHandle * iph = new InstrumentPlayHandle( this, instrumentTrack ); engine::mixer()->addPlayHandle( iph ); connect(engine::mixer(), SIGNAL(sampleRateChanged()), this, SLOT(sampleRateChanged()));