Merge commit 'f7741f184f83e6b9e2f081d39efffb2c499962f6' into ed_refac
This commit is contained in:
@@ -205,8 +205,11 @@ Controller * Controller::create( ControllerTypes _ct, Model * _parent )
|
||||
if( dummy )
|
||||
c = dummy;
|
||||
else
|
||||
{
|
||||
c = new Controller( DummyController, NULL,
|
||||
QString() );
|
||||
dummy = c;
|
||||
}
|
||||
break;
|
||||
|
||||
case Controller::LfoController:
|
||||
|
||||
Reference in New Issue
Block a user