teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

Absolute knob does not map to user parameter #255

Closed git-moss closed 4 years ago

git-moss commented 4 years ago

(works fine with relative knobs)

AbsoluteHardwareControl hardwareControl hardwareControl.setAdjustValueMatcher (this.port.createAbsoluteCCValueMatcher (channel, control));

If mapped like shown above the mapping in Bitwig e.g. displays CC21 instead of UserControl0.

git-moss commented 4 years ago

User error.