Re: [PD] Tidy question

2009-05-29 Thread Jonathan Wilkes
--- On Thu, 5/28/09, Hans-Christoph Steiner wrote: > From: Hans-Christoph Steiner > Subject: Re: [PD] Tidy question > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Thursday, May 28, 2009, 4:06 PM > > Sounds worth trying, I haven't myself.  We've recently > done some work on the whole M

[PD] different versions different sounds

2009-05-29 Thread Oded Ben-Tal
I'm tryint to figure out why the same patch results in completely different sounds in two versions of Pd. It is part of a larger patch but I'm attaching the relevant section. I'm running this in: 1) Win latest Pd-ext-0.40.3 2) Linux latest release candidate. And I just get very different sounds

Re: [PD] run pd as admin under vista (was: help)

2009-05-29 Thread ypatios
hi I'm running pd vanilla on vista and the only problem I've had so far was when i installed pd-extended on the same machine. It was a registry mess up which was solved by rebooting vista with "last known working configuration" option (i guess it just changes all the latest major registry changes

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-29 Thread danomatika
On Thu, 2009-05-28 at 09:07 +0200, pd-list-requ...@iem.at wrote: > On Ubuntu Jaunty, pd-extended for some reason fails to automatically > connect > to JACK (running whatever came with Jaunty). I've upgraded from > Intrepid so > that may have something to do with it. Manual connection after Pd has

Re: [PD] pd-extended 0.41.4 jack autoconnect issues

2009-05-29 Thread danomatika
On Thu, 2009-05-28 at 11:32 +0200, pd-list-requ...@iem.at wrote: > Hi, all works well here (0.41.4-ex..rc3 on ubuntu Jaunty), > you just need to specify the channels properly: > > pd -jack (not connect anything) > pd -jack -channels 2 (work fine and autoconnect all) hmm when was this behaviour

Re: [PD] Tidy question

2009-05-29 Thread Hans-Christoph Steiner
On May 29, 2009, at 4:17 AM, Jonathan Wilkes wrote: --- On Thu, 5/28/09, Hans-Christoph Steiner wrote: From: Hans-Christoph Steiner Subject: Re: [PD] Tidy question To: "Jonathan Wilkes" Cc: pd-list@iem.at Date: Thursday, May 28, 2009, 4:06 PM Sounds worth trying, I haven't myself. We'

[PD] ds-gui errors - "bad window path name"

2009-05-29 Thread glerm soares
Hello, The ds-gui folder at svn seems very nice examples of data-structures, but I got weird errors that stuck my pd main window in a way that I can't close the patch or even pd... In abstractions as: ds-slider-o-help.pd gswitch-help.pd ds-bng-help.pd i got error messages like: gl...@hdpodre:

Re: [PD] ds-gui errors - "bad window path name"

2009-05-29 Thread Hans-Christoph Steiner
Yeah, its a known issue, fixed in 0.42. Try Pd-vanilla 0.42. .hc On May 29, 2009, at 12:07 PM, glerm soares wrote: Hello, The ds-gui folder at svn seems very nice examples of data- structures, but I got weird errors that stuck my pd main window in a way that I can't close the patch or ev

Re: [PD] stderr?

2009-05-29 Thread Frank Barknecht
Hallo, Solen Music hat gesagt: // Solen Music wrote: > Will moving the resulting error messages to the cmd window using > '-stderr' in theory reduce the drawing that tcl/tk has to do and thus > help prevent sound glitches? Yes, it helps immensely. I have -stderr in my standard options in .pdrc be

[PD] Pd workshops at Imal (Brussels/Belgium) in July and August

2009-05-29 Thread Jack
Hello list, There are two PureData workshops in July and August at Imal (Brussels/ Belgium). 1st workshop (4 days) : "PureData, une introduction" from july 28th till july 31st, 2009 With Jack/RYBN 2nd workshop (4 days) : "PureData, 3D Temps Réel et modèles physiques" from august 3rd till au

[PD] [PD-announce] Pd workshops at Imal (Brussels/Belgium) in July and August

2009-05-29 Thread Jack
Hello list, Sorry in french only. Premier workshop (4 jours) : PureData, une introduction du 28 au 31 juillet 2009 Contenu: Ce stage est une introduction à PureData dans un contexte de création visuelle en temps réel, ainsi qu'aux possibilités d'interaction et d'échange de données sur les

Re: [PD] [PD-announce] Pd workshops at Imal (Brussels/Belgium) in July and August

2009-05-29 Thread Mathieu Bouchard
On Fri, 29 May 2009, Jack wrote: Le stage explore un des principaux outils actuels: PureData + GEM, environnement 'opensource' de programmation visuelle créé par Miller Puckette. Ben non, GEM a pas été créé par Miller Puckette. (Ce courriel est constitué à 100% d'authentique ouate de phoque.

[PD] [PD-announce] PD workshops for beginners in Chattanooga TN June 27 and 28

2009-05-29 Thread Greg Pond
Phillip Andrew Lewis and I are offering one day intensive courses for beginners the AVA in Chattanooga, Tennessee. The course will focus on introducing data structures and sound synthesis techniques. We will also show examples of various ways Pure Data is used, methods for working and troubleshoot

Re: [PD] Tidy question

2009-05-29 Thread Jonathan Wilkes
--- On Fri, 5/29/09, Hans-Christoph Steiner wrote: > From: Hans-Christoph Steiner > Subject: Re: [PD] Tidy question > To: "Jonathan Wilkes" > Cc: pd-list@iem.at > Date: Friday, May 29, 2009, 4:37 PM > > On May 29, 2009, at 4:17 AM, Jonathan Wilkes wrote: > > > > > > > > > --- On Thu, 5/28/

Re: [PD] ds-gui errors - "bad window path name"

2009-05-29 Thread Jonathan Wilkes
If you're interested, here's a slider that extends the same sort of patching structure as those examples. Some recent tricks I learned are: [scalar struct-name var1 var2 etc.( | [s pd-some-patch] This dynamically creates a ds instance. Unlike [append], you can mix float and symbol variables in