-
yeli
hi
i was working on pd ext 0.39 without pb
and I recently I update to 0.40
and glaps! pd can't load any lib anymore (gem, zexy, etc.).
I'm working on mac osX 4 11...
anyone can help
thx
yeli/Applications/Pd-extended.app/Contents/Resources/extra/Gem/Gem.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/Gem/Gem.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib
Referenced from: /Applications/Pd-extended.app/Contents/Resources/extra/Gem/Gem.pd_darwin
Reason: image not found
Gem: can't load library
cyclone: can't load library
zexy: can't load library
cxc: can't load library
ext13: can't load library
FFTease - A set of Live Spectral Processors
Originally written by Eric Lyon and Christopher Penrose for MAX/MSPflext port (version 0.0.0) provided by Thomas Grill, (C)2003-2004
iemabs: can't load library
iemmatrix: can't load library
liblist: can't load library
markex: can't load library
maxlib: can't load library
memento: can't load library
mjlib: can't load library
motex: can't load library
oscx: can't load library
pddp: can't load library
pdogg: can't load library
/Applications/Pd-extended.app/Contents/Resources/extra/pdp.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
Referenced from: /Applications/Pd-extended.app/Contents/Resources/extra/pdp.pd_darwin
Reason: image not found
pdp: can't load library
/Applications/Pd-extended.app/Contents/Resources/extra/pidip.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/extra/pidip.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
Referenced from: /Applications/Pd-extended.app/Contents/Resources/extra/pidip.pd_darwin
Reason: image not found
pidip: can't load library
pixeltango: can't load library
pmpd: can't load library
rradical: can't load library
sigpack: can't load library
smlib: can't load library
toxy: can't load library
unauthorized: can't load library
VASP modular 0.1.4pre
vector assembling signal processor
(C)2002-2007 Thomas Grillhttp://grrrr.org/ext
xsample objects, version 0.3.2pre
xrecord~, xplay~, xgroove~
(C)2001-2007 Thomas Grill
/Applications/Pd-extended.app/Contents/Resources/extra/zexy/z~.pd_darwin: can't load library
-
yeli
I need to fade in and out when playing samples (if possible with random fade) but i can't get the way to catch in a number box the rowling sample as I can do it for ex with enveloppes with env~.
How can I do?
Thx
Yeli -
yeli
I use [readsf~] to play the sample. Unfortunatly my pd doesn't recognize [wavinfo] so I couldn't try it (I have Pd version 0.39.3-extended)...
To be able to fade out I catch the sample length with a /soundfiler/ connected to /read $ arrayX/ connected to a /symbol/. if i want to fade out my sample at a T time before the end, I connect a /-T/ (less T) (I have to learn how to do the "[" !) after my /soundfiler/ and throw this number in the right outlet of a /float/. This works ok BUT to be able to know when this number comes (and catch it with /sel/) i have to know when it comes ! Simply to SEE the clock going on And I don't manage that ... Uff! i'm I clear or it is worse and worse??? Y -
yeli
Sorry, i try to explain it better: I want to be able to fade the sound of a sample. To do that i need to order the fade BEFORE the end of the sample ! So i'm looking for the way to SEE the samples going on in a number box, so that I can select at which number i fade.
i thought to use snapshot~ but my output~ is connectect to a textfile and it's not working
did i succed to be clear?
y