Users of #Sensors2OSC:
I am thinking about refactoring touch data, and would like to have feedback about it.
Comment on the Codeberg issue or tell me, so that I can get more than my personal opinion about it.
Restructoring of touch events
Currently touch values from the multi touch surface are sent to individual OSC receivers, `/touch1`, `/touch2`, ... This is semantically odd, e.g. when using 2 fingers: - The first finger will send the data to `/touch1` - and the second finger will send data to `/touch2`. - When lifting the...