Skip to content

Commit

Permalink
Merge pull request #94 from ericahrens/api-18
Browse files Browse the repository at this point in the history
Made Workaround for Arp Enum Values in Maschine Mk3
  • Loading branch information
vosc committed Aug 22, 2024
2 parents 8dbf1b5 + 6a7ecf2 commit 691c317
Show file tree
Hide file tree
Showing 15 changed files with 883 additions and 786 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ public double getParamValue() {
return currentParameter.parameter.value().get();
}

// @Override
// public DoubleValue getOrigin()
// {
// return currentParameter.parameter.getOrigin();
// }

public void addDoubleValueObserver(final DoubleConsumer listener) {
doulbeValueCallbacks.add(listener);
}
Expand Down
Loading

0 comments on commit 691c317

Please sign in to comment.