Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
much thanks in advance,
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
c
much thanks in advance,
--
Ben C.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
Or
[list-lastx 30] | [list-minmax]
if you only want to depend on [list]-abs.
Frank Barknecht _ ______footils.org__
Frank Barknecht wrote:
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
Or
[list-lastx 30] | [list-minmax]
Or how about
/\
[moses]
|
[trigger a a]
with a handmade counter that resets moses every n'th time.
eni
I don't think you need lists for this, just 2 objects [min] [trigger] and an initial value. in attach is an example with a random stream of numbers. hans r
At 21:47 8/07/2008, you wrote:
Frank Barknecht wrote:
Hallo, cyrille henry hat gesagt: // cyrille henry wrote:
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
Or
[list-lastx 30] | [list-minmax]
Or how about
/\
[moses]
|
[trigger a a]with a handmade counter that resets moses every n'th time.
eni
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hmm...
I have to say I don't quite know what this [mapping] is. I tried the obvious (trying to create a [mapping] object). can I get a bit of a further explanation f what you mean, cyrille?
thanks
On Tue, Jul 8, 2008 at 1:58 PM, cyrille henry cyrille.henry@la-kitchen.fr wrote:
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
c
much thanks in advance,
--
Ben C.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
oh shit.
there is a mapping/last_n object.
I thought you meant using the mapping object with my last 30 numbers.
argh
On Tue, Jul 8, 2008 at 2:31 PM, Ben Carney bfcarney@gmail.com wrote:
hmm...
I have to say I don't quite know what this [mapping] is. I tried the obvious (trying to create a [mapping] object). can I get a bit of a further explanation f what you mean, cyrille?
thanks
On Tue, Jul 8, 2008 at 1:58 PM, cyrille henry cyrille.henry@la-kitchen.fr wrote:
Ben Carney a écrit :
Hello there list!
pretty simple question I think, but I'm a bit stumped.
I have a stream of numbers coming in from a flex sensor and I would love to be able to grab the lowest number from x amount of numbers, every 30 numbers or so.
I looked through the [list minmax] example, but could not figure out how to make it do it "live".
| [mapping/last_n 30] | [list minmax] |
c
much thanks in advance,
--
Ben C.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
Ben C.