Hi List.
I posted this message at noisepage's pd-everywhere forum but untill
now there is no answer, so I am posting it to the list, maybe someone
has some idea.

I want to use fiddle~, so I went to the extra folder, compiled it,
(make fiddle~) then I grabbed fiddle~.pd_linux and copy it to
“/usr/local/lib/python2.6/dist-packages/” (where pylibpd is).
After this I tried to run the patch but fiddle isn’t working.
I then opened the file pylibpd.py and noticed that there is a
definition to add a search path:
 “”"def libpd_add_to_search_path(*args):
return _pylibpd.libpd_add_to_search_path(*args)
libpd_add_to_search_path = _pylibpd.libpd_add_to_search_path”"”.

I added this line to my echo.py derived script:
libpd_add_to_search_path(‘/usr/local/lib/python2.6/dist-packages/’),
and still doesn’t work.

What is that i am making wrong?
Anyone has some insight:
python script pasted in.
http://pastebin.ubuntu.com/566725/
Patch attached.

thanks for any help
Ricardo Lameiro
--
Fagote / Contrafagote
Bassoon / Contra-bassoon
http://myspace.com/ricardolameiro
#N canvas 486 105 307 421 10;
#X obj 41 275 hip~ 5;
#X obj 96 103 unpack;
#X obj 97 195 osc~;
#X obj 96 127 moses 1;
#X obj 41 213 *~;
#X obj 135 155 mtof;
#X obj 135 178 *;
#X msg 184 133 0.5;
#X floatatom 184 162 3 0 0 0 - - -;
#X msg 222 133 15;
#X obj 42 236 *~ 2;
#X obj 184 108 loadbang;
#N canvas 540 334 758 306 delay 0;
#X obj 15 222 outlet~;
#X obj 14 21 inlet~;
#X obj 15 102 loadbang;
#X obj 14 49 delwrite~ E03-del 40;
#X obj 15 195 delread~ E03-del;
#X obj 15 152 expr 1000*1024/$f1;
#X obj 15 128 samplerate~;
#X text 208 47 write to delay line which has enough memory to hold
40 msec;
#X text 125 128 get sample rate at load time;
#X text 185 152 divide 1024 by sample rate to give time in seconds
\; multiply by 1000 to convert to milliseconds.;
#X text 168 197 read from the delay line at the calculater delay;
#X text 317 268 1024-sample delay;
#X connect 1 0 3 0;
#X connect 2 0 6 0;
#X connect 4 0 0 0;
#X connect 5 0 4 0;
#X connect 6 0 5 0;
#X restore 40 121 pd delay;
#X obj 39 342 dac~;
#X obj 40 307 *~ 0.5;
#X floatatom 135 208 5 0 0 0 - - -;
#X obj 41 24 adc~;
#X text 252 14;
#X obj 50 72 fiddle~ 512;
#X connect 0 0 14 0;
#X connect 1 0 3 0;
#X connect 2 0 4 1;
#X connect 3 1 5 0;
#X connect 4 0 10 0;
#X connect 5 0 6 0;
#X connect 6 0 2 0;
#X connect 6 0 15 0;
#X connect 7 0 8 0;
#X connect 8 0 6 1;
#X connect 9 0 8 0;
#X connect 10 0 0 0;
#X connect 11 0 7 0;
#X connect 12 0 4 0;
#X connect 14 0 13 0;
#X connect 14 0 13 1;
#X connect 16 0 12 0;
#X connect 16 0 18 0;
#X connect 18 2 1 0;
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to