[PD] Beatrepeat (preview)

2008-09-29 Thread Frank Barknecht
Hi, attached is a preview of a little effect I was working on after meeting with a nice Ableton Live user (Hi, Cee!). It aims to be a clone of the Beatrepeat effect in newer Live versions, which basically is a delay line with variable, tempo synced taps. My version is pure Pd. This is a very

Re: [PD] removing NaN

2008-09-29 Thread Damian Stewart
David Brynjar Franzson wrote: the expr works fine with expr (isnan($f1), 0, $f1). The route f method doesn't work since NaN is treated as a valid floating point number. on pd-0.40-3-extended (osx intel) trying to use this i get : expr: syntax error: illegal comma , 0 , $f1 error: expr:

Re: [PD] removing NaN

2008-09-29 Thread Damian Stewart
Damian Stewart wrote: David Brynjar Franzson wrote: the expr works fine with expr (isnan($f1), 0, $f1). The route f method doesn't work since NaN is treated as a valid floating point number. on pd-0.40-3-extended (osx intel) trying to use this i get : expr: syntax error: illegal comma

[PD] First post - bang to float conversion

2008-09-29 Thread Daniel Almeida
Hi All! this is my first post on the list. I'm a beginner on Pure data. Just had a workshop on MAX and decided to try PD. I'm working on a simple drum machine but I need a way to convert a bang into a float. I have a counter that counts from 1 to 16 and on each step a select to send me a

Re: [PD] First post - bang to float conversion

2008-09-29 Thread Frank Barknecht
Hallo, Daniel Almeida hat gesagt: // Daniel Almeida wrote: this is my first post on the list. I'm a beginner on Pure data. Just had a workshop on MAX and decided to try PD. Welcome, Daniel! I'm working on a simple drum machine but I need a way to convert a bang into a float. I have a

Re: [PD] First post - bang to float conversion

2008-09-29 Thread Daniel Almeida
Thank you very much. It does make sense to use it from 0 to 15, just like counters in C. I'll try it tonight. Thanks again! Daniel Almeida --- On Mon, 9/29/08, Frank Barknecht [EMAIL PROTECTED] wrote: From: Frank Barknecht [EMAIL PROTECTED] Subject: Re: [PD] First post - bang to float

[PD] [wiimote] and inf

2008-09-29 Thread Hans-Christoph Steiner
So we just found a bug here at AVLAB when using [iir] to filter data coming from [wiimote]. It seems that the [wiimote] object outputs - inf and inf if the nunchuks are not connected. This makes it quite hard to do things like filter the data, since inf can freak out some filters. Any

[PD] [iir] doesn't handle nan, -inf, inf and very small numbers well

2008-09-29 Thread Hans-Christoph Steiner
Pix and I are here working in AVLAB using [iir] for filtering data from [wiimote]. It turns out that [iir] gets stuck at inf or -inf if it receives one. This makes sense in a math sense, but not in a Pd/ practical sense. We are thinking that [iir] should filter out -inf, inf, and perhaps

[PD] readsf~ using up file handles

2008-09-29 Thread Damian Stewart
hey, on OSX, if i accidentally trigger an infinite loop situation with a readsf~, it eats up all Pd's filehandles; then when i try to save another patch, i get error: filename.pd: Too many open files it seems to me as if readsf~ isn't freeing the filehandle if its call to fopen fails. --

Re: [PD] [iir] doesn't handle nan, -inf, inf and very small numbers well

2008-09-29 Thread Charles Henry
Some of my [fexpr~ ] IIR constructions have the same problem... but as mentioned before, there's a if(isnan($y), 0, $y) way to do that. Perhaps you don't want to default the nan filtering to go to 0. It could sound glitchy, and introduce clicks. Maybe there's a better way to get continuity.

[PD] [PD-announce] Próximas actividades / Up coming Activities · 29/09-05/10 (fwd)

2008-09-29 Thread Hans-Christoph Steiner
Come to the AVLAB opening this wednesday at 6pm, plus other activities driven by Pd: English: Interactive Art Exhibition AVLAB 1.0 - A/V experimentation *Project showcase: October** 1 -26 (opening:

Re: [PD] new vanilla list-abs: list-slice, list-value and more

2008-09-29 Thread Frank Barknecht
Hallo, Steffen Juul hat gesagt: // Steffen Juul wrote: @Frank: Would you mind pointing out what (minimum) requirements you have for accepting new list-abs? Except for it to be vanilla and not using [prefix/someobj], that i'm guessing is a rule. The minimal requirements for an abstraction

[PD] Gem pix and PDP failure - tatiana works with many errors.

2008-09-29 Thread Mark Pasquesi
I) MAC problems (Aiii) PDP loads and fails with the attached mixer patch.  Also fails with help pix_film patch.  Though at times it functions. Tatiana is stable, but pd output states there are tons of errors.  But it never crashes, and deals with live very well. Suggestions on how to

Re: [PD] pd-extended nightlies and Ubuntu Intrepid

2008-09-29 Thread Chris Wenn
OK! I figured out how to install Pd-extended on Ubuntu Intrepid: *THIS IS A DREADFUL, UGLY HACK. EXECUTE AT YOUR OWN RISK* via the command line, do: [EMAIL PROTECTED]:~$ sudo dpkg -i --ignore-depends=liblame0 Pd-0.42.0-extended-date-ubuntu-hardy-i386.deb then in your favourite text editor and