Hi<br><br>I&#39;m using a few computers to play some synced videos, but i can&#39;t get satisfying results using pix_movie.<br>The computers are ibooks G4, maybe they&#39;re too weak ? The movies are 720x576, .mov, photo jpeg codec.<br>

Which codecs are the best, or &quot;lightest&quot; to use in pure data ? I don&#39;t need to manipulate the movies, just play some different ones at different moments, that&#39;s all.<br><br><br><div class="gmail_quote">
2010/1/27  <span dir="ltr">&lt;<a href="mailto:pd-list-request@iem.at" target="_blank">pd-list-request@iem.at</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Send Pd-list mailing list submissions to<br>
        <a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:pd-list-request@iem.at" target="_blank">pd-list-request@iem.at</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pd-list-owner@iem.at" target="_blank">pd-list-owner@iem.at</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Pd-list digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Latest gem troubles - pix_multiimage and pix_imageInPlace<br>
      crashing (IOhannes m zmoelnig)<br>
   2. Re: puredata default background color (Jo?o Pais)<br>
   3. Re: tabosc4~ and table byte reallocation (mami music)<br>
   4.  GOP and [grid] and [gcanvas] (mami music)<br>
   5. Chi square calculator (Cosmin S)<br>
   6. object that receives &quot;print to console&quot; messages<br>
      (Ingo Scherzinger)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 27 Jan 2010 12:37:45 +0100<br>
From: IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>&gt;<br>
Subject: Re: [PD] Latest gem troubles - pix_multiimage and<br>
        pix_imageInPlace crashing<br>
To: James Dunn &lt;<a href="mailto:james@4thharmonic.com" target="_blank">james@4thharmonic.com</a>&gt;<br>
Cc: pd-list &lt;<a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4B602589.4010205@iem.at" target="_blank">4B602589.4010205@iem.at</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-15&quot;<br>
<br>
James Dunn wrote:<br>
&gt;&gt;<br>
&gt;<br>
&gt; I was using one of the latest build&#39;s of pd-extended and have now<br>
&gt; updated it to 0-42.5-extended-20100126 which has Gem 0.92.2. I also<br>
&gt; tried Pd-0.41.4-extended-ubuntu-hardy-i386.deb from <a href="http://puredata.info" target="_blank">puredata.info</a> but<br>
&gt; the problem was the same in all these versions. When I looked closer at<br>
&gt; the backtrace I assumed that maybe I had some library missing so I<br>
&gt; installed imagemagick via synaptic - although perhaps it just upgraded<br>
&gt; the version, or as you say forced the the ati-driver to use libstdc++.<br>
&gt; However, this seems to have fixed things, and I can now load images in<br>
&gt; pix_multiimage and pix_imageInPlace.<br>
&gt;<br>
<br>
really weird (i guess it really was about updating magick++ using the<br>
same libstdc++ as Gem or the like)<br>
<br>
anyhow, cool it works now.<br>
<br>
fgm,asdr<br>
IOhannes<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: smime.p7s<br>
Type: application/x-pkcs7-signature<br>
Size: 3636 bytes<br>
Desc: S/MIME Cryptographic Signature<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b8a67052/attachment-0001.bin" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b8a67052/attachment-0001.bin</a>&gt;<br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 27 Jan 2010 14:43:13 +0100<br>
From: Jo?o Pais &lt;<a href="mailto:jmmmpais@googlemail.com" target="_blank">jmmmpais@googlemail.com</a>&gt;<br>
Subject: Re: [PD] puredata default background color<br>
To: &quot;Hans-Christoph Steiner&quot; &lt;<a href="mailto:hans@at.or.at" target="_blank">hans@at.or.at</a>&gt;, &quot;Vilson Vieira&quot;<br>
        &lt;vilson@void.cc&gt;<br>
Cc: <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a><br>
Message-ID: &lt;op.u661qayuvpc3oo@jmmmp-desktop.fritz.box&gt;<br>
Content-Type: text/plain; charset=iso-8859-15; format=flowed;<br>
        delsp=yes<br>
