WhiteMagic
WhiteMagic
Implementation of the response curve UI, i.e. the curve aspect as well as the deadzone. The entire curve rendering aspect needs to be redone as QML handles this differently. Functionality...
R14's profile structure no longer assigns actions directly to inputs but rather assigns library items to actions. The library items are the objects that encode the actions to run. Therefore...
Reimplement the macro action for R14. This mainly is UI work as the macro system itself will be reused as it doesn't need any or only minor changes to address...
With the addition of a library that allows generating arbitrary PDF files I will be able to render text in arbitrary locations on an image, which will allow me to...
Currently only physical input axes can be merged via the merge axis option. In certain situations being able to merge vJoy axes of output devices could be useful. As the...
Implement an action that lists all available actions that can be linked or copied into the given action set. This is the main interface to utilize the library system to...
This will collect all action fixes and improvements.
A simple periodic callback function seems to be broken due to some issues with comparison operator for partial functions not existing. A simple example that breaks is the following: ```python...
Adding an overarching system to allow attaching callbacks to all sort of events from Gremlin would be ideal. Events can include: - mode change - profile loading - profile activation...