Hi

I'm using a few computers to play some synced videos, but i can't get satisfying results using pix_movie.
The computers are ibooks G4, maybe they're too weak ? The movies are 720x576, .mov, photo jpeg codec.
Which codecs are the best, or "lightest" to use in pure data ? I don't need to manipulate the movies, just play some different ones at different moments, that's all.


2010/1/27 <pd-list-request@iem.at>
Send Pd-list mailing list submissions to
       pd-list@iem.at

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.puredata.info/listinfo/pd-list
or, via email, send a message with subject or body 'help' to
       pd-list-request@iem.at

You can reach the person managing the list at
       pd-list-owner@iem.at

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-list digest..."


Today's Topics:

  1. Re: Latest gem troubles - pix_multiimage and pix_imageInPlace
     crashing (IOhannes m zmoelnig)
  2. Re: puredata default background color (Jo?o Pais)
  3. Re: tabosc4~ and table byte reallocation (mami music)
  4.  GOP and [grid] and [gcanvas] (mami music)
  5. Chi square calculator (Cosmin S)
  6. object that receives "print to console" messages
     (Ingo Scherzinger)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Jan 2010 12:37:45 +0100
From: IOhannes m zmoelnig <zmoelnig@iem.at>
Subject: Re: [PD] Latest gem troubles - pix_multiimage and
       pix_imageInPlace crashing
To: James Dunn <james@4thharmonic.com>
Cc: pd-list <pd-list@iem.at>
Message-ID: <4B602589.4010205@iem.at>
Content-Type: text/plain; charset="iso-8859-15"

James Dunn wrote:
>>
>
> I was using one of the latest build's of pd-extended and have now
> updated it to 0-42.5-extended-20100126 which has Gem 0.92.2. I also
> tried Pd-0.41.4-extended-ubuntu-hardy-i386.deb from puredata.info but
> the problem was the same in all these versions. When I looked closer at
> the backtrace I assumed that maybe I had some library missing so I
> installed imagemagick via synaptic - although perhaps it just upgraded
> the version, or as you say forced the the ati-driver to use libstdc++.
> However, this seems to have fixed things, and I can now load images in
> pix_multiimage and pix_imageInPlace.
>

really weird (i guess it really was about updating magick++ using the
same libstdc++ as Gem or the like)

anyhow, cool it works now.

fgm,asdr
IOhannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b8a67052/attachment-0001.bin>

------------------------------

Message: 2
Date: Wed, 27 Jan 2010 14:43:13 +0100
From: Jo?o Pais <jmmmpais@googlemail.com>
Subject: Re: [PD] puredata default background color
To: "Hans-Christoph Steiner" <hans@at.or.at>, "Vilson Vieira"
       <vilson@void.cc>
Cc: Pd-list@iem.at
Message-ID: <op.u661qayuvpc3oo@jmmmp-desktop.fritz.box>
Content-Type: text/plain; charset=iso-8859-15; format=flowed;
       delsp=yes

what about the commands/object you put in some versions ago, will these
still be available, or just replaced?

Jo?o

>
> In Pd-extended, look at the top of the bin/pd.tk file for some
> variables that define the colors.
>
> In pd-gui-rewrite/0.43, look in pd-gui.tcl for 'option add' and use
> those kind of commands to set properties for the class "PatchWindow".
>
> .hc
>
> On Jan 26, 2010, at 10:55 AM, Vilson Vieira wrote:
>
>> hi guys,
>>
>> how can I change the patches' default foreground/background color/
>> font?
>>
>> thanks.
>>
>> --
>> Vilson Vieira
>>
>> vilson@void.cc
>>
>> personal ~ http://automata.cc
>>
>> collective ~ http://musa.cc
>> _______________________________________________
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
>
> ----------------------------------------------------------------------------
>
> There is no way to peace, peace is the way.       -A.J. Muste
>
>


--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jmmmp@gmx.net | skype: jmmmpjmmmp



------------------------------

Message: 3
Date: Wed, 27 Jan 2010 09:32:55 -0500
From: mami music <mami.music@gmail.com>
Subject: Re: [PD] tabosc4~ and table byte reallocation
To: pd-list@iem.at
Message-ID:
       <f4a076181001270632s444f9afn781aee329b3aff46@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thanks frank
Have seen that approach all the way through PD examples.

But still, i am trying to find more windowing option besides a raised [cos~]
window. Iguess there are specific windows fos specific cases... maby some
reading references about it.
Thanks a lot

