Re: [PD] pduino

2014-03-25 Thread rolfm
sorry for the noise. i did not realize Standard Firmata is a specific 'sketch' which is in the examples. thx, rolf ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] pduino

2014-03-24 Thread rolfm
i'm trying to use Pduino-0.5 and/or pduino-master (from reduzent) with Windows 7 and Arduino Uno. i don't get anything with [info( or [firmware( or [version(. it's possible to pulse all outputs, i.e. it's visible on Led13. toggling Led13 in Pduino only gives a short flash on the Led. the GUI

Re: [PD] declare and abstraction (cont.)

2014-02-06 Thread rolfm
hi miller, thanks for investigating this 'problem'. my patch is randomly reading wav's from a library(=folder). for that it needs first to find out what's in the folder. which is done with [moocow/readdir]. (i don't know another way) to give [readdir] the right directory i was using

Re: [PD] declare and abstraction (cont.)

2014-01-26 Thread rolfm
- i'm not using readsf~ but soundfiler - all my abstractions are in the same folder as the main patch - i now noticed that it does not depend on [declare ] - [declare -path .] introduces however another complication: Pd gives in the header of a patch-window: name.pd -

Re: [PD] declare and abstraction (cont.)

2014-01-25 Thread rolfm
using [declare -path .] works when the main patch is started up through the .pd extension; NOT when the patch is opened through the Pd menu. at least that's what i experience in Windows rolf ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] declare and abstraction (cont.)

2014-01-25 Thread rolfm
sorry, i should be more precise about what i experience. i'm using ../folder to load soundfiles in my patch. while having a [declare -path .] in the main patch. like i said in the first mail: this works when the patch is started up 'directly'. when i first start Pd and then open the patch

[PD] was confused about $1 in messages; finding last error

2014-01-23 Thread rolfm
thanks everyone for answering, and for explaining my persistent blind spot. i stumbled over it, because of a patch which gave continuously an error message no method for 'abc'. but 'finding last error' always said 'sorry...'. my question: is there any useful (hidden) info in this

[PD] confused about $1 in messages

2014-01-20 Thread rolfm
dear list, i'm confused about the $1 replacement in messages. [one two three( |\ | \ | [list split 1] | / | / |/ | / | [; [this $1 $2( [r this] | [print this] output: this: two three this: two three why? rolf ___ Pd-list@iem.at

Re: [PD] Reverse Kickstarter Update

2013-07-27 Thread rolfm
hi jonathan, on my windows 7 the sound works both with standard and ASIO; tested with the Pd audio test. rolf ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-10 Thread rolfm
Ivica Ico Bukvic i...@vt.edu schreef: no, it didn't (yet?) first there was the message that some dpkg data was locked. trying to resolve that, there was found a strange new update file, filled with #padding lines. up until now i did not succeed to 'repair' the dpkg process i'll inform you

Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-06 Thread rolfm
get these errors: [..] rm: kan ‘/home/rolfm/pd-l2ork/packages/linux_make/build//usr/lib/pd-l2ork/doc/manuals/Pd/ReadMe.html’ niet verwijderen: Bestand of map bestaat niet make[1]: [readme_install] Fout 1 (genegeerd)ignored rm: kan ‘/home/rolfm/pd-l2ork/packages

Re: [PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-05 Thread rolfm
lateron the proces ends with these lines: [...] make[1]: *** Er is geen regel om doel '/home/rolfm/Downloads/pd-master/Gem/configure' te maken, nodig voor '/home/rolfm/Downloads/pd-master/Gem/src/.libs/Gem.pd_linux'. Gestopt. make[1]: Map '/home/rolfm/Downloads/pd-master/packages' wordt

[PD] ANN: New Pd-L2Ork x86_64 and Raspberry Pi release now available together with comprehensive how-to

2013-06-04 Thread rolfm
(hello ivica) i tried to install the new version with the burrito installer in Ubuntu 12.04 and got : wrong architecture: amd64. does it mean i have to compile from source? best, rolf ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] Pd-ext 43.4 [msgfile] crashes Pd

2013-02-15 Thread rolfm
cont. also on Vista sending a read to [msgfile] for an existing file crashes Pd-ext [read file.txt( | [msgfile] rolf meesters earlier post: hello 'list', (Windows 7, VAIO 4Gb AMD 1.65 Ghz 64-bits). Pdext from download page. it took quit some time to find out why my patch, working in 42.5

[PD] Pd-ext 43.4 [msgfile] crashes Pd

2013-02-11 Thread rolfm
hello 'list', (Windows 7, VAIO 4Gb AMD 1.65 Ghz 64-bits). Pdext from download page. it took quit some time to find out why my patch, working in 42.5 didn't in 43.4: [read file.txt( | [msgfile] crashes Pd without any message. even using the commandline with -stderr doesn't give anything.

Re: [PD] how to debug tcpsocketserver?

2012-04-24 Thread rolfm
1. closing this somewhat unnecessary thread: tcp(socket)server seemingly ignoring some tcpclient appears to be a tcpclient_send_byte: could not send data tcpclient gives this console message only once, in my case it got drowned in all the prints i did (for debugging (sic)). due to