Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

ESSICS/Controlled-KNOBS

Repository files navigation

Controlled-KNOBS

Maven Central javadoc Apache License

A MIDI controlled version of KNOBS.

ControlledKnobEvaluator1 ControlledKnobEvaluator1 ControlledKnobEvaluator2

Controlled-KNOBS can be controlled by a Midi Fighter Twister.

Midi Fighter Twister

Before the Midi Fighter Twister can be used with this library, the Controlled-KNOBS.mfs file must be imported into the device by means of the Midi Fighter Utility application (MacOS X, Windows).

Maven

To add a dependency on THUMBWHEEL using Maven, use the following:

<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.controlled-knobs</artifactId>
    <version>1.0.8</version>
    <scope>compile</scope>
</dependency>