hi,
i'm trying to be on the edge...
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data co -r devel_0_38 pd
./bootstrap.sh cd src autoconf ./configure --enable-jack --enable-threadedsf --enable-gathreadlocks --enable-setuid ../bin/pd
Pd version 0.38.4 devel {OSS 2} {ALSA 1} {jack 5} courier
i'm using a .pdrc in my root folder to load external and set dir. first, i do a Test Audio and Midi: a can hear the tone, but it's noisy and glitchy. in the console i got:
load_object: Symbol "plugin_tilde_setup" not found plugin~: can't load library load_object: Symbol "OSC_setup" not found OSC: can't load library load_object: Symbol "zexy_setup" not found zexy: can't load library ... ...
note that 0.38.2 work fine. thanks for any input! pat
i'm using a .pdrc in my root folder to load external and set dir. first, i do a Test Audio and Midi: a can hear the tone, but it's noisy and glitchy. in the console i got:
for the glitchy sound: which audio api are you using?
load_object: Symbol "plugin_tilde_setup" not found plugin~: can't load library load_object: Symbol "OSC_setup" not found OSC: can't load library load_object: Symbol "zexy_setup" not found zexy: can't load library
i heard reports on this, you can help me to track this down:
(or do a make install)
thanks ... tim
hi tim,
for the glitchy sound: which audio api are you using?
jack, in realtime mode, pd running with -rt too (root).
load_object: Symbol "plugin_tilde_setup" not found plugin~: can't load library
i heard reports on this, you can help me to track this down:
- which libraries are you using (could you post your .pdrc)?
it's really a big .pdrc (included).
- are you really running the correct pd binary? it's in ./src not in ./bin
(or do a make install)
there's no pd executable in pd/src. only in pd/bin.
thanks ... tim
thanks to you, pat
-rt -sleepgrain 0 -jack -audiobuf 64 -r 44100 -midiindev 2,1,21,22 -inchannels 14 -outchannels 10 -path /usr/local/lib/pd/extra -path /usr/local/lib/pd/externs -path /home/patrick/11h11/lachose -path /home/patrick/11h11/lachose/abstrus -path /home/patrick/11h11/lachose/drum_collection -path /home/patrick/11h11/lachose/dgranulator -path /home/patrick/11h11/lachose/externals -path /home/patrick/11h11/lachose/lpn -path /home/patrick/11h11/lachose/rradical/control -path /home/patrick/11h11/lachose/rradical/effects -path /home/patrick/11h11/lachose/rradical/instruments -path /home/patrick/11h11/lachose/rradical/memento -path /home/patrick/11h11/lachose/rradical/pdp -path /home/patrick/11h11/lachose/rradical/showcase -path /home/patrick/11h11/lachose/rradical/stuff -path /home/patrick/11h11/lachose/rradical/tpl -path /home/patrick/11h11/lachose/rradical/usercases -path /home/patrick/shapeSynth/abstractions -path /home/patrick/11h11/art~/rradical -path /home/patrick/11h11/art~/rradical/memento -path /home/patrick/11h11/art~/rradical/util -helppath /usr/lib/pd/doc/5.reference -helppath /home/patrick/11h11/lachose -lib plugin~ -lib OSC -lib zexy -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib fluid~ -lib monorythm -lib metroplus -lib maxlib -lib cyclone -lib syncgrain~ -lib mp3write~ -lib mp3cast~ -lib mp3amp~ -lib xsample -lib pdogg -lib fastools -lib popup -lib percolate -lib pool -lib hid -lib fftease -lib maphash -lib pmpd -open /home/patrick/11h11/lachose/LACHOSE.pde
- are you really running the correct pd binary? it's in ./src not in
./bin (or do a make install)
there's no pd executable in pd/src. only in pd/bin.
make sure, you're doing a fresh checkout, or remove both makefile and Makefile in pd/src!
cheers... tim