nest_ icon indicating copy to clipboard operation
nest_ copied to clipboard

grid module: incomplete support for fingers{} and count{}

Open andr-ew opened this issue 5 years ago • 1 comments

unsupported: momentary.fingers (kind of works but buggy) toggle.fingers toggle.count when toggle.edge == 0 trigger.count trigger.fingers[2] acts more like trigger.count[2]

value is the correct implementation of fingers, momentary & toggle is the correct implementation of count

TODO: refactor binary and most of the other handlers to mimic these correct behaviors. this will probably take the form of helper functions or sub-objects rather than supertypes, this way the new behaviors can be shared by controls in other modules (_key). maybe some specialized helper tools would make sense within the core module.

andr-ew avatar Oct 25 '20 23:10 andr-ew

added support for trigger.fingers and toggle.fingers but only in the 1d routines, logic needs to be mirrored in the 2d routines

https://github.com/andr-ew/nest/commit/9f51c6d01785536e24b8e2b0786445743d4c43fe https://github.com/andr-ew/nest/commit/439cacacc13299f2c27db2ad4bcdd2482b8e9418

andr-ew avatar Nov 20 '21 04:11 andr-ew