Re: [PD] wave morphing

2007-01-14 Thread Claude Heiland-Allen
Roman Haefeli wrote: On Sun, 2007-01-14 at 15:01 +, Claude Heiland-Allen wrote: When writing it I found a bug in wrap~ in pd-0.40-2 from Miller's site: sig~ 1 wrap~ print~ -> 0 as i would expect. sig~ 0 wrap~ print~ -> 1 as i would expect, as well. where is the bug? am i missing somet

Re: [PD] [PD-announce] Pd-0.39.2-extended-test7 released

2007-01-14 Thread Hans-Christoph Steiner
Strange, works for me on Mac OS X 10.4.8/PowerPC/G4. Any other Mac/ Intel users? .hc On Jan 14, 2007, at 3:04 PM, dafydd hughes wrote: Hey Hans-Christoph Just installed test 7 on a MacBook Core 2 Are delwrite~/delread~/vd~ broken? I can't get any sound from them... Maybe I'm missing som

Re: [PD] wiiremote b4

2007-01-14 Thread Hans-Christoph Steiner
If you have the whole dev layout checked out, then: cd pure-data/externals make wiiremote ls -l io/wiiremote/wiiremote.pd_darwin I posted a binary on this list, check the archives. .hc On Jan 12, 2007, at 10:27 AM, Stefano Papetti wrote: Hello Hans, thanks for porting it! I'm not able to

Re: [PD] [PD-announce] Pd-0.39.2-extended-test7 released

2007-01-14 Thread dafydd hughes
Hey Hans-Christoph Just installed test 7 on a MacBook Core 2 Are delwrite~/delread~/vd~ broken? I can't get any sound from them... Maybe I'm missing something specific to the new computer. cheers dafydd On 1/6/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Ok, this should be approach

Re: [PD] [PD-announce] Pd-0.39.2-extended-test7 released

2007-01-14 Thread dafydd hughes
Hey Hans-Christoph Just installed test 7 on a MacBook Core 2 Are delwrite~/delread~/vd~ broken? I can't get any sound from them... Maybe I'm missing something specific to the new computer. cheers dafydd On 1/6/07, Hans-Christoph Steiner <[EMAIL PROTECTED]> wrote: Ok, this should be approac

Re: [PD] floathotel and/or maphash and compiling for OS X

2007-01-14 Thread Phil Stone
Hallo, Phil Stone hat gesagt: // Phil Stone wrote: > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects > for Mac OS X Intel? see: > > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html > > They don't seem to be in Pd-extended, unless I've missed them. You

Re: [PD] floathotel and/or maphash and compiling for OS X

2007-01-14 Thread Phil Stone
Hallo, Phil Stone hat gesagt: // Phil Stone wrote: > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects > for Mac OS X Intel? see: > > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html > > They don't seem to be in Pd-extended, unless I've missed them. You

Re: [PD] floathotel and/or maphash and compiling for OS X

2007-01-14 Thread Phil Stone
Hallo, Phil Stone hat gesagt: // Phil Stone wrote: > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects > for Mac OS X Intel? see: > > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html > > They don't seem to be in Pd-extended, unless I've missed them. You

Re: [PD] Pduino: change read speed

2007-01-14 Thread Roman Haefeli
On Sun, 2007-01-14 at 14:31 -0500, Hans-Christoph Steiner wrote: > On Jan 13, 2007, at 12:27 PM, Roman Haefeli wrote: > > > On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: > > > >> Also you could try changing the checkForInput function so that it > >> stays > >> there longer: > >> Change:

Re: [PD] Pduino: change read speed

