Merge branch 'stable-1.1'

This commit is contained in:
Vesa
2014-12-22 14:36:54 +02: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: