Can't receive the mouse coordinate in jit.window

qc2dworld's icon

Hi,
I'm trying to read the mouse coordinate from the second output of the jit.window but it doesn't work. My patch was was working fine with the version 6.0 but since the new version 6.1 it stop working. I've joint the patch that I'm using. If anybody have a idea, I'm kind of desesperate with that small problem.
thanks

mousetest2.maxpat
Max Patch
Tobias Rosenberger's icon

Don't know why is that, but it doesn't work with name attribute ("jit.window @name double_ecr @size 2048 612".

But it does work if you write it standard "jit.window double_ecr @size 2048 612"

qc2dworld's icon

Oups my mistake!!! Thanks Tobias.

I have check a little bit more and the problem only seem to occur when I load my texture. If I delete it then the mouse works fine.