2007-01-14 Thread Hans-Christoph Steiner
On Jan 13, 2007, at 12:27 PM, Roman Haefeli wrote: On Sat, 2007-01-13 at 10:50 -0500, Martin Peach wrote: Also you could try changing the checkForInput function so that it stays there longer: Change: void checkForInput() { if(Serial.available()) { while(Serial.available()) {

Re: [PD] wave morphing

2007-01-14 Thread Roman Haefeli
On Sun, 2007-01-14 at 15:01 +, Claude Heiland-Allen wrote: > When writing it I found a bug in wrap~ in pd-0.40-2 from Miller's site: > > sig~ 1 > wrap~ > print~ > -> 0 as i would expect. > sig~ 0 > wrap~ > print~ > -> 1 as i would expect, as well. where is the bug? am i missing something?

[PD] OT: video automated compsiting

2007-01-14 Thread Max Neupert
hi list, i need advice or a contractor for the following programming work: there is a battery test, where batteries are tested for safety. batteries are overcharged and exposed to pressure. one test can take up to 9 hours. the test is put on video by a hard disk video camera which produces mov

Re: [PD] wave morphing

2007-01-14 Thread Claude Heiland-Allen
Malte Steiner wrote: I didnt looked into your patch yet but usually these waveforms are stored in one table as one sample. Your tabread object should run through one waveform at a time, I have to look up how much bytes they are but assume 256, so it runs from 0 to 255 and to switch to another

Re: [PD] ASDR

2007-01-14 Thread Patco
Frank Barknecht a écrit : I t ' s not really important for you to understand ADSR enve- lopes when you're programming the DX7, but if you already do and are curious about the comparison, see the envelope discussion in the Advanced Program- ming Notes section of this manual. All right,

Re: [PD] wave morphing

2007-01-14 Thread Patco
Malte Steiner a écrit : I didnt looked into your patch yet but usually these waveforms are stored in one table as one sample. Oops, fortunately you didn't looked into the patch, there was, again, a missing abstraction which is attached. It's a kind of autorange but that outputs values between ze

Re: [PD] ASDR

2007-01-14 Thread Frank Barknecht
Hallo, Patco hat gesagt: // Patco wrote: > I am not sure about that, DX7 has the usual ADSR, and level, No, it has a unique envelope generator which used four pairs of "levels" and "rates" to be specified. This is more aking to a breakpoint envelope in the traditional sense, but it can be used t

Re: [PD] ASDR

2007-01-14 Thread Patco
Frank Barknecht a écrit : Hallo, Patco hat gesagt: // Patco wrote: Rune Lain Knudsen a écrit : You can set the envelope to four points if you want to. I just wanted to have the option of having something more advanced than an adsr(aadddsrrr for example). Since sixty years of

Re: [PD] wave morphing

2007-01-14 Thread Malte Steiner
Hello, I didn't try this freeware, but it looks like very good, the info.html is explicitly show the fonctionning,then we could deduce how to proceed for doing something similar with this. Also I am not sure how one hundred of waveforms would be stored into the patch. I didnt looked into you

Re: [PD] ASDR

2007-01-14 Thread Frank Barknecht
Hallo, Patco hat gesagt: // Patco wrote: > Rune Lain Knudsen a écrit : > >You can set the envelope to four points if you want to. I just wanted to > >have the option of having something more advanced than an adsr(aadddsrrr > >for example). > > > Since sixty years of electronic music the need f

Re: [PD] ASDR

2007-01-14 Thread Steffen
On 14/01/2007, at 13.17, Patco wrote: Since sixty years of electronic music the need for an enveloppe generator with more than the four usual parameters has not been necessary, why would we need now an aaddsrr, what's the interest? In the diy-synth scene people actually build that kind of

Re: [PD] wave morphing

2007-01-14 Thread Patco
Malte Steiner a écrit : I do something simular with wavetables in the spirit of PPG or Waldorf synthesizers (stepping through a bunch of single cycle waves), its great in combination with the moog~ filter and it sounded well on a concert yesterday. There are two windows applications out there w

Re: [PD] ASDR

2007-01-14 Thread Patco
Rune Lain Knudsen a écrit : You can set the envelope to four points if you want to. I just wanted to have the option of having something more advanced than an adsr(aadddsrrr for example). Since sixty years of electronic music the need for an enveloppe generator with more than the fou

[PD] hexloader problem

2007-01-14 Thread Georg Holzmann
Hallo! The hexloader is not working on my computer (pd 0.40-2) - do I have to apply a patch to get this working ? (I thought it is standard now ...) Thanks, LG Georg ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://list

Re: [PD] floathotel and/or maphash and compiling for OS X

2007-01-14 Thread Frank Barknecht
Hallo, Phil Stone hat gesagt: // Phil Stone wrote: > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects > for Mac OS X Intel? see: > > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html > > They don't seem to be in Pd-extended, unless I've missed them. You can bu

Re: [PD] loadpath

2007-01-14 Thread Frank Barknecht
Hallo, hard off hat gesagt: // hard off wrote: > yeah cheers frank. that is super handy. I wonder where I've read about this "trick", it's a very old one. I thought it was in the html-manual, but it's not there (anymore?). I now added it to the TipsAndTricks wiki page: http://puredata.info/docs

Re: [PD] dynebolic ?

2007-01-14 Thread Claude Heiland-Allen
One of the dyne servers broke, it will all be online again soon (according to the pure:dyne mailing list). Claude ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] pixelTango CVS link

2007-01-14 Thread Jeff Dawson
Hello, I recently tried to download the pixelTango CVS snapshot (http://cvs.sat.qc.ca/pixelTANGO.tar.gz) from the tot.sat.qc.ca website, but it brings up a 404 File Not Found error. Does anyone know if there's anywhere else I can get the file? Cheers, Jeff Dawson ___