Re: [PD] memento issue

2010-04-05 Thread Frank Barknecht
On Sun, Apr 04, 2010 at 11:22:10PM +0200, David Schaffer wrote: Hi there, I recently upgraded to the latest version of Pd extended and my memento setups don't seem to work anymore... it says it can't create pool RRADICAL ... What can I do to make it work again? I'm on

[PD] pd and multi-core processors

2010-04-05 Thread vedran
Hi! can someone tell me if one instance of pd (with gem) can use more than one core on multi-core processor? . vedran kolac . gTalk - vedran.ko...@gmail.com

Re: [PD] pd and multi-core processors

2010-04-05 Thread Frank Barknecht
On Mon, Apr 05, 2010 at 11:59:37AM +0200, vedran wrote: can someone tell me if one instance of pd (with gem) can use more than one core on multi-core processor? If you use the new [pd~] object, the stuff you do inside of this may run on the second core. Without this, Pd will only use one, IIR.

Re: [PD] pd and multi-core processors

2010-04-05 Thread Jaime Oliver
hey vedran, pd~ is a way of opening another instance of pd from within a patch. ideally you want gem and sound on separate instances (connected via udp, pd~ or some other way). each of these processes will use one processor. nicely enough, pd's graphical interface and the actual process, are

[PD] Pd-berlin meeting next tuesday, 6th April - vvvv Presentation

2010-04-05 Thread João Pais
Hello, in case it wasn't clear yesterday, the presentation by the organizer will be also suited for the Pd users. So, in case you might be interested in visuals and this might interest you, be there at 19h30. After that, we'll carry on with our usual business. best, João Pais

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
has anyone been using pd~ successfully ? I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I assumed it would run on another processor

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
2010/4/5 Tim Blechmann t...@klingt.org has anyone been using pd~ successfully ? I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I

Re: [PD] pd and multi-core processors

2010-04-05 Thread cyrille henry
tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I assumed it would run

Re: [PD] pd and multi-core processors

2010-04-05 Thread Tim Blechmann
it is the job of the scheduler of the operating system to assign the processes to different cores. both parent and child process should probably be pinned to different physical cores. not sure, whether miller took that into account, though ... What I have tried in the past is run one pd

[PD] Displaying as two digits

2010-04-05 Thread Andrew Faraday
Hey All I'm working on a game on PD. Part of which is a timer set out minutes:seconds. However, when the seconds variable is below 10 it's displaying as a single digit. So most of the time this looks right (e.g. 2:56), but at the start of each minute it looks a little unusual (0:1). I'm

Re: [PD] pd and multi-core processors

2010-04-05 Thread tim vets
tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see also my message pd~ and DIO errors). I assumed it

[PD] hidin problem

2010-04-05 Thread David Kirkpatrick
Hi, Does anyone know if there is a problem with [hidin] when using Windows 7? It seems to work initially, but then intermittently crashes the gem window after pushing buttons for a while. Using the same patch with a mouse doesn't crash. It's not a problem with the USB device I'm using as I've

Re: [PD] pd and multi-core processors

