-
drumanart
Hello,
Does anyone know how to get data from a WiFly RN171 into Pd. I can visualize data from a WiFly RN171 using "telnet 169.254.1.1 2000" with a terminal (I use Linux).
Thanks Martin -
drumanart
Hello
I use pd-extended 0.42.5.
Has somebody an idea where the [convert.ascii2pd] object is?
Also the [string2any] object is missing.I try to convert ASCII from an ARDUINO.
Thanks Martin
-
drumanart
Hello.
I'm plan to use the ann "Neural Network" on my linux (Ubuntu onerirc).The first thing is that I couldn't find the ann library in the pd-extended extra folder.
So I downloaded "ann" from http://puredata.info/Members/dmorelli/ann/ann/
and I copied the unpacket folder to /usr/lib/pd-extended/extraThen I downloaded FANN-2.2.0-Source from http://sourceforge.net/projects/fann/files/latest/download and did:
cmake
sudo make install
the library installed without showing any error.Then I went to
/usr/lib/pd-extended/extra/ann/src and did:
make -f makefile.linux annmake -f makefile.linux annI get the error:
ann_som.c:1:0: error: CPU you selected does not support x86-64 instruction set
make: *** [ann_som.o] Error 1Any suggsestion?
Thanks Martin -
drumanart
Hello.
I run pd-extended under LINUX (UBUNTU 11.10 oneiric).
All audio stuff works well, but in starting up Pd I get an error:/usr/lib/pd-extended/extra/Gem/Gem.pd_linux: libquicktime.so.1: cannot open shared object file: No such file or directory
I'm able to create [gemhead], but [pix_video] want work. The above library is not in my system.
Any idea
Thanks for help Martin -
drumanart
Hi folks.
Does anybody knows the repositories command to install pd-extended in Natty Narwahl yet?
Using deb http://apt.puredata.info/releases lucid main gives errors of corse.
Thks -
drumanart
Reading rows of numbers.
I have a file with 3 columns of numbers, separated by coma (csv.txt).
How can I read the columns to load it in 3 separated arrays?
I could’nt find a topic yet with the solution.
Tks for help.
Martin -
drumanart
Is it possible to configure [comport] for 9 bit data flow?
Thanks Martin -
drumanart
How can I select only every 2nd byte received from the comport? I tried to use the [gate] and the [toggle] object, but they are to slow and the result is sometimes incorrect.
I have to filter, (erase) every second byte, does somebody knows a way?
Thanks Martin -
drumanart
Hello everybody.
I'm using pd with UBUNTU and I'm trying to use the abstraction "scale-changer.pd" of the rtc library. There is an object named [fluid~] marked in red (unknown). Is there a replacement for UBUNTU?
Thks -
drumanart
Hello folks.
I read data from a PIC 18F442 with [comport]. This works great but unfortunately I need an USB to the RS232 converter to use my Laptop.
It would be easy to design an UART to USB converter using the IC FT232 (http://www.dharmanitech.com/2008/07/usart-to-usb-converter-using-ft232bm.html)But I don't know what kind of object I have to use to read the data coming in from the USB interface.
Somebody has any idea?
-
drumanart
Hi floks.
I'm able to send OSC messages from PD to Reaktor (installed on an other computer) using [sendOSC].
But if I try to send OSC messages from Reaktor to PD [OSCdump] the sliders want do any thing.Where is my misstake, any idear?
Attached is the PD patch.
MartinOps: I forgot to attache the patch.
-
drumanart
Hi floks.
I'm able to send OSC messages from PD to Reaktor (installed on an other computer) using [sendOSC].
But if I try to send OSC messages from Reaktor to PD [OSCdump] the sliders want do any thing.Where is my misstake, any idear?
Attached is the PD patch.
MartinOps: I forgot to attache the patch.
-
drumanart
Hi folks.
Does somebody knows how to send data from PD to PD over the internet.
I get it work in my home local network using the objects [netsend] and [netreceive]. Trying to do the same with a computer on another location want work.
To send a data stream I connect to the external IP address of the router 80.36.xxx.xxx:6100 (6100 as a port). On the router the portnumber 6100 is open and I try to read the data with [netreceive 6100].
Hopefully somebody can help. -
drumanart
Hello to all.
I installed Pd version 0.40.3 on my UBUNTU-STUDIO Hardy computer.On start up I get the error messages:
cyclone: can't load library
zexy: can't load library
creb: can't load library
iemlib: can't load libraryThks
-
drumanart
Hello everybody.
With UBUNTU 7.10 GUSTY (i386) I'm trying to install Pd-0.39.3 extended-debian-testing-i386.dep. Unfortunately I get the error libjack0.100.0-0 library not found. Serving in the internet I couldn't get the right way to resolve the problem.
Hopefully somebody out there knows how to....
drumanart -
drumanart
No, netreceive is not the one. I tried [shell] and I get results from the RN171, only Pd hangs after a while.
If I run "telnet 169.254.1.1 2000" on a terminal I receive data as continuous data-stream, with Pd the prg.(Pd) hangs after view seconds.
Martin -
drumanart
Ok, thanks.
Attached is the code for the ARDUINO and a patch for Pd. The program for the ARDUINO scans analog A0 and sends 10bit data to the pd patch.
The protocol:
1st byte: header 0x00;
2nd byte: 2 bits for the Hi-Byte & 6 address bites.
3rd byte: Lo-Byte data.
With this simple protocol one can address 64 different sources and it works great.
Martin -
drumanart
Solved.
I copied the file "ann.pd_linux" from the /local/lib/pd-extended/extra/ann/src folder
to /local/lib/pd-extended/extra/annin the src folder type:
sudo cp ann.pd_linux ../../Now it works
Martin -
drumanart
My path is the same: "path /usr/lib/pd-extended/extra/ann", but I get two errors:
Gem: can't load library
libdir_loader: added 'cyclone' to the global objectclass path
ann: can't load libraryGem (I suppose) has nothing to do with the ann library.
-
drumanart
Thanks, now the" make -f makefile.linux ann" compiled without getting any error, but still the "ann_mlp" object is in red.
Is this a path question? I put ann in the search path but ann_mlp stays red.
Thanks Martin