Merge commit 'f7741f184f83e6b9e2f081d39efffb2c499962f6' into ed_refac

This commit is contained in:
Lukas W
2015-01-06 16:11:39 +01:00
7 changed files with 155 additions and 16 deletions

View File

@@ -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: