Hi folks. My name is Tristan and I am a new subscriber, though not a new Pd addict.
I would like to try the band limiting oscillators in the creb package, but it appears to me that only the creb abstractions are available in the Pd-extended 0.38.4 distribution, at least for OSX.
I figure this because when I try loading the creb help files they are
unable to load their respective externals. Further I did a find | grep creb
, and only .pd files came up, no library present in the
directory tree under Resources.
Have others encounter trouble with creb on Pd-extended 0.38.4?
Thanks,
Tristan
Hallo, tristan chambers hat gesagt: // tristan chambers wrote:
I would like to try the band limiting oscillators in the creb package, but it appears to me that only the creb abstractions are available in the Pd-extended 0.38.4 distribution, at least for OSX.
I figure this because when I try loading the creb help files they are unable to load their respective externals. Further I did a
find | grep creb
, and only .pd files came up, no library present in the directory tree under Resources.
Creb most likely isn't built as a library, but as separate single externals. So the file you want to look for may be called blosc~.pd_darwin
Frank Barknecht _ ______footils.org_ __goto10.org__
On Mar 22, 2006, at 4:17 AM, Frank Barknecht wrote:
Hallo, tristan chambers hat gesagt: // tristan chambers wrote:
I would like to try the band limiting oscillators in the creb
package, but it appears to me that only the creb abstractions are available in the Pd-extended 0.38.4 distribution, at least for OSX.I figure this because when I try loading the creb help files they are unable to load their respective externals. Further I did a
find | grep creb
, and only .pd files came up, no library present in the directory tree under Resources.Creb most likely isn't built as a library, but as separate single externals. So the file you want to look for may be called blosc~.pd_darwin
Welcome Tristan! Good to have more people on the list.
Most of the creb objects are included as individual files. creb is
not yet included as a "libdir", which is a more flexible library format.
.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
Hello Frank,
Thank you for the tip. Unfortunately it seems there is no blosc~.pd_darwin either:
sequal:~/Desktop/Pd-extended 0.38.4.app/Contents/Resources tristan$ find | grep blosc ./doc/5.reference/blosc~.pd sequal:~/Desktop/Pd-extended 0.38.4.app/Contents/Resources tristan$
I'm figuring the developers just forgot, or were unable to include the externals in this release. maybe next time.
cheers,
Tristan
On 3/22/06, Frank Barknecht fbar@footils.org wrote:
Hallo, tristan chambers hat gesagt: // tristan chambers wrote:
I would like to try the band limiting oscillators in the creb package, but it appears to me that only the creb abstractions are available in the Pd-extended 0.38.4 distribution, at least for OSX.
I figure this because when I try loading the creb help files they are unable to load their respective externals. Further I did a
find | grep creb
, and only .pd files came up, no library present in the directory tree under Resources.Creb most likely isn't built as a library, but as separate single externals. So the file you want to look for may be called blosc~.pd_darwin
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
What makes it into Pd-extended largely has to do with whatever things
people put the time in to get incorporated. I guess no one has found
time for blosc~ yet.
Here's what's included from creb right now:
hans@sla:pure-data > grep creb externals/build/src/*.c externals/build/src/abs~.c:#include "../../creb/modules/abs.c" externals/build/src/bdiag~.c:#include "../../creb/include/extlib_util.h" externals/build/src/bdiag~.c:#include "../../creb/modules/bdiag.c" externals/build/src/bfft~.c:#include "../../creb/modules/bfft.c" externals/build/src/bwin~.c:#include "../../creb/modules/window.c" externals/build/src/cheby~.c:#include "../../creb/modules/cheby.c" externals/build/src/diag~.c:#include "../../creb/include/extlib_util.h" externals/build/src/diag~.c:#include "../../creb/modules/diag.c" externals/build/src/dist~.c:#include "../../creb/modules/dist.c" externals/build/src/dwt~.c:#include "../../creb/modules/dwt.c" externals/build/src/dynwav~.c:#include "../../creb/modules/dynwav.c" externals/build/src/eadsr~.c:#include "../../creb/modules/eadsr.c" externals/build/src/ead~.c:#include "../../creb/modules/ead.c" externals/build/src/ear~.c:#include "../../creb/modules/ear.c" externals/build/src/fdn~.c:#include "../../creb/modules/fdn.c" externals/build/src/ffpoly.c:#include "../../creb/modules/ffpoly.c" externals/build/src/fwarp.c:#include "../../creb/modules/fwarp.c" externals/build/src/ibfft~.c:#include "../../creb/modules/bfft.c" externals/build/src/idwt~.c:#include "../../creb/modules/dwt.c" externals/build/src/junction~.c:#include "../../creb/modules/junction.c" externals/build/src/lattice~.c:#include "../../creb/modules/lattice.c" externals/build/src/matrix~.c:#include "../../creb/modules/matrix.c" externals/build/src/permut~.c:#include "../../creb/modules/permut.c" externals/build/src/qmult~.c:#include "../../creb/modules/qmult.c" externals/build/src/qnorm~.c:#include "../../creb/modules/qnorm.c" externals/build/src/ramp~.c:#include "../../creb/modules/ramp.c" externals/build/src/ratio.c:#include "../../creb/modules/ratio.c" externals/build/src/statwav~.c:#include "../../creb/modules/statwav.c" externals/build/src/tabreadmix~.c:#include "../../creb/modules/ tabreadmix.c" externals/build/src/xfm~.c:#include "../../creb/modules/xfm.c"
.hc
On Mar 22, 2006, at 5:53 PM, tristan chambers wrote:
Hello Frank,
Thank you for the tip. Unfortunately it seems there is no blosc~.pd_darwin either:
sequal:~/Desktop/Pd-extended 0.38.4.app/Contents/Resources tristan$ find | grep blosc ./doc/5.reference/blosc~.pd sequal:~/Desktop/Pd-extended 0.38.4.app/Contents/Resources tristan$
I'm figuring the developers just forgot, or were unable to include the externals in this release. maybe next time.
cheers,
Tristan
On 3/22/06, Frank Barknecht fbar@footils.org wrote:
Hallo, tristan chambers hat gesagt: // tristan chambers wrote:
I would like to try the band limiting oscillators in the creb
package, but it appears to me that only the creb abstractions are
available in the Pd-extended 0.38.4 distribution, at least for OSX.I figure this because when I try loading the creb help files they
are unable to load their respective externals. Further I did afind | grep creb
, and only .pd files came up, no library present in the directory tree under Resources.Creb most likely isn't built as a library, but as separate single externals. So the file you want to look for may be called blosc~.pd_darwin
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
News is what people want to keep hidden and everything else is
publicity.
- Bill Moyers