Re: [PD] Techniques for atomic/controlled variable updates

2009-06-16 Thread Frank Barknecht
Hallo, Fred Smith hat gesagt: // Fred Smith wrote: The problem I'm having is that the single input parameter is processed to generate 4 control parameters for GEM - 2 indexes into the image list, and 2 gain scale factors used when blending the images. The issueis that when a control values

[PD] Re : Split multichannel audio file into stereo pairs

2009-06-16 Thread dwanafite
Hi You could use [readsf~ 12] to read your file and then several [writesf~ 2] to record, but i guess you want something faster... However, I don't know how readsf~ behaves with 12 tracks/32-bits files (that's somewhat extreme). Baptiste De : Ignacio Viano

[PD] PureData Bootcamp, Cardiff UK- Sept

2009-06-16 Thread simon kilshaw
Please excuse the cross posting: PureData Bootcamp Tuesday 1 September - Saturday 5 September The Royal Welsh College of Music and Drama is proud to offer an intensive 5 day PureData workshop. PureData is a free and open source real-time graphical programming environment used by artists to

Re: [PD] K8061 USB interface board in PD on Mac

2009-06-16 Thread Wilfred de Zoete
Martin Peach schreef: I found this googling K8061 protocol, it seems to be source code for a linux driver for the K8061: http://doip.laupro.nl/browser/doip/k8061/trunk/k8061.c?rev=109 Maybe it could be ported to Mac? I saw that one too and was thinking about setting up a Linux distro in

Re: [PD] Re : Split multichannel audio file into stereo pairs

2009-06-16 Thread IOhannes m zmölnig
dwanafite wrote: Hi You could use [readsf~ 12] to read your file and then several [writesf~ 2] to record, but i guess you want something faster... in 0.42 you can use batchmode to do immediate (faster-than realtime) processing. in older versions you can just use upsampling to speed up the

Re: [PD] K8061 USB interface board in PD on Mac

2009-06-16 Thread Martin Peach
Wilfred de Zoete wrote: Martin Peach schreef: I found this googling K8061 protocol, it seems to be source code for a linux driver for the K8061: http://doip.laupro.nl/browser/doip/k8061/trunk/k8061.c?rev=109 Maybe it could be ported to Mac? I saw that one too and was thinking about setting

[PD] pd + git

2009-06-16 Thread cristiano figueiró
Hi everyone, A little question about work with git in patch repositorys: Can i acces directly in pd my older revisions? I'm doing in the wrong way i think, i pickup some commit id and save with another name and than open pd :p thanks cristiano ___

Re: [PD] K8061 USB interface board in PD on Mac

2009-06-16 Thread a. tonal
hallo, i found this: http://mac.softpedia.com/get/Utilities/K8055-User-Interface.shtml. quote: Included is a static library that can be used for easily developing other applications and closely replicates the Velleman Windows .DLL functions. end quote so maybe you can use this as a starting

Re: [PD] pd + git

2009-06-16 Thread IOhannes m zmölnig
cristiano figueiró wrote: Hi everyone, A little question about work with git in patch repositorys: Can i acces directly in pd my older revisions? I'm doing in the wrong way i think, i pickup some commit id and save with another name and than open pd :p hmm, i'm not sure whether i fully

[PD] PDF of Kreidler´s Loadbang book

2009-06-16 Thread Caio Barros
Hi all. I´m new in Pd and the Pd-list. I built a PDF file of the English translation of the Johannes Kreidler´s book Programming Electronic Music with Pd also known as Loadbang and I think that this could be usefull for everybody. I maid this only with the English translation because is the only

Re: [PD] pd + git

2009-06-16 Thread cristiano figueiró
exactly, well...i can acces every commit in text format, then save as othername.pd and then open pd..anyone maintain pd patches repos in git? On Tue, Jun 16, 2009 at 2:00 PM, cristiano figueiró figoc...@gmail.comwrote: exactly, well...i can acces every commit in text format, then save as

Re: [PD] Techniques for atomic/controlled variable updates

2009-06-16 Thread Fred Smith
Thanks to both Jonathan and Frank for your replies. Took me a bit, but I now understand the pack list suggestion. I still fear I may have issues once I unpack the list (as, it will resume the right-left propagation of those values into the rendering piece of the patch), but this gives me a better

Re: [PD] Re : Split multichannel audio file into stereo pairs

2009-06-16 Thread Roman Haefeli
On Tue, 2009-06-16 at 09:03 +, dwanafite wrote: Hi You could use [readsf~ 12] to read your file and then several [writesf~ 2] to record, but i guess you want something faster... However, I don't know how readsf~ behaves with 12 tracks/32-bits files (that's somewhat extreme). this is

Re: [PD] K8061 USB interface board in PD on Mac

2009-06-16 Thread Wilfred de Zoete
Thanks for the link and if it is not too much work for you the source code would be great. chau Wilf a. tonal schreef: hallo, i found this: http://mac.softpedia.com/get/Utilities/K8055-User-Interface.shtml. quote: Included is a static library that can be used for easily

[PD] GEM objects missing

2009-06-16 Thread Max
hi list, i am looking for [pix_buffer_filmopen] (there is a helpfile, but it can't be created and [pix_substract] which is referenced in the [pix_diff] helpfile but doesn't create eiher. GEM: Graphics Environment for Multimedia GEM: ver: 0.91.3 'tigital' GEM: compiled: May 30 2009 Pd-ext

Re: [PD] GEM objects missing

2009-06-16 Thread Jack
Hello, Have you try to replace [pix_buffer_filmopen] with [Gem/ pix_buffer_filmopen] ? ++ Jack Le 16 juin 09 à 23:52, Max a écrit : hi list, i am looking for [pix_buffer_filmopen] (there is a helpfile, but it can't be created and [pix_substract] which is referenced in the [pix_diff]

Re: [PD] Re : Split multichannel audio file into stereo pairs

2009-06-16 Thread Peter Plessas
IOhannes m zmölnig wrote: dwanafite wrote: Hi You could use [readsf~ 12] to read your file and then several [writesf~ 2] to record, but i guess you want something faster... in 0.42 you can use batchmode to do immediate (faster-than realtime) processing. in older versions you can just use

Re: [PD] Re : Split multichannel audio file into stereo pairs

2009-06-16 Thread Lao Yu
I really wonder what is the point to do such a thing in Pd - there are different tools for different task, 'one size fits all' is an almost religious illusion... audacity does changing file types better than any app that I know. there's to the left side of the window at the name of the