A plugin for OTD that add support for the Absolute Touch Wheel present in some Wacom tablets
- OpenTabletDriver 0.5.3.1 to 0.5.3.3
- .NET 5 Desktop Runtime (for OpenTabletDriver 0.5.x)
- .NET 8 Desktop Runtime (for Wheel Addon's interface)
- OpenTabletDriver 0.5.3.3
- OTD.Backport
- OTD.EnhancedOutputMode
- Download the latest release .zip file for your version of OpenTabletDriver from here,
- Open the plugin manager in OpenTabletDriver,
- Drag and drop the downloaded .zip file into the plugin manager,
- Restart OpenTabletDriver,
- Head to the filter tab,
- Click on 'Wheel Addon' in the filter list,
- Enable the filter.
- Download the binary (executable) for your specific OS from here
Windows: Wheel-Addon.UX-win-x64.exe
Linux: Wheel-Addon.UX-linux-x64
MacOS: Wheel-Addon.UX-osx-x64
- Run the binary
If everything went as intended, you should see the state 'Connected' at the bottom right of the interface. From there, you can start tweaking your settings.
In the filter section of OpenTabletDriver, you'll find a new filter called 'Wheel Addon'. This filter is used to configure numerical values of the plugin. You can hover on any properties's boxes if you need any explanations on what each does.
But here is the copy pasted content for each of those properties:
-
Toggle Mode:
- When disabled, the wheel will act in Simple Mode, which mean that a clockwise or counter-clockwise rotation will trigger an action.
- When enabled, the wheel will act in Advanced Mode, where each slices defined by the user will trigger an action when the finger stop touching the wheel.
(Default: Simple Mode (Unchecked))
- Rotation Threshold: /!\ Only in Simple Mode /!\ The threshold before the designated action is performed.
(Default: 20 au)
- Large Rotation Threshold: /!\ Only in Simple Mode /!\ The threshold at which a rotation is considered large, for exemple, when going from the lowest value, to the highest after a full rotation.
(Default: 30 au)
- Debounce During Touch: It happens that sometimes, the touch wheel will stop detecting your finger for a short moment.
This will prevent such issues from happening if set properly.
Its value need to be under
amount
* 15ms < The value ofDebounce After Touch
ing the wheel.
(Default: 3 packets)
- Debounce After Touch: The debounce mechanism forcing the handler to recognize whenever the user stop touching the wheel.
(Default: 120 ms)