[jitter] Re: why no slitscan love?
Jeremy Bernstein
jeremy at bootsquad.com
Wed Sep 19 15:57:26 MDT 2007
- Previous message: [jitter] Re: why no slitscan love?
- Next message: [jitter] Re: why no slitscan love?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
No question about that, but I think that Joshua has discovered a situation where roundoff error from the faster integer math being used in jit.rota is affecting the outcome significantly. I think this is what you're going for, no? #P window setfont "Sans Serif" 9.; #P window linecount 2; #P newex 218 433 351 196617 jit.matrix result 4 char 640 480 @usesrcdim 1 @srcdimstart 0 0 @srcdimend 319 479 @usedstdim 1 @dstdimstart 0 0 @dstdimend 319 479; #P newex 291 354 363 196617 jit.matrix result 4 char 640 480 @usesrcdim 1 @srcdimstart 321 0 @srcdimend 639 479 @usedstdim 1 @dstdimstart 321 0 @dstdimend 639 479; #P window linecount 1; #P newex 218 406 302 196617 jit.rota @anchor_x 319 @anchor_y 240 @offset_x -1 @interp 0; #P toggle 100 85 15 0; #P newex 98 112 51 196617 qmetro 1; #P message 187 205 33 196617 clear; #P newex 291 327 297 196617 jit.rota @anchor_x 321 @anchor_y 240 @offset_x 1 @interp 0; #P window linecount 2; #P newex 162 257 215 196617 jit.matrix result 4 char 640 480 @usedstdim 1 @dstdimstart 319 0 @dstdimend 321 479; #P window linecount 1; #P newex 131 505 129 196617 jit.window @size 640 480; #P newex 164 158 54 196617 jit.change; #P message 189 104 30 196617 open; #P newex 164 136 98 196617 jit.qt.grab 640 480; #P newex 164 180 377 196617 jit.matrix 4 char 1 480 @usesrcdim 1 @srcdimstart 320 0 @srcdimend 320 479; #P connect 10 0 12 0; #P connect 5 0 4 0; #P connect 5 0 10 0; #P connect 5 0 6 0; #P connect 6 0 11 0; #P connect 0 0 5 0; #P connect 7 0 5 0; #P connect 3 0 0 0; #P connect 1 0 3 0; #P connect 8 0 1 0; #P connect 2 0 1 0; #P connect 9 0 8 0; #P window clipboard copycount 13; Quote: Axiom-Crux wrote on Wed, 19 September 2007 23:31 ---------------------------------------------------- > I think you need alot more work to do this, and to rethink the way your doing it. ----------------------------------------------------
- Previous message: [jitter] Re: why no slitscan love?
- Next message: [jitter] Re: why no slitscan love?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
