Re: [PD] [GEM] error in creating gemwin in fc8

2008-11-30 Thread IOhannes m zmoelnig
Jaime Oliver wrote: Hello all, After installing recordmydesktop and Mplayer, and adding support for mpeg3, Quicktime and ffmpeg, then recompiling gem, i get the following error everytime I try to create a Gemwin: on the terminal: Xlib: extension GLX missing on display :0.0. Xlib:

Re: [PD] Pd as a 24/7 Icecast/Shoutcast source client (alternative)

2008-11-30 Thread Ilias Anagnostopoulos
John, I had a look at the radio pages. Looks good. Is there any particular reason you chose Shoutcast over Icecast? Are you using PD solely for the mp3cast~? Or is it doing more than that? Are you using the GUI's for all of these (jack, PD, jack-rack, xmms)? From what I understand, ffserver

Re: [PD] [GEM] recordmydesktop not capturing gemwindow

2008-11-30 Thread patrick
hi, you need to turn up full shots at every frame in advanced - performance. pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] robotcowboy @ STEIM Micro Jamboree 2

2008-11-30 Thread Dan Wilcox
Howdy again, Any PDer's going to the STEIM Micromusic Jamboree 2? I'm playing on Thursday Dec 11th. Mabey I'll see you there and we can fend off the army of MAC/MAXers ... --- Dan Wilcox danomatika.com robotcowboy.com ___ Pd-list@iem.at mailing list

Re: [PD] rc-sssad

2008-11-30 Thread Frank Barknecht
Hallo, Dan Wilcox hat gesagt: // Dan Wilcox wrote: I've been using the sssad objects, mainly datastore within my main song patches for a while now but needed to be able to save just locla objects. I found thesolution in the 808_local object in the diy2 patches but had the problem of multiple

Re: [PD] rc-sssad

2008-11-30 Thread Dan Wilcox
On Sun, 2008-11-30 at 21:49 +0100, Frank Barknecht wrote: Are you using the latest version of sssad? Because new versions have local saving already built in - you activate it by giving the sssad-instances an additional argument, usually $0, like this: [sssad somename $0] Yeah I'm

Re: [PD] rc-sssad

2008-11-30 Thread Dan Wilcox
On Sun, 2008-11-30 at 21:49 +0100, Frank Barknecht wrote: Hallo, Dan Wilcox hat gesagt: // Dan Wilcox wrote: Are you using the latest version of sssad? Because new versions have local saving already built in - you activate it by giving the sssad-instances an additional argument, usually $0,

Re: [PD] rc-sssad

2008-11-30 Thread Dan Wilcox
Is it possible to retrieve the name of the parent patch? If so, then mabey I can rework rc-sssad to use the parent patchname and prepend that to the keys automatically so that it will yield the same results, but without having to manually add a prefix everytime I create and name a sssad-enabled

Re: [PD] [GEM] recordmydesktop not capturing gemwindow

2008-11-30 Thread patrick
hi, an example of gtkrecordmydesktop + pdmtl abstractions. fps: 10 encode on the fly: disabled zero compression: enabled quick subsampling: disabled full shots at every frame: enabled use jack for audio capture http://www.vimeo.com/2389131 original at: http://www.11h11.com/temp/etsuko.ogg pat

[PD] Chicago Patching Circle (Sunday, December 14th)

2008-11-30 Thread Mike McGonagle
Hello all, Just a reminder about the patching session. Basically, we are on for Sunday, December 14th, at 5pm. The location is: Red Line Tap 7006 N Glenwood Chicago, IL If you are going via the EL, go to the Morse Stop, and exit to the north end of the platform. From there, go northwest on

Re: [PD] problems with Delta 1010LT?

2008-11-30 Thread info
My problem has been solved by running alsamixer with flags to Delta-1010LT, and raising input levels there. So, if indeed you (tim) have exactly the same problem, then this should solve it. Hi Jaime, when running alsamixer like this: alsamixer -D hw:1 I can set the adc sliders for the

