Roli Blocks package - lightpad m issues
I am currently trying to develop some m4l devices for the lightpad m. The Blocks package in general is very user friendly and useful. However I'm having some issues with the pad response.
It seems coded into the objects that when you release your finger from the pad the values coming from x and y are snapped to the nearest value corresponding to the LED placement. So with the finger down there is fine control of output values as expected but as soon as you let go all that control is wasted. So a multitouch area of maximum size has only 15 values possible in each dimension.
I have found a way around this by noting down all the snap values at each size then using a sel object essentially blocking those values. It is a silly workaround for something that shouldnt be an issue in the first place. Please change this.