Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
dafydd, please attach the abstraction too. :) max Am 30.11.2006 um 00:23 schrieb dafydd hughes: Hey Max The problem is the way pd deals with $0- in messages. I don't completely understand it, but I've attached my solution, which avoids using $0- directly. cheers dafydd On 11/29/06, Max

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
aaah. thank you. i had to read it several times to understand, but now it's obvious. same problem seems to be with the table. but how do i get around this? it works now for one sampler, but if i want to use more than one abstraction its getting messed up. easysampler_gop.pd Description:

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread dafydd hughes
Oh hell. Well, I guess it's redundant now, and Hans' method is definitely better, but here it is anyway. cheers dafydd On 11/30/06, Max Neupert [EMAIL PROTECTED] wrote: dafydd, please attach the abstraction too. :) max Am 30.11.2006 um 00:23 schrieb dafydd hughes: Hey Max The problem is

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
works now. sometimes chokes on loading files though. thank you all for your valuable help. enjoy the small patchwork. easysampler_gop.pd Description: Binary data use.pd Description: Binary data Am 30.11.2006 um 13:05 schrieb dafydd hughes: Oh hell. Well, I guess it's redundant now,

Re: [PD] convert pd patches to Max patches

2006-11-30 Thread derek holzer
Stefano Papetti wrote: did you try : file / save as / max file ??? P.S. when did pd start implementing that feature? From the very start, AFAIK. They're all just textfiles with two different extensions in the end. d. -- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 28:

Re: [PD] convert pd patches to Max patches

2006-11-30 Thread marius schebella
I think Pd came with that feature from the very beginning. the problem with the wiring might be, that all objects get a number when they are created and the wiring is done according to that number, so when max fails to create an object, the wires go to the next object, which was created

Re: [PD] reverse variable speed soundplayback?

2006-11-30 Thread Max Neupert
ok. small update. sorry for spamming and hijacking the thread robert van hulzen. have fun. still a minor bug in it with the loop button. easysampler_gop.pd Description: Binary data use.pd Description: Binary data Am 30.11.2006 um 13:59 schrieb Max Neupert: works now. sometimes chokes

[PD] Gem conflicts also with gridflow

2006-11-30 Thread Roman Haefeli
hi all i discovered conflicts between gridflow and gem, when gem-objects like [pix_image] or [pix_video] are used. if both libs are loaded and a patch containing such objects is opened, the gem-windows freezes. is that, because they use the same libraries (e.g. libjpeg etc.)? roman

Re: [PD] convert pd patches to Max patches

2006-11-30 Thread Stefano Papetti
Thank you all! Stefano ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] newbie: Feedback and questions

2006-11-30 Thread Frank Barknecht
Hallo, David F. Place hat gesagt: // David F. Place wrote: The patch implements a tone generator for Pythagorean tuning with syntonic comma offsets. I hope it will help my renaissance flute consort to learn to play in just intonation in the style of Zarlino. So, it has to be usable by

Re: [PD] GRiPD and shell don't play well together

2006-11-30 Thread Patco
[EMAIL PROTECTED] a écrit : Hi Patco, find it in attachemnt (bad quality and large file, sorry).. Nothing extremely sophisticated/complicated but functional. Thank you, this interface looks very good, and the patch seems to be well adapted for using GRIPD, no so many parameters. and

[PD] text3d / textoutline

2006-11-30 Thread Romain Vuillet
Hello list, i need to display some text in GEM... Even with the GEM examples patchs, objets text3d text outline doesn't work (nothing appears in GEM window) Do i need some extra libraires ? thanks RomainV ___ PD-list@iem.at mailing list

Re: [PD] text3d / textoutline

2006-11-30 Thread Roman Haefeli
hi romain On Thu, 2006-11-30 at 13:32 +0100, Romain Vuillet wrote: Hello list, i need to display some text in GEM... Even with the GEM examples patchs, objets text3d text outline doesn't work (nothing appears in GEM window) Do i need some extra libraires ? i think not, but you might

Re: [PD] text3d / textoutline

2006-11-30 Thread chris clepper
What OS, GEM version and hardware? On 11/30/06, Romain Vuillet [EMAIL PROTECTED] wrote: Hello list, i need to display some text in GEM... Even with the GEM examples patchs, objets text3d text outline doesn't work (nothing appears in GEM window) Do i need some extra libraires ? thanks

[PD] nub question about random numbers

2006-11-30 Thread Myo
Hello list, I've been trying to create a random range of numbers, say, from -80 to 300. this seems like it would be very simple, but the answer is eluding me. if anyone can help out or point to some help that would be great. Thanks alot ___

Re: [PD] nub question about random numbers

2006-11-30 Thread Claude Heiland-Allen
bang-[random 381]-[- 80] will give pseudorandom integers between -80 and 300 (inclusive at both ends of the range). If you want a different granularity than whole numbers, you can increase the number given to [random] and do a multiplication. Myo wrote: Hello list, I've been trying to

Re: [PD] Pduino 0.2 test crash

2006-11-30 Thread Hans-Christoph Steiner
My guess is that the problem is because that Pd is loading [arduino] that's included in the test5 package. Try deleting the arduino files from the Pd distribution, then using Pduino. Or you could try using one of the nightly builds: http://autobuild.puredata.info But it shouldn't