use of de.mossgrabers.framework.daw.ModelSetup in project DrivenByMoss by git-moss.
the class SLControllerSetup method createModel.
/**
* {@inheritDoc}
*/
@Override
protected void createModel() {
final ModelSetup ms = new ModelSetup();
ms.setHasFullFlatTrackList(true);
ms.setNumSends(6);
this.model = this.factory.createModel(this.configuration, this.colorManager, this.valueChanger, this.scales, ms);
}
Aggregations