<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello Nicolas,<br>
    <br>
    Le 30/08/2013 10:48, Nicolas Montgermont a &eacute;crit :<br>
    <span style="white-space: pre;">&gt; Hello jack,<br>
      &gt;<br>
      &gt; yes it can be very useful and powerful.<br>
    </span>Yep.<br>
    <span style="white-space: pre;">&gt; On the abstraction you send I
      have differents remarks:<br>
      &gt; - it is not compatible with [pix_chroma_key] and I think this
      is very important. The main usage of that kind of abstractions is
      to have an easy and faster replacement for existing objects.<br>
    </span>Not totally compatible, yes. I think, it is more simpler to
    use a range value as float which determine the distance between the
    target color to remove (and other color in a circle of radius equal
    to that range). There is many way to make a chroma_key... But you
    are right, the aim of this abstractions is to be like pix_ object
    (when it is possible). What other people think about it ?<br>
    <span style="white-space: pre;">&gt; - I see no reasons to have a
      default size to 256x256, or even to have a size as an argument,
      texture size of the first texture will be really easier as
      default, and dimen can be used to change that.<br>
    </span>256x256 is the default size of the texture generate by
    [gemframebuffer].<br>
    If you have a texture1 at 800x800 tx and a second at 400x400 tx and
    need a texture at 200x200 tx as output, it is possible.<br>
    If you start to change the dimen of the texture1 with [pix_resize],
    it is too slow...<br>
    Of course, you can use the message [dimen( on the abstraction to
    change the size of the texture generate.<br>
    <span style="white-space: pre;">&gt; - I think it's good if the
      provided example of the usage is easily transposable, beginners
      tends to copy directly from the help patch. I think here for
      example the main gemhead could be to default and the gemhead
      before the gemframebuffer to 49</span><br>
    I let the user (beginner) to manage it with the 'main' gemhead. It
    is why the gemhead is outside from the abstraction. With that, you
    can chain glsl_ abstractions and choose the render order.<br>
    <span style="white-space: pre;">&gt; - for the help line : "inlet 1
      all messages accepted by gemframebuffer", I think it's good to
      have a subpatch [pd framebuffer_messages] with a listing that can
      be tested. You may then copy it inside the other help patchs.<br>
    </span>Yes, good idea.<br>
    <span style="white-space: pre;">&gt; - maybe the object can print a
      specific error message when it doesn't know the input:<br>
      &gt; glsl_chroma_key : no method for 'toto'<br>
      &gt; instead of:<br>
      &gt; gemframebuffer: no method for 'toto'<br>
    </span>Yes, good idea too. I will add a gem_state in [route].<br>
    ++<br>
    <br>
    Jack<br>
    <br>
    <br>
    <span style="white-space: pre;">&gt;<br>
      &gt; best,<br>
      &gt; n<br>
      &gt;<br>
      &gt;<br>
      &gt; Le 30/08/13 01:51, Antoine Villeret a &eacute;crit :<br>
      &gt;&gt; good job !<br>
      &gt;&gt; could be very useful !<br>
      &gt;&gt; I have some too (to replace pix_movement for example)<br>
      &gt;&gt; what is your working repo ?<br>
      &gt;&gt;<br>
      &gt;&gt; +<br>
      &gt;&gt; a<br>
      &gt;&gt;<br>
      &gt;&gt; --<br>
      &gt;&gt; do it yourself&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
      &gt;&gt; <a class="moz-txt-link-freetext" href="http://antoine.villeret.free.fr">http://antoine.villeret.free.fr</a><br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; 2013/8/28 Jack &lt;<a class="moz-txt-link-abbreviated" href="mailto:jack@rybn.org">jack@rybn.org</a>
      <a class="moz-txt-link-rfc2396E" href="mailto:jack@rybn.org">&lt;mailto:jack@rybn.org&gt;</a>&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;</span><br>
    <blockquote type="cite">Le 26/07/2013 14:03, IOhannes m zm&ouml;lnig a
      &eacute;crit :<br>
      &gt; On 07/26/13 11:44, Jack wrote:<br>
      &gt;&gt; Hello,<br>
      <br>
      &gt;&gt; I would like to create GLSL abstractions in the help
      directory, which<br>
      &gt;&gt; would replace pix_ objects when possible. The name would
      start with<br>
      &gt;&gt; glsl_ instead of pix_.<br>
      <br>
      &gt; sound good.<br>
      <br>
      &gt;&gt; Is there any objection against this ?<br>
      <br>
      &gt; no.<br>
      <br>
      &gt;&gt; If not, i would like to have acces to the git repository
      with write<br>
      &gt;&gt; access. Is that possible ?<br>
      <br>
      &gt; wouldn't it be easier if you just forked the repository, and
      made a<br>
      &gt; pull-request via github?<br>
      &gt; i really love the decentralized aspect of git.<br>
      <br>
      <br>
      &gt; mgfd.gasda<br>
      &gt; IOhannes<br>
      <br>
      <br>
      <br>
      <br>
      &gt; _______________________________________________<br>
      &gt; GEM-dev mailing list<br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a> <a class="moz-txt-link-rfc2396E" href="mailto:GEM-dev@iem.at">&lt;mailto:GEM-dev@iem.at&gt;</a><br>
      &gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</a><br>
      <br>
      <br>
      I started to make seven abstractions glsl_*.<br>
      I would like to be sure, with the example attached, if i am on the
      right path.<br>
      Comments are welcome.<br>
      ++<br>
      <br>
      Jack<br>
      <br>
      <br>
    </blockquote>
    <span style="white-space: pre;">&gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>
      &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; GEM-dev mailing list<br>
      &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a> <a class="moz-txt-link-rfc2396E" href="mailto:GEM-dev@iem.at">&lt;mailto:GEM-dev@iem.at&gt;</a><br>
      &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</a><br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt;<br>
      &gt;&gt; _______________________________________________<br>
      &gt;&gt; GEM-dev mailing list<br>
      &gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
      &gt;&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</a><br>
      &gt;<br>
      &gt; -- <br>
      &gt; <a class="moz-txt-link-freetext" href="http://www.nimon.org">http://www.nimon.org</a><br>
      &gt;<br>
      &gt;<br>
      &gt; _______________________________________________<br>
      &gt; GEM-dev mailing list<br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:GEM-dev@iem.at">GEM-dev@iem.at</a><br>
      &gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/gem-dev">http://lists.puredata.info/listinfo/gem-dev</a></span><br>
    <br>
    <br>
  </body>
</html>