[PD] how to create blanck line

2010-09-23 Thread philippe boisnard
Hello I have a stupid question how to create in a textfile blank line between 2 lines with [msgfile] or [textfile] thanks p ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [readanysf~] refuse 96kbps ogg's!?!

2010-09-23 Thread august
> > I think it has something to do with the ogg header. I've passed the > > file on to the gmerlin developer who is usually pretty quick about > > fixing these things.However, you will need to update your > > gavl/gmerlin_avdecoder libs when he does fix it. > > well, we are collecting a lot o

[PD] xruns in coll and msgfile and a question about the threaded external design

2010-09-23 Thread Ivica Ico Bukvic
So, I looked further into msgfile and coll and found out whenever they try to do file i/o on files with moderate number of lines (or greater), e.g. 500+ lines, there is a guaranteed xrun when Pd is running with a small internal audio buffer (FWIW, all this has been observed on an atom computer w

Re: [PD] jMax Phoenix

2010-09-23 Thread Jonathan Wilkes
--- On Thu, 9/23/10, Mathieu Bouchard wrote: > From: Mathieu Bouchard > Subject: Re: [PD] jMax Phoenix > To: "Jonathan Wilkes" > Cc: pd-list@iem.at, gridflow-...@artengine.ca > Date: Thursday, September 23, 2010, 8:22 PM > On Wed, 22 Sep 2010, Mathieu Bouchard > wrote: > > > At this point, [

Re: [PD] pd-extended source

2010-09-23 Thread ailo
My problem compiling the external "pidip" is now solved. After looking at Pd-0.42.5-extended/externals/pidip/INSTALL I realized I hadn't installed: libimlib2-dev I'm pretty sure that was the problem. This library doesn't seem to be mentioned at: http://puredata.info/docs/developer/Debian Als

[PD] Newbie question about global tempo, metro

2010-09-23 Thread jm jones
Hi, Im learning pd, making my first patch. I'm reading Johannes Kreidler book "loadbang", but I want to learn some things right now : ) I make a BPM metro (bpm number / 6 to metro right inlet), but I dont know how to connect that to other sections in the patch. For example, I have an abstrac

[PD] [PD-announce] Real time Network Traffic geolocation patch

2010-09-23 Thread Jordi Sala
Hi, I've made a patch to visualize on a world map the location of remote hosts that connects to our computer. Video demo: http://vimeo.com/15138625 Download the patch (It's a "dirty" patch) but I expect I works for most linux computers... http://musa.poperbu.net/content/view/94/1/ -- Jordi Sala

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread J bz
Hi Benjamin, Thanks for that, I will check it out. Jack, The machine I was testing with today was very souped-up and the [dsp] object never got over 25%. I don't know if this would make a difference but the avi's are slightly longer than the audio, if the audio is driving the sync is it possibl

Re: [PD] jMax Phoenix

2010-09-23 Thread Jonathan Wilkes
--- On Thu, 9/23/10, IOhannes m zmoelnig wrote: > From: IOhannes m zmoelnig > Subject: Re: [PD] jMax Phoenix > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Thursday, September 23, 2010, 12:10 PM > On 2010-09-23 11:10, Jonathan Wilkes > wrote: > > > > > > I use keyboard shortcuts but t

Re: [PD] svn co ...documentation

2010-09-23 Thread Hans-Christoph Steiner
Awesome, thanks. I wouldn't have known where to put the info in a way that's most useful. .hc -- Hans-Christoph Steiner h...@at.or.at On Thu, 23 Sep 2010 18:33 +0200, "august" wrote: > > Done. > > > > How about I write it in an email, and you try it. If it works for > > you, add it

[PD] (GEM) mjpeg decoding performance question

2010-09-23 Thread Matteo Sisti Sette
Hi, I'm trying to find the codec with best performance to use with gem in Ubuntu. Up to now the best I've found is MJPEG, but the funny thing is that if I code the file myself with MJPEG using Avidemux, I get much better performance than with a file also coded with MJPEG that I was given.

[PD] Pd-extended 0.42.5 re-release

2010-09-23 Thread Hans-Christoph Steiner
There were a couple of omissions in the packages, so I have repackaged everything and posted it up on the downloads page. * If you are on Mac OS X or Windows, you should use the build from 2010-09-22 _not_ 2010-09-16. * If you are on Debian or Ubuntu, you should use 0.42.5-2 not 0.42.5-1. The

Re: [PD] jMax Phoenix

2010-09-23 Thread Bernardo Barros
the java gui for supercollider (swingosc) is not very efficient performance-wise. It makes the cpu go from 8 to 25%... The new Qt (gui toolkit with c++ code) is incredibly more efficient and much more pleasant to the eyes, at least on gnu/linux. I also can't understand a very good reason to start

Re: [PD] jMax Phoenix

2010-09-23 Thread ydego...@gmail.com
ola, i did try to install jmax sometimes ago... but i never used it, the reason being java is totally unfit for real-time apps and fast response have the same problem now with webcamstudio.. but suerte!, sevy Maurizio De Cecco wrote: Hallo, my name is Maurizio De Cecco, and i am the main

Re: [PD] jMax Phoenix

2010-09-23 Thread Mathieu Bouchard
On Wed, 22 Sep 2010, Mathieu Bouchard wrote: At this point, [#expr 1000-100-10-1] = 909, and I'm trying to make it so that it's 889. It's because (1000-(100-(10-(1 = 909 and 1000)-100)-10)-1) = 889. ok, it's fixed, [#expr 1000-100-10-1] I have a parser for + - * / & | ^ with correct

Re: [PD] jMax Phoenix

2010-09-23 Thread Bernardo Barros
I don't know the multiple syntaxes SuperCollider supports is a bad or good thing (comparing to Python where there is only one syntax for everything): if (0.5.coin) {"Hey".postln} {"Ho!"}; OR if (0.5.coin, {"Hey".postln}, {"Ho!"}); But since SC is object-oriented and "if" is a method of "boolean",

Re: [PD] jMax Phoenix

2010-09-23 Thread Mathieu Bouchard
On Thu, 23 Sep 2010, IOhannes m zmoelnig wrote: yes, but i believe this is because you are very used to C-like languages, so you assume that expr's if looks like: "if , , ". you have been trained on that, probably since high school (and eventually used it before) [*]. if you had been fed on pe

Re: [PD] jMax Phoenix

2010-09-23 Thread Mathieu Bouchard
On Thu, 23 Sep 2010, Maurizio De Cecco wrote: Well, i am not the right guy for that; i am the only guy in town that: 1) Know deeply the jMax code. Every programmer is the only programmer who knows a certain piece of code. It does not make it automatically something that is worth maintaining (

Re: [PD] how to create a sound like this?

2010-09-23 Thread Andy Farnell
There are neat tricks one can do with wavetables to get dynamic spectra with a good compromise of memory and CPU burden. In Boulanger's Csound book Andrew Horner and Lydia Ayers have a chapter called "Contiguous group wavetable synthesis of the French horn". Here, contiguous means that different

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread benjamin 01xy
hello, for audio, sfread2~ in moonlib worked well for me to scratch audio/video synchro, I think it is cross plateform https://wiki.puredata.info/en/sfread2~ ++Benjamin J bz a écrit : Avi's are 10fps mjpeg recoded in avidemux. Audio 44.1 wav in audacity All files play fine on the windows co

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread J bz
Avi's are 10fps mjpeg recoded in avidemux. Audio 44.1 wav in audacity All files play fine on the windows computer on their own. I do get audio and one video, which works great. They also play fine in my earlier patch when I was first experimenting with GEM and video. I went the Neupert way beca

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread Jack
Maybe, you can start using short videos and soundfiles because all is in RAM. ++ Jack Le jeudi 23 septembre 2010 à 18:21 +0200, Jack a écrit : > No, your first patch is working fine when i remove the loadbang. > Can you tell us which codec you use for your movies and your > audiofiles ? > ++ >

Re: [PD] svn co ...documentation

2010-09-23 Thread august
Done. > How about I write it in an email, and you try it. If it works for > you, add it to those wiki pages with the fresh newbie's perspective. > > I think this should work: > > svn co --username myname > https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/ > > * --username is yo

Re: [PD] coll alternative

2010-09-23 Thread Marco Donnarumma
[msgfile] is in zexy you could also take a look at [qlist]. M Message: 8 > Date: Thu, 23 Sep 2010 11:51:25 -0400 > From: "Ivica Ico Bukvic" > Subject: Re: [PD] coll alternative > To: "'Husk 00'" > Cc: pd-list@iem.at > Message-ID: <0cbe329b926b4557bae22553737f9...@supersecretpear> > Content

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread Jack
No, your first patch is working fine when i remove the loadbang. Can you tell us which codec you use for your movies and your audiofiles ? ++ Jack Le jeudi 23 septembre 2010 à 17:18 +0100, J bz a écrit : > Hey Jack, > > I presume it's working for you with you using the 1 abstraction and $0 >

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread J bz
Hey Jack, I presume it's working for you with you using the 1 abstraction and $0 arguments rather than separate abstractions? Jb On 23 September 2010 16:59, Jack wrote: > Can you give us the version of Pd or pd-extended, of GEM and your OS > please ? > Here i have no problem to play the 3 vide

[PD] Fwd: Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread J bz
-- Forwarded message -- From: J bz Date: 23 September 2010 17:06 Subject: Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video? To: Jack Hey Jack, 0.42.5-extended GEM 0.92.3 Windows 7 On 23 September 2010 16:59, Jack wrote: > Can you give

Re: [PD] how to create a sound like this?

2010-09-23 Thread patko
a little correction, then it would mean something...:) Using a table would be lighter in memory, and for cpu. But the idea is about modulating amplitude of each partial separately through time. > how this could be done with [tabosc~]? - "patko" a écrit : > Using a table would indeed lig

Re: [PD] coll alternative

2010-09-23 Thread Ivica Ico Bukvic
Many thanks! > -Original Message- > From: Jack [mailto:j...@rybn.org] > Sent: Thursday, September 23, 2010 12:00 PM > To: Ivica Ico Bukvic > Cc: 'Husk 00'; pd-list@iem.at > Subject: Re: [PD] coll alternative > > Zexy. > ++ > > Jack > > > > Le jeudi 23 septembre 2010 à 11:51 -0400, Ivi

Re: [PD] coll alternative

2010-09-23 Thread Jack
Zexy. ++ Jack Le jeudi 23 septembre 2010 à 11:51 -0400, Ivica Ico Bukvic a écrit : > Many thanks for the info. BTW, what lib does msgfile belong to? Doesn't > appear to be a part of the Pd vanilla. > > Best wishes, > > Ico > > > -Original Message- > > From: Husk 00 [mailto:hus...@gm

Re: [PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread Jack
Can you give us the version of Pd or pd-extended, of GEM and your OS please ? Here i have no problem to play the 3 videos with a soundfile. ++ Jack Le jeudi 23 septembre 2010 à 16:42 +0100, J bz a écrit : > > > -- Forwarded message -- > From: J bz > Date: 23 September 2010 16

Re: [PD] how to create a sound like this?

2010-09-23 Thread patko
Using a table would indeed lighter in memory, of for cpu, but the idea is about modulating amplitude of each partial through time, how this could be done with [tabosc~]? - "Andy Farnell" a écrit : > That dynamic builder works great with > additive method. > > I guess another way would

Re: [PD] [PD-announce] [Pd-announce] mediagrid v0.1

2010-09-23 Thread Mathieu Bouchard
On Wed, 22 Sep 2010, Husk 00 wrote: Here more infos and download: https://code.autistici.org/trac/planetQ/wiki/mediagrid The link to http://code.autistici.org/svn/planetQ/trunk/Mac/mediagrid/ does not work. (404) and also : Thanks Jonathan for the suggestion. I know and apreciate gridflow

Re: [PD] coll alternative

2010-09-23 Thread Ivica Ico Bukvic
Many thanks for the info. BTW, what lib does msgfile belong to? Doesn't appear to be a part of the Pd vanilla. Best wishes, Ico > -Original Message- > From: Husk 00 [mailto:hus...@gmail.com] > Sent: Thursday, September 23, 2010 11:10 AM > To: Ivica Ico Bukvic > Cc: pd-list@iem.at > Subj

Re: [PD] [Pd-announce] mediagrid v0.1

2010-09-23 Thread Mathieu Bouchard
On Thu, 23 Sep 2010, Mathieu Bouchard wrote: It doesn't, it uses 'coords' to change the size of the GOP (when you use the options 'spacing' and 'margins'). (... and every time [#many] is loaded, of course). ___ | Mathieu Bou

Re: [PD] [Pd-announce] mediagrid v0.1

2010-09-23 Thread Mathieu Bouchard
On Wed, 22 Sep 2010, Jonathan Wilkes wrote: (I think it's because you are sending a donecanvasdialog message to a canvas somewhere.) This is on Pd version 0.42.5-extended in Ubuntu Hardy. I think matju has an object called [#many] in Gridflow that is an abstraction that dynamically creates GUI

[PD] Fwd: GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread J bz
-- Forwarded message -- From: J bz Date: 23 September 2010 16:41 Subject: Re: [PD] GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video? To: Jack Hey Jack, Thanks a lot for that. It's still crashing when I open the second avi.:( I used different abstracti

Re: [PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread Mathieu Bouchard
On Thu, 23 Sep 2010, ALAN BROOKER wrote: At one point Jmax was going to be revived as pymax- with a python front end  No, this was announced well before jMax was declared dead. I think that it was in the early days of jMax 4 bêta. It was being proposed as an alternative offered in parallel t

Re: [PD] GEM Neupert Tutorial '10-av-more control'. How do I play more than 1 video?

2010-09-23 Thread Jack
Hello, You have a problem in your abstraction 'pix_buffer_filmopen_environment.pd' where there is a [loadbang] and a message [set video_environment(. There is no 'video_environment' [pix_buffer] in your patch but a '$0-video_environment' pix_buffer. Therefore remove this loadbang and message in th

Re: [PD] coll alternative

2010-09-23 Thread Husk 00
On Thu, Sep 23, 2010 at 4:12 AM, Ivica Ico Bukvic wrote: > Does anyone have a good/practical alternative to the coll object? I've > noticed some consistent xruns this object is causing when processing larger > files (which seems surprising to me as operations it relies on should not be > that C

[PD] coll alternative

2010-09-23 Thread Ivica Ico Bukvic
Does anyone have a good/practical alternative to the coll object? I've noticed some consistent xruns this object is causing when processing larger files (which seems surprising to me as operations it relies on should not be that CPU intensive). Also, does anyone have any idea what might be poss

Re: [PD] [pdgst] how to start a new stream ?

2010-09-23 Thread Jack
I still get this problem (see below). Is there another method to do this ? What I want to do is to read a first stream, then a second one (after the end of the first stream). ++ Jack Le dimanche 05 septembre 2010 à 17:56 +0200, Jack a écrit : > I'm trying to start a new stream with [pdgst]. I se

Re: [PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 15:56, Bernardo Barros wrote: > Yes, I see there is a py object now. thanks > depends on your definition of "now". according to the svn logs, [py] has been around since 2002. fgmasdf IOhannes smime.p7s Description: S/MIME Cryptographic Signature _

Re: [PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread Bernardo Barros
Yes, I see there is a py object now. thanks 2010/9/23 IOhannes m zmoelnig : > On 2010-09-22 20:58, Bernardo Barros wrote: >> Well maybe there is a Python object? If it has a neat and clean >> implementations would be brilliant. > > i guess you are not really aware that there _is_ a python object?

Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-23 Thread Jack
OK, done the checkout. It is working fine now. Thanx a lot. ++ Jack Le jeudi 23 septembre 2010 à 15:22 +0200, IOhannes m zmoelnig a écrit : > On 2010-09-23 13:40, Jack wrote: > > It was ok for you, did you get a 'real' stream ? > > >> attached is the patch that currently generates > >> http://

Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 13:40, Jack wrote: > It was ok for you, did you get a 'real' stream ? >> attached is the patch that currently generates >> http://stream.kug.ac.at:8000/pdgst.ogv that one has been running since yesterday. however, i might have fixed some issues with the framerate settings, so do a

Re: [PD] [pdgst] and [pix_pix2gst] problem to stream

2010-09-23 Thread Jack
Ok, i get the stream now, thanx. But i only get the first picture ! If i rotate the teapot in Pd, there is nothing that happens in my Totem window : the teapot remains in the same position. I have tried with or without the messages 'is-live 1' and 'async 0' It was ok for you, did you get a 'real' s

Re: [PD] prosilica GigE camera

2010-09-23 Thread cyrille henry
Le 23/09/2010 12:16, IOhannes m zmoelnig a écrit : On 2010-09-23 11:36, cyrille henry wrote: Hello Iohannes thanks for the answer sorry i missed the readme! the AVT backend is not compatible with the cam i've got. Supported cameras: Prosilica GC, GS, GB, GE, GX, Manta mine is a blaster cam.

Re: [PD] [Pd-announce] mediagrid v0.1

2010-09-23 Thread Husk 00
On Thu, Sep 23, 2010 at 2:54 AM, Jonathan Wilkes wrote: > That's really nice! > thanks! > Unfortunately when your abstraction initializes itself, something > you are doing is setting the dirty flag.  This means for each > instance you'll get a dialog asking if you want to save the > changes.  (I

Re: [PD] [Pd-announce] mediagrid v0.1

2010-09-23 Thread Husk 00
On Wed, Sep 22, 2010 at 11:34 PM, Hans-Christoph Steiner wrote: > > Wow, the GUI is impressive, that's Pd?  Downloading now.  You should post > this on the library downloads page: > > http://puredata.info/community/projects/software/ thanks. Sure I'll do. husk ___

Re: [PD] prosilica GigE camera

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 11:36, cyrille henry wrote: > Hello Iohannes > thanks for the answer > sorry i missed the readme! > > the AVT backend is not compatible with the cam i've got. > > Supported cameras: > Prosilica GC, GS, GB, GE, GX, Manta > > mine is a blaster cam. have you tried, or did you just re

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 11:10, Jonathan Wilkes wrote: > > > I use keyboard shortcuts but they don't help the problem of > lining up objects with the mouse or with , and > of making connections between objects which requires a click in > a very specific place. Actually I find making 24 connections, > o

Re: [PD] prosilica GigE camera

2010-09-23 Thread cyrille henry
Hello Iohannes thanks for the answer sorry i missed the readme! the AVT backend is not compatible with the cam i've got. Supported cameras: Prosilica GC, GS, GB, GE, GX, Manta mine is a blaster cam. the halcon driver look very restrictive. i register, download the pakage. but i did not have

Re: [PD] pdgst on mac

2010-09-23 Thread Nicolas Montgermont
Le 23/09/10 11:09, Nicolas Montgermont a écrit : but when i do the same chain in pd (see patch) it doesn't work, but there is no error in the terminal. sorry, attached... -- http://nim.on.free.fr mp3_play.pd Description: application/puredata ___ Pd-

Re: [PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread ALAN BROOKER
At one point Jmax was going to be revived as pymax- with a python front end On Thu, Sep 23, 2010 at 8:28 AM, IOhannes m zmoelnig wrote: > On 2010-09-22 20:58, Bernardo Barros wrote: > > Well maybe there is a Python object? If it has a neat and clean > > implementations would be brilliant. > > i g

Re: [PD] jMax Phoenix

2010-09-23 Thread Jonathan Wilkes
--- On Thu, 9/23/10, IOhannes m zmoelnig wrote: > From: IOhannes m zmoelnig > Subject: Re: [PD] jMax Phoenix > To: pd-list@iem.at > Date: Thursday, September 23, 2010, 9:20 AM > On 2010-09-22 20:04, Jonathan Wilkes > wrote: > > > > Yes, Max/MSP's [if] object has a more readable > syntax.  Yet

Re: [PD] pdgst on mac

2010-09-23 Thread Nicolas Montgermont
Le 22/09/10 20:17, Nicolas Montgermont a écrit : i think i have to dig into gstream philosophy now... ok the problem are now when i try to play audio. doing in the terminal: gst-launch-0.10 filesrc location="bj_nilsen.mp3" ! mad ! audioconvert ! audioresample ! osxaudiosink is working ok (pla

Re: [PD] jMax Phoenix

2010-09-23 Thread Maurizio De Cecco
>> Pd is not the end of history for the MAX language, > >That's not what I mean, what I mean is that it's more worthwhile to fork >Pd than to fork (or revive) jMax. Well, i am not the right guy for that; i am the only guy in town that: 1) Know deeply the jMax code. 2) Have some (limited) time an

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-23 09:20, IOhannes m zmoelnig wrote: > > i think the main problems come from people trying to implement C-like > control flow in a dataflow language like Pd. > even my implementation was only trying to reproduce the algorithm you > wrote down, rather than trying to figure a Pd-way to im

[PD] control-flow (Re: jMax Phoenix)

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-22 20:58, Bernardo Barros wrote: > Well maybe there is a Python object? If it has a neat and clean > implementations would be brilliant. i guess you are not really aware that there _is_ a python object? and bindings to all other kinds of languages, like lua,... > > 2010/9/22 Bernardo

Re: [PD] jMax Phoenix

2010-09-23 Thread IOhannes m zmoelnig
On 2010-09-22 20:04, Jonathan Wilkes wrote: > > Yes, Max/MSP's [if] object has a more readable syntax. Yet even i don't know max's [if], but i guess you could basically implement this with an abstraction. > with the two nested "ifs" I find it easier to read than your > implementation because