How to tranform a message into a series of ascii codes? I need this (I beleieve) to send strings to the comport external In other words: how to get from [ABC< to [65, 66, 67< ?
Hello marcboon,
Sunday, November 7, 2004, 11:23:19 PM, you wrote:
mdn> How to tranform a message into a series of ascii codes? mdn> I need this (I beleieve) to send strings to the comport external mdn> In other words: how to get from [ABC< to [65, 66, 67< ?
Cyclone/Hammer's [spell] does exactly this.
hi,list ! im having problems ....Im trying to load vasp library from my agnula demudi but i cant. i get the following:
/usr/lib/pd/extra/vasp.pd_linux: libflext.so: cannot open shared object file: No such file or directory vasp: can't load library
neither the syncgrain~ object ...if i try to create it i get: /usr/lib/pd/extra/syncgrain~.pd_linux: /usr/lib/pd/extra/syncgrain~.pd_linux: undefined symbol: _ZN12flext_sndobj4InitEv syncgrain~
why is this?? how can i fix it??
many thanks for your help
pun chik punchik@fastmail.fm
Hallo, pun chik hat gesagt: // pun chik wrote:
hi,list ! im having problems ....Im trying to load vasp library from my agnula demudi but i cant. i get the following:
/usr/lib/pd/extra/vasp.pd_linux: libflext.so: cannot open shared object file: No such file or directory vasp: can't load library
neither the syncgrain~ object ...if i try to create it i get: /usr/lib/pd/extra/syncgrain~.pd_linux: /usr/lib/pd/extra/syncgrain~.pd_linux: undefined symbol: _ZN12flext_sndobj4InitEv syncgrain~
why is this?? how can i fix it??
Hm, are both pd-flext and pd-flext-ext installed from the A/Demudi packages?
Frank Barknecht _ ______footils.org__
hi! i was testing pdp library , and it consumes a lot of my cpu. ....simple patches (like for example: example03.pd and example04) consumes 75 to 85 percent .......... if i use my gem patches with pdp(gem2pdp) the cpu usage goes up to 100%..........why is that?? Is this normal with pdp??? complex patches in gem never goes up to 60 %... i have a pentium centrino 1,7 with 768 ram and Nvidia GeForce FX Go 5200 on Agnula Demudi......... pd 0.37.4
is there way to fix this???
Thanks
pun chik punchik@fastmail.fm
pun chik wrote:
hi! i was testing pdp library , and it consumes a lot of my cpu. ....simple patches (like for example: example03.pd and example04)
Is this normal with pdp???
complex patches in gem never goes up to 60 %... i have a pentium centrino 1,7 with 768 ram and Nvidia GeForce FX Go 5200 on Agnula Demudi......... pd 0.37.4
of course i am not sure, but: pdp is done on the CPU Gem (everything but the pix_-objects) is done on the GPU is available (your GeForce has a fast GPU)
this means: Gem's rendering is mostly done on the gfx-card and does not affect your system-load; pdp does
is there way to fix this???
i don't think so.
however, the figures seem really a bit high
mfg.asd.r IOhannes
I read:
/usr/lib/pd/extra/vasp.pd_linux: libflext.so: cannot open shared object file: No such file or directory
do you have /usr/[local/]lib/pd/flext in your /etc/ld.conf.so ? if not, add it and run ldconfig
neither the syncgrain~ object ...if i try to create it i get: /usr/lib/pd/extra/syncgrain~.pd_linux: /usr/lib/pd/extra/syncgrain~.pd_linux: undefined symbol: _ZN12flext_sndobj4InitEv
do you have the sndobject library installed ?
HTH
x
hi, i have installed the libquicktime1 library but i get this every time i try to open .movs with pdp:
pdp_qt: opening /home/punchik/pidipVJ/negre.mov pdp_qt: video stream found (320x240 pixels, 25 fps, 23 frames, SVQ1 codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. quicktime_delete_vcodec_stub called
why is that??? is there any way of fixing that???
thanks
pun
hola,
libquicktime people are funny people, it seems SVQ ( aka Sorenson ) was supported in libquicktime 0.9.1 then did not work anymore in next releases.
cheers, sevy
pun chik wrote:
hi, i have installed the libquicktime1 library but i get this every time i try to open .movs with pdp:
pdp_qt: opening /home/punchik/pidipVJ/negre.mov pdp_qt: video stream found (320x240 pixels, 25 fps, 23 frames, SVQ1 codec) pdp_qt: WARNING: unsupported video codec pdp_qt: ERROR: no usable video stream found. quicktime_delete_vcodec_stub called
why is that??? is there any way of fixing that???
thanks
pun