use of de.mossgrabers.controller.ni.kontrol.mki.view.ControlView in project DrivenByMoss by git-moss.
the class Kontrol1ControllerSetup method createViews.
/**
* {@inheritDoc}
*/
@Override
protected void createViews() {
final Kontrol1ControlSurface surface = this.getSurface();
final ViewManager viewManager = surface.getViewManager();
viewManager.register(Views.CONTROL, new ControlView(surface, this.model));
}
Aggregations