2010-04-05 Thread cyrille henry
tim vets a écrit : tim vets a écrit : has anyone been using pd~ successfully ? yes I am trying it out, but i get very poor results. It seems like a patch loaded with pd~ is a lot heavier than the same loaded as a regular abstraction (DIO errors, see

Re: [PD] Displaying as two digits

2010-04-05 Thread Frank Barknecht
Hi Andrew, On Mon, Apr 05, 2010 at 02:53:24PM +0100, Andrew Faraday wrote: I'm working on a game on PD. Part of which is a timer set out minutes:seconds. However, when the seconds variable is below 10 it's displaying as a single digit. So most of the time this looks right (e.g. 2:56), but at

Re: [PD] OS X 10.6: unplugging headphones crashes Pd

2010-04-05 Thread Dan Wilcox
that one can't load gem on my machine: Referenced from: /Applications/Pd-0.42.5-extended-20100401.app/Contents/Resources/Scripts/../bin/../../lib/libgmerlin_avdec.1.dylib Reason: image not found Gem: can't load library m. I don't have this problem with the latest build from April.

Re: [PD] 24 bit / 96 k issue

2010-04-05 Thread András Murányi
OK, for latest version you shall have (a self-built one from CVS or) the latest autobuild from http://autobuild.puredata.info/auto-build/latest/ As i hardly ever do audio in Pd i only have this vague memory from the list that [readanysf] has recently undergone much development and is very capable

Re: [PD] My first two works in Pd

2010-04-05 Thread Pedro Oliveira
Hello folks, Thanks for the comments so far. The sources are here: http://www.partidoalto.net/wp-content/uploads/contrapunctual_src.zip and here: http://www.partidoalto.net/wp-content/uploads/soundofnowhere_src.zip Please excuse my shitty coding :) Viel Spaß! Pedro On Mon, Apr 5, 2010 at

Re: [PD] Displaying as two digits

2010-04-05 Thread Andrew Faraday
cheers, this solved my problem Date: Mon, 5 Apr 2010 16:51:46 +0200 From: f...@footils.org To: pd-list@iem.at Subject: Re: [PD] Displaying as two digits Hi Andrew, On Mon, Apr 05, 2010 at 02:53:24PM +0100, Andrew Faraday wrote: I'm working on a game on PD. Part of which is a timer

Re: [PD] Displaying as two digits

2010-04-05 Thread Jonathan Wilkes
--- On Mon, 4/5/10, Frank Barknecht f...@footils.org wrote: From: Frank Barknecht f...@footils.org Subject: Re: [PD] Displaying as two digits To: pd-list@iem.at Date: Monday, April 5, 2010, 4:51 PM Hi Andrew, On Mon, Apr 05, 2010 at 02:53:24PM +0100, Andrew Faraday wrote: I'm working

Re: [PD] Displaying as two digits

2010-04-05 Thread Ben Baker-Smith
[makefilename %02d] or [makefilename %.2d] pads your number with zeros so it has two digits. Frank's method is the way to go. Nice to know that [makefilename] will do the float-symbol transformation automatically. -Ben ___ Pd-list@iem.at mailing list

Re: [PD] pd and multi-core processors

2010-04-05 Thread Matteo Sisti Sette
(this is a little OT respect to the thread) nicely enough, pd's graphical interface and the actual process, are separate threads, The communication between the engine of Pd (Pd) and the graphical interface (GUI) is not as efficient as you may expect it to be - at least not as much as I

[PD] INstalling pd-extended from source

2010-04-05 Thread meino . cramer
Hi, a moment ago I installed pd-extended on my linux-box from source. The compilation process runs till something, which looks like a successfuill end. My question is: Pd-extended seems to consist of a *illion packages. If compilation of one would fail: Does the whole compilation will stop? Or

[PD] [PD-announce] vinyl tracking externals

2010-04-05 Thread komika
hi list we have released some externals for timecoded vinyl tracking for pure data. It is all still in development but it would be great if some people could test the externals and give us some feedback. So if you know anyone who could be interested please tell them. You can find the

Re: [PD] 24 bit / 96 k issue

2010-04-05 Thread David Schaffer
Thank you for your help, I just realized that the problem was somewhere I hadn't think of in the first place: the name of the folder that contained the file had a forbiden sign (an accent). I removed the accent and now the file plays well. It's interesting to know that such a mistake can

Re: [PD] Spectral Shiffting

2010-04-05 Thread Alexandre Porres
here's a frequency shifter that slur posted on the pd forum a little while ago: http://puredata.hurleur.com/viewtopic.php?pid=16842#p16842 Cool, but where is it? What do you use Jaime? Freq Shifting + Pitch Shifting sounds like a cool idea! But later on I was hoping to actually have arbitrary

[PD] zexy's [matchbox] on winxp

2010-04-05 Thread Jonathan Wilkes
When I try to create [matchbox] on Pd 0.42.5-extended-20100309 on winxp, I get the following error: libgnurx-0.dll was not found. Re-installing the application may fix this problem. -Jonathan ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Pd gem patch crashes when pushing ctrl+w

2010-04-05 Thread Ariane stolfi
hi I have a similar problem here, my pd crash when I close a gem patch I'm using pd 0.41.4-extended on mac OS/X 10.5.8 should I report a bug? tnx 2010/4/4 Blinge blingesag...@gmail.com: Hi there ppl. I have some problems with a patch. I cant find how it crashes when i try ctrl+w ¿Can

Re: [PD] Spectral Shiffting

2010-04-05 Thread hard off
Cool, but where is it? ahh, maybe you need to log in to the forum to get access to attachments. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Spectral Shiffting

2010-04-05 Thread Jaime Oliver
Cool, but where is it? What do you use Jaime? Freq Shifting + Pitch Shifting sounds like a cool idea! But later on I was hoping to actually have arbitrary power over all the spectrum. I guess the only way is to feed a huge bank of, like 1024 oscilators, is that feasible? I use the

Re: [PD] Spectral Shiffting

2010-04-05 Thread Jaime Oliver
! But later on I was hoping to actually have arbitrary power over all the spectrum. I guess the only way is to feed a huge bank of, like 1024 oscilators, is that feasible? I don't get it, you want to impose a power profile? why not something like I03.resynthesis.pd, also in the help files...

Re: [PD] Spectral Shiffting

2010-04-05 Thread Alexandre Porres
Well,I've made I07.phase.vocoder to work live, that example actually lets you record sound... so the phase vocoder I sent the other day is based on it... and I decided to include ssb in it as well, I got it from H09 too and is working fine (dont know if the other shifter mentioned here could be

Re: [PD] pidip qt problem

2010-04-05 Thread Hans-Christoph Steiner
Try today's build or newer. .hc On Apr 4, 2010, at 4:38 AM, t'es in t'es bat wrote: Hello, i find a solution this morning it's a codec problem. It work when i compress the video with jpegA codec. But it don't work with the H264 Is there a way to correct this issue ? david 2010/4/3 t'es