<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Le 07/10/2011 17:18, Michael Karr a &eacute;crit&nbsp;:
    <blockquote
cite="mid:CAOH2gpaP6f6sqLxeXPw470GcPowFjSzBnd6dBnocuTZweoY1Fg@mail.gmail.com"
      type="cite"><span class="Apple-style-span" style="font-family:
        arial,sans-serif; font-size: 13px; background-color: rgb(255,
        255, 255);">Aha, I see. Now this problem, when I try to use your
        patch with pix_movie it flashes green stroboscopically and
        repeats the entire video frame in all 9 blocks of the GEM
        window; and when I change the grid from 3x3 to 1x5, it does
        crop, but creates space between the individual crops. In
        gems.multi.crop the video loads fine and crops fine with the 1x5
        setting. &nbsp;I have tried to hook up the parameters like you did in
        your example, but the patch is set up quite differently from
        multi.crop. &nbsp;How would I go about separating the cropping values
        in multi.crop from each other so that I can control them
        dynamically?
        <div>
          <br>
        </div>
        <div>Thanks,</div>
        <div>Michael</div>
      </span>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    Use [pix_film] + [pix_texture] instead of [pix_movie].<br>
    Before to go more far i advise you to open each examples in Gem help
    to understand how Gem works.<br>
    To understand what are the differences between [pix_film] and
    [pix_movie] open Gem help.<br>
    For the problem about [pix_crop], change the values in the long
    message separate by commas arriving in [translateXYZ].<br>
    If you get small black lines between crops, the problem should come
    from the texture (send repeat 0 or repeat 1 to [pix_texture]).<br>
    ++<br>
    <br>
    Jack<br>
    <br>
    <br>
  </body>
</html>