<br>
what about the commands/object you put in some versions ago, will these<br>
still be available, or just replaced?<br>
<br>
Jo?o<br>
<br>
&gt;<br>
&gt; In Pd-extended, look at the top of the bin/<a href="http://pd.tk" target="_blank">pd.tk</a> file for some<br>
&gt; variables that define the colors.<br>
&gt;<br>
&gt; In pd-gui-rewrite/0.43, look in pd-gui.tcl for &#39;option add&#39; and use<br>
&gt; those kind of commands to set properties for the class &quot;PatchWindow&quot;.<br>
&gt;<br>
&gt; .hc<br>
&gt;<br>
&gt; On Jan 26, 2010, at 10:55 AM, Vilson Vieira wrote:<br>
&gt;<br>
&gt;&gt; hi guys,<br>
&gt;&gt;<br>
&gt;&gt; how can I change the patches&#39; default foreground/background color/<br>
&gt;&gt; font?<br>
&gt;&gt;<br>
&gt;&gt; thanks.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Vilson Vieira<br>
&gt;&gt;<br>
&gt;&gt; vilson@void.cc<br>
&gt;&gt;<br>
&gt;&gt; personal ~ <a href="http://automata.cc" target="_blank">http://automata.cc</a><br>
&gt;&gt;<br>
&gt;&gt; collective ~ <a href="http://musa.cc" target="_blank">http://musa.cc</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------------<br>
&gt;<br>
&gt; There is no way to peace, peace is the way.       -A.J. Muste<br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Friedenstr. 58<br>
10249 Berlin (Deutschland)<br>
Tel +49 30 42020091 | Mob +49 162 6843570<br>
Studio +49 30 69509190<br>
<a href="mailto:jmmmp@gmx.net" target="_blank">jmmmp@gmx.net</a> | skype: jmmmpjmmmp<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 27 Jan 2010 09:32:55 -0500<br>
From: mami music &lt;<a href="mailto:mami.music@gmail.com" target="_blank">mami.music@gmail.com</a>&gt;<br>
Subject: Re: [PD] tabosc4~ and table byte reallocation<br>
To: <a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a><br>
Message-ID:<br>
        &lt;<a href="mailto:f4a076181001270632s444f9afn781aee329b3aff46@mail.gmail.com" target="_blank">f4a076181001270632s444f9afn781aee329b3aff46@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Thanks frank<br>
Have seen that approach all the way through PD examples.<br>
<br>
But still, i am trying to find more windowing option besides a raised [cos~]<br>
window. Iguess there are specific windows fos specific cases... maby some<br>
reading references about it.<br>
Thanks a lot<br>
<br>
Daniel<br>
<br>
2010/1/27 Frank Barknecht &lt;<a href="mailto:fbar@footils.org" target="_blank">fbar@footils.org</a>&gt;<br>
<br>
&gt; Hallo,<br>
&gt; mami music hat gesagt: // mami music wrote:<br>
&gt;<br>
&gt; &gt; When the signal inside the array cant loop at the block~ frequency is<br>
&gt; there<br>
&gt; &gt; a windowing method any would recomend to try to smooth things out<br>
&gt; (obviously<br>
&gt; &gt; there would be distortion).<br>
&gt; &gt; Maby having two [tabosc4~] one with phase shift of 180 degrees in<br>
&gt; relation<br>
&gt; &gt; with the other with some sort of windowing... but i guess that would be<br>
&gt; &gt; equivalent as making the blocksize bigger....<br>
&gt;<br>
&gt; The usual approach here is to split the [tabosc4~] into its phase and<br>
&gt; table-lookup parts by using [phasor~]---&gt;[tabread4~] instead. Then make a<br>
&gt; phasor~ signal half out of phase using [+~ 0.5] and [wrap~] to drive a<br>
&gt; second<br>
&gt; [tabread4~]. Window both signals with e.g. a raised [cos~] window and<br>
&gt; you&#39;re<br>
&gt; set.<br>
&gt;<br>
&gt; It&#39;s the approach taken in many of the sampler-examples in the 3.audio.doc<br>
&gt; sections and described in detail in Miller&#39;s book, which you can read<br>
&gt; online.<br>
&gt; (I consider it required reading.) You don&#39;t need to bother with [block~] at<br>
&gt; all<br>
&gt; here.<br>
&gt;<br>
&gt; Ciao<br>
&gt; --<br>
&gt; Frank<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/26ffbd12/attachment-0001.htm" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/26ffbd12/attachment-0001.htm</a>&gt;<br>


<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 27 Jan 2010 10:24:40 -0500<br>
From: mami music &lt;<a href="mailto:mami.music@gmail.com" target="_blank">mami.music@gmail.com</a>&gt;<br>
Subject: [PD]  GOP and [grid] and [gcanvas]<br>
To: <a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a><br>
Message-ID:<br>
        &lt;<a href="mailto:f4a076181001270724u677b27c3ycb5e1fac48c70aeb@mail.gmail.com" target="_blank">f4a076181001270724u677b27c3ycb5e1fac48c70aeb@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi<br>