Re: [PD] [GEM] error in creating gemwin in fc8

2008-11-30 Thread Jaime Oliver
For some reason my computer stopped using the nvidia driver and that was causing the problem, so I used that driver again and it all seems to work now. although in theory it should still run without the nvidia card right? In any case, I needed to solve this problem fast to work on some video

Re: [PD] [PD-announce] The OtherSide Server is DEAD!

2008-11-30 Thread Hans-Christoph Steiner
That's a bummer... If you want, I could host your Intrepid package in the repository that is setup on the autobuild farm. .hc On Nov 28, 2008, at 10:13 PM, Ilias Anagnostopoulos wrote: The OtherSide server died a couple of hours ago... Hardware failure! It refuses to boot. It was

Re: [PD] rc-sssad

2008-11-30 Thread Hans-Christoph Steiner
You can using IOhannes' iemguts library, currently in SVN in externals/iem/iemguts. .hc On Nov 30, 2008, at 6:17 PM, Dan Wilcox wrote: Is it possible to retrieve the name of the parent patch? If so, then mabey I can rework rc-sssad to use the parent patchname and prepend that to the

Re: [PD] Multi-slider attempt

2008-11-30 Thread Hans-Christoph Steiner
Funky stuff, looks nice. .hc On Nov 26, 2008, at 7:10 PM, Mike McGonagle wrote: Wow, didn't really look at the programming, but the sliders look great... Mike On Wed, Nov 26, 2008 at 3:06 PM, Jonathan Wilkes [EMAIL PROTECTED] wrote: After checking out Frank Barknecht's ds slider

[PD] Peak envelope follower?

2008-11-30 Thread Bill Gribble
Is there a way within pd-extended to do the equivalent of [env~], but following peak value rather than RMS? I have pulled my hair out trying to implement this with patching but I have had no luck. Thanks, Bill Gribble ___ Pd-list@iem.at mailing

Re: [PD] Peak envelope follower?

2008-11-30 Thread Andy Farnell
[snapshot~] IIRC gives you the value of the first sample in the last block when banged. It's more useful than [env~] for 'instantaneous' measurement but sorely lacking for practical use - for instance the first sample may be atypical and the remaining 63 (by default) completely different.

Re: [PD] Pd as a 24/7 Icecast/Shoutcast source client (alternative)

2008-11-30 Thread John Harrison
Ilias Anagnostopoulos wrote: John, I had a look at the radio pages. Looks good. Is there any particular reason you chose Shoutcast over Icecast? We wanted to do mp3 streaming vs. ogg/vorbis to keep this as mainstream as possible. Shoutcast was the one we knew must work so we started with

[PD] $0 and Data Structure Templates

2008-11-30 Thread Luke Iannini
Hallo all, I'm working on my complex DS sequencer, and the time has come that I'd like to read and write sequences from it. The problem is this: all of my templates are written like [pd $0.note-template] to allow multiple instances of the sequencer, but this seems to be incompatible with reading

Re: [PD] Peak envelope follower?

2008-11-30 Thread Michal Seta
[peakamp~]? in cylone. ./MiS On Sun, Nov 30, 2008 at 8:25 PM, Bill Gribble [EMAIL PROTECTED] wrote: Is there a way within pd-extended to do the equivalent of [env~], but following peak value rather than RMS? I have pulled my hair out trying to implement this with patching but I have had no

Re: [PD] Multi-slider attempt

2008-11-30 Thread hard off
i understand your question, and unfortunately don't have the answer because datastructs are a bit foreign to me. however...if you are going to use this structure for controlling audio or visual processes, then won't you need to constantly poll the y-values of the handles anyway?

Re: [PD] $0 and Data Structure Templates

2008-11-30 Thread Mike McGonagle
Luke, I think this should be allowed, hell, even the use of other $ arguments. It would be nice to be able to allow abstractions to create their own private data structures, or at least ones that could be named based on a creation argument. If nothing else, it would prevent any kind of structure