Daniel

2010/1/27 Frank Barknecht <fbar@footils.org>

> Hallo,
> mami music hat gesagt: // mami music wrote:
>
> > When the signal inside the array cant loop at the block~ frequency is
> there
> > a windowing method any would recomend to try to smooth things out
> (obviously
> > there would be distortion).
> > Maby having two [tabosc4~] one with phase shift of 180 degrees in
> relation
> > with the other with some sort of windowing... but i guess that would be
> > equivalent as making the blocksize bigger....
>
> The usual approach here is to split the [tabosc4~] into its phase and
> table-lookup parts by using [phasor~]--->[tabread4~] instead. Then make a
> phasor~ signal half out of phase using [+~ 0.5] and [wrap~] to drive a
> second
> [tabread4~]. Window both signals with e.g. a raised [cos~] window and
> you're
> set.
>
> It's the approach taken in many of the sampler-examples in the 3.audio.doc
> sections and described in detail in Miller's book, which you can read
> online.
> (I consider it required reading.) You don't need to bother with [block~] at
> all
> here.
>
> Ciao
> --
> Frank
>
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/26ffbd12/attachment-0001.htm>

------------------------------

Message: 4
Date: Wed, 27 Jan 2010 10:24:40 -0500
From: mami music <mami.music@gmail.com>
Subject: [PD]  GOP and [grid] and [gcanvas]
To: pd-list@iem.at
Message-ID:
       <f4a076181001270724u677b27c3ycb5e1fac48c70aeb@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi
Just wanted to reporte a very strange behaviour. Strange because it does not
hapen all the time i do exactly the same thing:

im running Pd version 0.41.4-extended on win7
if i use a [grid] inside a GOP object it makes PD crash when its closing.
But not all the time,just like 50% of the times.

I?ve spent 30 minutes opening and closing the same patch (attached) over and
over again. and sometimes it crashes and sometimes it doesnt...

Also, i tried replacing [grid] with [gcanvas] but strangely [gcanvas] doesn
come through the GOP window.

Is there any explanation for this things happening?

Thanks

Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aaa.pd
Type: application/octet-stream
Size: 200 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/d6485a33/attachment-0001.obj>

------------------------------

Message: 5
Date: Wed, 27 Jan 2010 15:41:46 +0000
From: Cosmin S <horiacosmin@hotmail.com>
Subject: [PD] Chi square calculator
To: <pd-list@iem.at>
Message-ID: <SNT117-W10C569D5E870F2FD0B8040A75D0@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"



Hello,

I would like to use a Random Nimber Gemerator (Orion RNG) on puredata, in a mathematical staistic process way.
The RNG outputs from [comport][dev/ttyUSB0< a stream of numbers from 0 to 255.
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.

On this page, one find a a simple cumulative deviation of the RNG data based on a python script:
http://www.mdammer.net/joomla10/content/view/16/31/

The scrips runs well on python, but it takes a lot of CPU.
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.

How to reproduce that on puredata?

Best,

Cosmin



_________________________________________________________________
D?couvrez Windows 7 en 7 secondes?!
http://clk.atdmt.com/FRM/go/181574577/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/b9e5e427/attachment-0001.htm>

------------------------------

Message: 6
Date: Wed, 27 Jan 2010 16:42:10 +0100
From: "Ingo Scherzinger" <ingo@miamiwave.com>
Subject: [PD] object that receives "print to console" messages
To: <pd-list@iem.at>
Message-ID: <F088EADA6F9741D49727F9C2DB083722@meincomputer>
Content-Type: text/plain; charset="us-ascii"

Hi,



does anybody know if I can receive the stdout that prints to the pd console?



I am trying to get the ID number of an hid gamecontroller / joystick
automatically at startup. I tried sending "dmesg | grep Joystick" to the
shell object which gives me the "hidraw" ID but not the one that Pd uses.



[print( - [hid] gives me the correct IDs but I don't know how to get these
into pd.



Alternatively I could use the "hidraw" ID if I would know how to open the
[hid] device with that ID.



Any help appreciated!

Ingo







-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100127/a8e30a5e/attachment.htm>

------------------------------

_______________________________________________
Pd-list mailing list
Pd-list@iem.at
to manage your subscription (including un-subscription) see
http://lists.puredata.info/listinfo/pd-list


End of Pd-list Digest, Vol 58, Issue 121
****************************************



--
http://www.myspace.com/nicotep
www.bedroomresearch.com/TEP
http://nicotep.free.fr