Just wanted to reporte a very strange behaviour. Strange because it does not<br>
hapen all the time i do exactly the same thing:<br>
<br>
im running Pd version 0.41.4-extended on win7<br>
if i use a [grid] inside a GOP object it makes PD crash when its closing.<br>
But not all the time,just like 50% of the times.<br>
<br>
I?ve spent 30 minutes opening and closing the same patch (attached) over and<br>
over again. and sometimes it crashes and sometimes it doesnt...<br>
<br>
Also, i tried replacing [grid] with [gcanvas] but strangely [gcanvas] doesn<br>
come through the GOP window.<br>
<br>
Is there any explanation for this things happening?<br>
<br>
Thanks<br>
<br>
Daniel<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.htm" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.htm</a>&gt;<br>


-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: aaa.pd<br>
Type: application/octet-stream<br>
Size: 200 bytes<br>
Desc: not available<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.obj" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.obj</a>&gt;<br>


<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 27 Jan 2010 15:41:46 +0000<br>
From: Cosmin S &lt;<a href="mailto:horiacosmin@hotmail.com" target="_blank">horiacosmin@hotmail.com</a>&gt;<br>
Subject: [PD] Chi square calculator<br>
To: &lt;<a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;SNT117-W10C569D5E870F2FD0B8040A75D0@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
<br>
Hello,<br>
<br>
I would like to use a Random Nimber Gemerator (Orion RNG) on puredata, in a mathematical staistic process way.<br>
The RNG outputs from [comport][dev/ttyUSB0&lt; a stream of numbers from 0 to 255.<br>
Assuming I can [route] the output stream of numbers to count pairs and unpairs numbers, I would like to use some pd mathematical objects in order to reproduce a kind of Chi square calculator.<br>
<br>
On this page, one find a a simple cumulative deviation of the RNG data based on a python script:<br>
<a href="http://www.mdammer.net/joomla10/content/view/16/31/" target="_blank">http://www.mdammer.net/joomla10/content/view/16/31/</a><br>
<br>
The scrips runs well on python, but it takes a lot of CPU.<br>
So I wonder if that this kind of process would be more light on puredata,constituting  a good base for data graphs, networking and audiovisual process.<br>
<br>
How to reproduce that on puredata?<br>
<br>
Best,<br>
<br>
Cosmin<br>
<br>
<br>
<br>
_________________________________________________________________<br>
D?couvrez Windows 7 en 7 secondes?!<br>
<a href="http://clk.atdmt.com/FRM/go/181574577/direct/01/" target="_blank">http://clk.atdmt.com/FRM/go/181574577/direct/01/</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b9e5e427/attachment-0001.htm" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b9e5e427/attachment-0001.htm</a>&gt;<br>


<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 27 Jan 2010 16:42:10 +0100<br>
From: &quot;Ingo Scherzinger&quot; &lt;<a href="mailto:ingo@miamiwave.com" target="_blank">ingo@miamiwave.com</a>&gt;<br>
Subject: [PD] object that receives &quot;print to console&quot; messages<br>
To: &lt;<a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;F088EADA6F9741D49727F9C2DB083722@meincomputer&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hi,<br>
<br>
<br>
<br>
does anybody know if I can receive the stdout that prints to the pd console?<br>
<br>
<br>
<br>
I am trying to get the ID number of an hid gamecontroller / joystick<br>
automatically at startup. I tried sending &quot;dmesg | grep Joystick&quot; to the<br>
shell object which gives me the &quot;hidraw&quot; ID but not the one that Pd uses.<br>
<br>
<br>
<br>
[print( - [hid] gives me the correct IDs but I don&#39;t know how to get these<br>
into pd.<br>
<br>
<br>
<br>
Alternatively I could use the &quot;hidraw&quot; ID if I would know how to open the<br>
[hid] device with that ID.<br>
<br>
<br>
<br>
Any help appreciated!<br>
<br>
Ingo<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20100127/a8e30a5e/attachment.htm" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20100127/a8e30a5e/attachment.htm</a>&gt;<br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a><br>
to manage your subscription (including un-subscription) see<br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
End of Pd-list Digest, Vol 58, Issue 121<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.myspace.com/nicotep" target="_blank">http://www.myspace.com/nicotep</a><br><a href="http://www.bedroomresearch.com/TEP" target="_blank">www.bedroomresearch.com/TEP</a><br>
<a href="http://nicotep.free.fr" target="_blank">http://nicotep.free.fr</a><br>