Hi,
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do? Is it just a [scale]-like object?
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
Frank Barknecht _ ______footils.org_ __goto10.org__
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
sorry for taking over this thread, but i have a problem in the other direction ... |join| clashes with my |join| external ... i hope, there is a way to resolve this ...
cheers ... tim
On Feb 11, 2006, at 7:29 AM, Tim Blechmann wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
sorry for taking over this thread, but i have a problem in the other direction ... |join| clashes with my |join| external ... i hope, there is a way to resolve this ...
With the namespace, its no problem.
.hc
"Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war on
terrorism."
- retired U.S. Army general,
William Odom
On Sun, 12 Feb 2006 13:53:42 -0500 Hans-Christoph Steiner hans@eds.org wrote:
On Feb 11, 2006, at 7:29 AM, Tim Blechmann wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
sorry for taking over this thread, but i have a problem in the other direction ... |join| clashes with my |join| external ... i hope, there is a way to resolve this ...
With the namespace, its no problem.
oops, i haven't seen the |import mapping| in join-help.pd ...
just kidding ... currently pd doesn't have a namespace, that's so powerful, that i can agree with you ...
a namespace, that's worth the name should:
foo/prepend and bar/prepend but:
foo" is not allowed to avoid undefined behaviour... (programming languages like c++, python or ada are examples)
cheers ... tim
On Feb 12, 2006, at 2:16 PM, Tim Blechmann wrote:
On Sun, 12 Feb 2006 13:53:42 -0500 Hans-Christoph Steiner hans@eds.org wrote:
On Feb 11, 2006, at 7:29 AM, Tim Blechmann wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
sorry for taking over this thread, but i have a problem in the other direction ... |join| clashes with my |join| external ... i hope, there is a way to resolve this ...
With the namespace, its no problem.
oops, i haven't seen the |import mapping| in join-help.pd ...
just kidding ... currently pd doesn't have a namespace, that's so powerful, that i can agree with you ...
a namespace, that's worth the name should:
- allow the use of the same name in different namespaces like
foo/prepend and bar/prepend
That is possible currently. You can even have [prepend],
[foo/prepend], [bar/prepend]. The help patches work too, if you use
libdirs (i.e. each prepend will get its own help patch).
but:
- forbid the use of ambiguous names, so using prepend without "import
foo" is not allowed to avoid undefined behaviour... (programming languages like c++, python or ada are examples)
Could do that with some work, not too hard. I plan on doing it for
Pd-0.39.2-extended release. Of course multi-object/single-file
libraries won't work for this. But such libraries are deprecated for
the Pd-extended distro.
.hc
cheers ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tkLife is really simple, but we insist on making it complicated. Confucius
http://at.or.at/hans/
Frank Barknecht a écrit :
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing.
lot's more in fact.
I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
i'll be almost offline next week. i'm affraid i'll not be able to work on this until end febuary.
cyrille
Ciao
On Feb 11, 2006, at 4:28 AM, Frank Barknecht wrote:
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do?
Uhm, there are many more objects I seem to be missing. I can guess the meaning of some and even fake them (like [multi_slider] with a [table]) however maybe someone in the know can add the missing objects or give a hint, where to find them?
Yes, this is a work in progress, that's why I haven't announced it yet.
I am currently sorting thru Cyrille's ds_ objects and my hid_ objects
and merging them into externals/mapping.
The missing objects are here:
http://eds.org/~hans/ds_.tar.gz
.hc
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
On Feb 11, 2006, at 4:01 AM, Frank Barknecht wrote:
Hi,
the help files in the externals/mapping library often use a [resample] object which I cannot find. Where can I get this and what does it do? Is it just a [scale]-like object?
[resample] resamples a stream of data at a given rate, just like doing
an audio sampling rate conversion, but its for message rate/sensor
applications. The mapping lib has a lot of audio-type operations, but
at message rate since that's what's useful for sensor processing (for
example, [iir], [fir], [lop], etc.)
.hc
"The arc of history bends towards justice."
- Dr. Martin Luther King, Jr.