Hi! Newbie over here... -also a non programmer, non native english speaker. Just a biologist interested in music and cognitive sciences.
I'm trying to make a set of drumpads using Pd so I installed Firmata 2.2 as well as Pduino 0.5 from the Hans site: https://at.or.at/hans/pd/objects.html
I tried to run it but I get a bunch of "couldn't create" messages like these:
Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_deken.tcl [deken] Platform detected: Windows-i686-32bit Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_docsdir.tcl The Pd window filtered 9 lines netreceive: failed to sett SO_BROADCAST mapping/resample 100 ... couldn't create ... you might be able to track this down from the Find menu. mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create zexy/makesymbol Firmata-%s.%s ... couldn't create zexy/unpack float float ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create comport $1 57600 ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create moocow/string2any 32 -1 ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create cyclone/prepend ... couldn't create zexy/makesymbol %s-%s.%s ... couldn't create moocow/string2any 32 -1 ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend string ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend sysex ... couldn't create cyclone/prepend 40 ... couldn't create moocow/string2any 32 -1 ... couldn't create cyclone/gate 2 ... couldn't create [arduino]: version_0.5 Pd documents directory: C:/Users/Elisa/Documents/Pd PatchToCommands.pd 15 0 16 0 (text->text) connection failed
I've tried to change the externals path so that it matched the Pduino Folder but still getting the errors
I'll really appreciate any help, it'd be important for letting me use Pd for my undergrad project. Bests, Eli
Hi,
I recommend for your case to use Pd-extended. Pduino-0.5.zip is from that time. Also I recommend to use the Zip version of Pd-extended as this one does not need to be installed and you already have a newer Pd. You can also get all the [externals] needed with the newer Pd but to simplify your “undergrad project.” go to:
https://sourceforge.net/projects/pure-data/files/pd-extended/0.43.4/
And pick:
Pd-0.43.4-extended-windowsxp-i386.zip
Extract the files and start Pd-extended with a double-click on the file:
pd-extended.bat
You should be able to open “arduino.pd” from Hans “Pduino-0.5” folder. You will not get “... couldn't create” messages.
I’ve never used [arduino] so the rest I don’t know.
Hope it helps, Lucarda.
Mensaje telepatico asistido por maquinas.
On 1/19/2018 11:13 PM, Elisa González Verdejo wrote: Hi! Newbie over here... -also a non programmer, non native english speaker. Just a biologist interested in music and cognitive sciences.
I'm trying to make a set of drumpads using Pd so I installed Firmata 2.2 as well as Pduino 0.5 from the Hans site: https://at.or.at/hans/pd/objects.html
I tried to run it but I get a bunch of "couldn't create" messages like these:
Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_deken.tcl [deken] Platform detected: Windows-i686-32bit Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_docsdir.tcl The Pd window filtered 9 lines netreceive: failed to sett SO_BROADCAST mapping/resample 100 ... couldn't create ... you might be able to track this down from the Find menu. mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create zexy/makesymbol Firmata-%s.%s ... couldn't create zexy/unpack float float ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create comport $1 57600 ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create moocow/string2any 32 -1 ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create cyclone/prepend ... couldn't create zexy/makesymbol %s-%s.%s ... couldn't create moocow/string2any 32 -1 ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend string ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend sysex ... couldn't create cyclone/prepend 40 ... couldn't create moocow/string2any 32 -1 ... couldn't create cyclone/gate 2 ... couldn't create [arduino]: version_0.5 Pd documents directory: C:/Users/Elisa/Documents/Pd PatchToCommands.pd 15 0 16 0 (text->text) connection failed
I've tried to change the externals path so that it matched the Pduino Folder but still getting the errors
I'll really appreciate any help, it'd be important for letting me use Pd for my undergrad project. Bests, Eli
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
If you want to get the externals for your newer Pd read:
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files
https://drive.google.com/file/d/0B3AoiT0xk8fnYWV5anJZeXZ2MDg/view
These messages :
mapping/resample 100 ... couldn't create
zexy/unpack float float ... couldn't create
...
means that you have to install the “mapping”, “zexy”, ... externals.
Lucarda
Mensaje telepatico asistido por maquinas.
On 1/20/2018 12:40 AM, Lucas Cordiviola wrote:
Hi,
I recommend for your case to use Pd-extended. Pduino-0.5.zip is from that time. Also I recommend to use the Zip version of Pd-extended as this one does not need to be installed and you already have a newer Pd. You can also get all the [externals] needed with the newer Pd but to simplify your “undergrad project.” go to:
https://sourceforge.net/projects/pure-data/files/pd-extended/0.43.4/
And pick:
Pd-0.43.4-extended-windowsxp-i386.zip
Extract the files and start Pd-extended with a double-click on the file:
pd-extended.bat
You should be able to open “arduino.pd” from Hans “Pduino-0.5” folder. You will not get “... couldn't create” messages.
I’ve never used [arduino] so the rest I don’t know.
Hope it helps, Lucarda.
Mensaje telepatico asistido por maquinas.
On 1/19/2018 11:13 PM, Elisa González Verdejo wrote: Hi! Newbie over here... -also a non programmer, non native english speaker. Just a biologist interested in music and cognitive sciences.
I'm trying to make a set of drumpads using Pd so I installed Firmata 2.2 as well as Pduino 0.5 from the Hans site: https://at.or.at/hans/pd/objects.html
I tried to run it but I get a bunch of "couldn't create" messages like these:
Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_deken.tcl [deken] Platform detected: Windows-i686-32bit Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_docsdir.tcl The Pd window filtered 9 lines netreceive: failed to sett SO_BROADCAST mapping/resample 100 ... couldn't create ... you might be able to track this down from the Find menu. mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create zexy/makesymbol Firmata-%s.%s ... couldn't create zexy/unpack float float ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create comport $1 57600 ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create moocow/string2any 32 -1 ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create cyclone/prepend ... couldn't create zexy/makesymbol %s-%s.%s ... couldn't create moocow/string2any 32 -1 ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend string ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend sysex ... couldn't create cyclone/prepend 40 ... couldn't create moocow/string2any 32 -1 ... couldn't create cyclone/gate 2 ... couldn't create [arduino]: version_0.5 Pd documents directory: C:/Users/Elisa/Documents/Pd PatchToCommands.pd 15 0 16 0 (text->text) connection failed
I've tried to change the externals path so that it matched the Pduino Folder but still getting the errors
I'll really appreciate any help, it'd be important for letting me use Pd for my undergrad project. Bests, Eli
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
If I'm not mistaken, [pduino] is now supported by Roman Heafeli and you can get it here https://github.com/reduzent/pduino. The only dependency for this is [comport] which you can get from Deken (for the OP: Help -> Find externals, and type "comport", choose the highlighted version which will suit your system).
There's no reason to go back to extended since it is supported for the current Pd.
On 20/01/2018 05:40 πμ, Lucas Cordiviola wrote:
Hi,
I recommend for your case to use Pd-extended. Pduino-0.5.zip is from that time. Also I recommend to use the Zip version of Pd-extended as this one does not need to be installed and you already have a newer Pd. You can also get all the [externals] needed with the newer Pd but to simplify your “undergrad project.” go to:
https://sourceforge.net/projects/pure-data/files/pd-extended/0.43.4/
And pick:
*Pd-0.43.4-extended-windowsxp-i386.zip*
Extract the files and start Pd-extended with a double-click on the file:
*pd-extended.bat*
You should be able to open “arduino.pd” from Hans “Pduino-0.5” folder. You will not get “... couldn't create” messages.
I’ve never used [arduino] so the rest I don’t know.
Hope it helps, Lucarda.
Mensaje telepatico asistido por maquinas. On 1/19/2018 11:13 PM, Elisa González Verdejo wrote:
Hi! Newbie over here... -also a non programmer, non native english speaker. Just a biologist interested in music and cognitive sciences.
I'm trying to make a set of drumpads using Pd so I installed Firmata 2.2 as well as Pduino 0.5 from the Hans site: https://at.or.at/hans/pd/objects.html https://at.or.at/hans/pd/objects.html
I tried to run it but I get a bunch of "couldn't create" messages like these:
Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_deken.tcl [deken] Platform detected: Windows-i686-32bit Loading plugin: C:/Program Files (x86)/Pd/tcl/pd_docsdir.tcl The Pd window filtered 9 lines netreceive: failed to sett SO_BROADCAST mapping/resample 100 ... couldn't create ... you might be able to track this down from the Find menu. mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create mapping/resample 100 ... couldn't create zexy/makesymbol Firmata-%s.%s ... couldn't create zexy/unpack float float ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create comport $1 57600 ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create mapping/debytemask ... couldn't create moocow/string2any 32 -1 ... couldn't create mapping/tolist ... couldn't create mapping/tolist ... couldn't create cyclone/prepend ... couldn't create zexy/makesymbol %s-%s.%s ... couldn't create moocow/string2any 32 -1 ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend string ... couldn't create moocow/any2string ... couldn't create pddp/print ... couldn't create cyclone/prepend sysex ... couldn't create cyclone/prepend 40 ... couldn't create moocow/string2any 32 -1 ... couldn't create cyclone/gate 2 ... couldn't create [arduino]: version_0.5 Pd documents directory: C:/Users/Elisa/Documents/Pd PatchToCommands.pd 15 0 16 0 (text->text) connection failed
I've tried to change the externals path so that it matched the Pduino Folder but still getting the errors
I'll really appreciate any help, it'd be important for letting me use Pd for my undergrad project. Bests, Eli
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On Sam, 2018-01-20 at 03:40 +0000, Lucas Cordiviola wrote:
Hi,
I recommend for your case to use Pd-extended. Pduino-0.5.zip is from that time.
Obviously, your intention is to help, which is what matters most. But still, I - personally - find it slightly alienating when experts give advice to install ancient software with expired support. I think this is not helpful in the long run.
I don't mean to rant, but consider this an invitation to help carefully.
Roman
You’re right. I thought of it 2 times. I was sure someone will bark at me.
Next time I will think it 3 times.
Is there anything you can do on https://playground.arduino.cc/Interfacing/PD so that people that google “Pd Arduino” will be aware of your Update?
Mensaje telepatico asistido por maquinas.
On 1/20/2018 6:08 AM, Roman Haefeli wrote:
On Sam, 2018-01-20 at 03:40 +0000, Lucas Cordiviola wrote:
Hi,
I recommend for your case to use Pd-extended. Pduino-0.5.zip is from that time.
Obviously, your intention is to help, which is what matters most. But still, I - personally - find it slightly alienating when experts give advice to install ancient software with expired support. I think this is not helpful in the long run.
I don't mean to rant, but consider this an invitation to help carefully.
Roman
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list