Re: [PD] gem: can't load library

2008-01-07 Thread IOhannes m zmoelnig
Agent Engram wrote: i figured out how to build pd, i needed the tcl-devel stuff. i was hoping that Gem built with it but alas that would be too easy. see roman's answer for why this is so... when I run: pd -lib gem i get... gem: can't load library first thing is: it called Gem and not

Re: [PD] gem: can't load library

2008-01-07 Thread IOhannes m zmoelnig
Agent Engram wrote: i am on fedora thanks for this piece of information. afaik, there are even gem packages in the CCRMA-repositories. here is what about said about build-essential: Definition: *build-essential*: Informational list of build-essential packages If you do not plan to build

Re: [PD] mrpeach tcpclient float to string decoder, mayby str ?

2008-01-07 Thread Bryan Jurish
moin moin, On 2008-01-06 22:02:47, Damien Henry - Voxler [EMAIL PROTECTED] appears to have written: Of course tcpclient returns lists of floats as it is designed for this, but i need to convert thoses lists of floats to list of symbols. If you're using vanilla pd, you could also use

[PD] tabread4~ and using it varispeed with long soundfiles

2008-01-07 Thread David McCarthy
hello Im trying to re-create something like traktor dj program on pd using tabread4~ Coming up against that problem when you use big soundfiles (a kind of bit depth distortion) Wondering has anyone found a solution for this? much obliged, David. ___

Re: [PD] tabread4~ and using it varispeed with long soundfiles

2008-01-07 Thread IOhannes m zmoelnig
David McCarthy wrote: hello Im trying to re-create something like traktor dj program on pd using tabread4~ Coming up against that problem when you use big soundfiles (a kind of bit depth distortion) Wondering has anyone found a solution for this? [tabread4~~] (currently part of zexy,

Re: [PD] tabread4~ and using it varispeed with long soundfiles

2008-01-07 Thread hard off
i posted a workaround the other day. using vline~ and a fast metro. attached again to this mail metro-phasor~.pd Description: Binary data ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem: can't load library

2008-01-07 Thread Patrice Colet
Agent Engram a écrit : i am on fedora I could never build Gem on Fedora, anyone have done it? ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] gem: can't load library

2008-01-07 Thread Patrice Colet
IOhannes m zmoelnig a écrit : Agent Engram wrote: i figured out how to build pd, i needed the tcl-devel stuff. I think it's a bug in the configure file of PureData, it shouldn't say 'yes' for tcl-tk when headers are missing. ___ PD-list@iem.at

[PD] text based pd patching

2008-01-07 Thread alex
Hi pders Here's a way of PD patching in plaintext: ** | ..\ .-x. | osc~ 5 | * | osc~ 500 | `-x--' | `-x'|| | .-x--. | | | *~ 300 | | |

Re: [PD] text based pd patching

2008-01-07 Thread Claude Heiland-Allen
Hi all, alex wrote: Hi pders http://doc.gold.ac.uk/~ma503am/alex/textual-patching/ alex Vaguely unrelated: converting Pd patches to a format that GraphViz can understand: http://claudiusmaximus.goto10.org/index.php?page=gallery/digital/coding/pd2dot svn co

Re: [PD] text based pd patching

2008-01-07 Thread Martin Peach
You could cross wires with + : | | | | | *-+---* | | | | .--x---x-. | metro 1 | `--x--' | Martin alex wrote: Here's a way of PD patching in plaintext: ** | ..\ .-x. | osc~ 5 |

Re: [PD] text based pd patching

2008-01-07 Thread Frank Barknecht
Hallo, alex hat gesagt: // alex wrote: Here's a way of PD patching in plaintext: ** | ..\ .-x. | osc~ 5 | * | osc~ 500 | `-x--' | `-x'|| | .-x--. | |

Re: [PD] Installing GridFlow on MacOSX

2008-01-07 Thread Mathieu Bouchard
On Wed, 26 Dec 2007, [EMAIL PROTECTED] wrote: Then i put gridflow folder with gridflow.pd_darwin in '/Contents/Resources/Extra' and gridflow_bundle in '/sw/libruby/1.8/powerpc-darwin'. ERROR: Cannot load GridFlow-for-Ruby (gridflow.so) The latter should be named gridflow.bundle and should

Re: [PD] Installing GridFlow on MacOSX

2008-01-07 Thread Mathieu Bouchard
On Wed, 26 Dec 2007, [EMAIL PROTECTED] wrote: Oops, i remove 'gridflow_bundle' from the gridflow folder and it was an error, now ALL WORKS FINE Yeah ! I can load GF in PD. But i got [#out window] : couldn't create. Any idea ? ++ If you configure without [#out quartz] support, then [#out

Re: [PD] Installing GridFlow on MacOSX

2008-01-07 Thread Mathieu Bouchard
On Wed, 26 Dec 2007, [EMAIL PROTECTED] wrote: it seems that i must replace [#out window] by [#out quartz] with macosx. At startup, GridFlow automatically detects which driver [#out window] is supposed to be an alias for. You need to compile at least one of the two ([#out quartz] or [#out

Re: [PD] text based pd patching

2008-01-07 Thread alex
On Mon, 2008-01-07 at 19:35 +0100, Frank Barknecht wrote: [bang( x |[r stop] |x || xx [until] x | x [; stop bang( Yep that would be quick to adapt to. To save me doing more reverse engineering are there some docs for the (tcl?) .pd file? cheers alex

[PD] PD Server

2008-01-07 Thread Ricardo Brazileiro
Hi people.. I have one question... how i can make a PD Server using Linux? I would like start projects for interactive installations and start others ideas using PD. grettings -- Ricardo Brazileiro Linux User: #452427 http://rbrazileiro.wordpress.com http://estudiolivre.org

Re: [PD] PD Server

2008-01-07 Thread Hans-Christoph Steiner
Definitely. It's not the most secure program, so keep that in mind. Don't run Pd on a server that needs to be secure, like your mail server. Here are some key things that you will probably want to know about: -nogui command line option [tcpserver] and [netserver] objects. .hc On

Re: [PD] text based pd patching

2008-01-07 Thread Mike McGonagle
https://puredata.info/Members/pierpower/Favorites/fileformat/ Might this be what you are looking for? Mike On Jan 7, 2008 3:24 PM, alex [EMAIL PROTECTED] wrote: On Mon, 2008-01-07 at 19:35 +0100, Frank Barknecht wrote: [bang( x |[r stop] |x || xx [until]

[PD] pdp_yqt

2008-01-07 Thread Luiz Naveda
Dear list, Problems with pdp_yqt - dozens of codecs tested (suggestions found here), all get: pdp_yqt: unsupported video codec Problems with pdp_qt also System: MACBOOK PRO 2.4, MAC OSX 10.5 running Pd version 0.40.3-extended-20071231 Any suggestion? Best Luiz -- Luiz Naveda

Re: [PD] gridflow #record

2008-01-07 Thread Roman Haefeli
hi olsen i am not sure, if this helps you, but this is how i create movies using gridflow: 1) 'open movie.mov' - [#out] 2) 'framerate 25' - [#out] 3) 'codec jpeg' - [#out] 4) send some grids to [#out] 5) 'close' - [#out] note: the 'close' message is mandatory, since otherwise the resulting

Re: [PD] gem: can't load library

2008-01-07 Thread Agent Engram
well I thought I did have one, its called gcc. http://directory.fsf.org/project/gpp/ g++ is the traditional nickname of GNU C++, a freely redistributable C++ compiler. It is part of gcc, the GNU compiler suite, and is currently part of that distribution. [EMAIL PROTECTED] rpm -q gcc