<div dir="ltr">Sorry, meant Pd-extended...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 3, 2013 at 5:51 PM, Cyrille Henry <span dir="ltr">&lt;<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Le 03/04/2013 16:30, Alexandros Drymonitis a écrit :<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It&#39;s a bit strange but Pd can&#39;t create [GEMglVertex] or [gemvertexbuffer]. In the browser I found [gemframebuffer] but not the vertex one. [GEMglBegin] and [GEMglEnd] are being created, no prob.<br>
I&#39;m using the latest Pd...<br>
</blockquote></div>
lattest pd will not help. you need Gem for all of this.<br>
since GEMglBegin works, you certainly have one version of Gem.<br>
since gemvertexbuffer did not create, your version of Gem too old. according to gem website, the last release is 93.3, from 11/11/2011. that&#39;s the explanation.<br>
<br>
cheers<br>
c<br>
<br>
<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
<br>
On Wed, Apr 3, 2013 at 12:59 PM, Cyrille Henry &lt;<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a> &lt;mailto:<a href="mailto:ch@chnry.net" target="_blank">ch@chnry.net</a>&gt;&gt; wrote:<br>
<br>
    hello,<br>
<br>
    you have lot&#39;s of solution to draw a sinus curve in Gem.<br>
<br>
    the easiest would be to use scopeXYZ, but you&#39;ll have to do the sin in audio signal.<br>
<br>
    the most efficient is to use gemvertexbuffer to draw a line between points specified in table.<br>
<br>
    the fastest to code is to use repeat/separator/curve 2 in order to draw many lines<br>
<br>
    you can also do like in openGL : using GEMglBegin, GEMglVextex (many of them thanks to an iterative loop), and GEMglEnd<br>
<br>
    you can also do that in shader, but that would be to much complexity for this.<br>
<br>
    and you can certainly find other way to do that, but i think i cover the most used.<br>
    cheers<br>
    c<br>
<br>
<br>
    Le 02/04/2013 23:18, Alexandros Drymonitis a écrit :<br>
<br></div>
        I want to build this visual <a href="http://processing.org/__learning/trig/" target="_blank">http://processing.org/__<u></u>learning/trig/</a> &lt;<a href="http://processing.org/learning/trig/" target="_blank">http://processing.org/<u></u>learning/trig/</a>&gt; in Pd, but I want the sine curve to be drawn dynamically with every circle spin. It seems quite hard though.<div class="im">
<br>
<br>
        I don&#39;t know which object would be best. I tried either [curve] but the parameters are way too many and I&#39;m not sure if precision is really possible. Then I tried [square 0.008] in combination with [repeat] but also doesn&#39;t work.<br>

        Anyone knows how to do this?<br>
<br>
<br></div>
        ______________________________<u></u>___________________<br>
        <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> &lt;mailto:<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a>&gt; mailing list<br>
        UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/__listinfo/pd-list" target="_blank">http://lists.puredata.info/__<u></u>listinfo/pd-list</a> &lt;<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a>&gt;<br>

<br>
<br>
    ______________________________<u></u>___________________<br>
    <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> &lt;mailto:<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a>&gt; mailing list<br>
    UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/__listinfo/pd-list" target="_blank">http://lists.puredata.info/__<u></u>listinfo/pd-list</a> &lt;<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a>&gt;<br>

<br>
<br>
</blockquote>
</blockquote></div><br></div>