Hallo list,
I just made available a small group of self-made abstractions, which I use
myself a lot. Most of them require the GOP capabilities of Pd 0.39, and
some other some external libraries. Please feel free to go to
https://puredata.org/Members/jmmmp/ and download them and try them out.
They are enough documented, and any remarks about them will be welcome.
Greetings,
João Miguel Pais
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote:
I just made available a small group of self-made abstractions, which I use
myself a lot. Most of them require the GOP capabilities of Pd 0.39, and
some other some external libraries. Please feel free to go to
https://puredata.org/Members/jmmmp/ and download them and try them out.
They are enough documented, and any remarks about them will be welcome.
Cute and useful. Only problem I have: I would not use [scale] here, as scale from maxlib nameclashes with scale from Gem. Attached is a simple scaler I use instead, which is just a wrapper around an expr formula.
Frank Barknecht _ ______footils.org_ __goto10.org__
On Jun 27, 2006, at 4:47 AM, Frank Barknecht wrote:
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote:
I just made available a small group of self-made abstractions,
which I use myself a lot. Most of them require the GOP capabilities of Pd
0.39, and some other some external libraries. Please feel free to go to https://puredata.org/Members/jmmmp/ and download them and try them
out. They are enough documented, and any remarks about them will be
welcome.Cute and useful. Only problem I have: I would not use [scale] here, as scale from maxlib nameclashes with scale from Gem. Attached is a simple scaler I use instead, which is just a wrapper around an expr formula.
Also, using [maxlib/scale] should help with that.
.hc
¡El pueblo unido jamás será vencido!
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
On Jun 27, 2006, at 4:47 AM, Frank Barknecht wrote:
Cute and useful. Only problem I have: I would not use [scale] here, as scale from maxlib nameclashes with scale from Gem. Attached is a simple scaler I use instead, which is just a wrapper around an expr formula.
Also, using [maxlib/scale] should help with that.
I still would recommend to not use an external where an almost trivial abstraction can be used instead.
Frank Barknecht _ ______footils.org_ __goto10.org__
Also, using [maxlib/scale] should help with that.
I still would recommend to not use an external where an almost trivial abstraction can be used instead.
as I said before to H-C, I don't find namespaces a very good sollution. it
works perfectly with pd-ext, but not if someone has pd-core (where he can
put the externals wherever he wants, as long as they're in path). I'll use
the abstraction then. If you want, you can give a version with propper
name-credit, so that noone thinks that I did it :). I guess it would be no
problem to leave it in the middle of the "package", right?
Joao
On Jul 5, 2006, at 7:15 AM, João Miguel Pais wrote:
Also, using [maxlib/scale] should help with that.
I still would recommend to not use an external where an almost
trivial abstraction can be used instead.as I said before to H-C, I don't find namespaces a very good
sollution. it works perfectly with pd-ext, but not if someone has
pd-core (where he can put the externals wherever he wants, as long
as they're in path). I'll use the abstraction then. If you want,
you can give a version with propper name-credit, so that noone
thinks that I did it :). I guess it would be no problem to leave it
in the middle of the "package", right?
No matter how you install externals, they need to be organized. It
saves everyone a lot of time and effort if we all work together on a
single package. This has worked wonders for Java, Perl, Python,
etc. You could install just the bare language, but basically
everyone will want to use libraries. So many libraries are included
in the core distribution.
Pd-extended is a big mess right now, that's for sure, but its a step
to making a good core package. Previously it was a nightmare using
libraries because of the lack of a standard install layout. Massive
amounts of time was wasted just dealing with installation issues. If
you like dealing with installation issues, then don't let me stop
you. But I would rather spend my time doing just about anything else
that needlessly dealing with installation issues.
.hc