Search in sources :

Example 11 with ModelSetup

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);
}
Also used : ModelSetup(de.mossgrabers.framework.daw.ModelSetup)

Aggregations

ModelSetup (de.mossgrabers.framework.daw.ModelSetup)11 ITrackBank (de.mossgrabers.framework.daw.data.bank.ITrackBank)1