jit.pwindow: doesn't understand "float"
Hi,
Please see attached photo and patch.
I've created a subpatch connected to jit.pwindow.
My aim is for the pwindow to appear in the correct location as well as the right dimensions, when loading different movies into the patch that feed into those pwindows...
I get a error - jit.pwindow: doesn't understand "float"
Thanks!
Max Patch
Copy patch and select New From Clipboard in Max.

that looks very simple :
it does not want floats, don't send floats to it.
if you can't force whatever you use to generate ints
instead of floats, then use expr to convert to int.
or vexpr in case of lists.
what to use would depend on rounding that you prefer.
see expr help file to pick
int, round, floor ...
