[PD] remove commas from list, logic of make_my_list

2013-03-23 Thread David Welch
Hi all, I'm working on a patch that is getting a stream of comma separated values from an Arduino device. Is there an easy way to remove them? Right now I am using the comport object and associated objects. I have modified the following subpatch, but the commas are getting pointlessly sent to a

[PD] project announcement Musical Quilt

2013-06-18 Thread David Welch
Hi all, Here it is in action: https://www.youtube.com/watch?v=G7HbP3xrm6o. Many thanks to the developers. Now where is that donate button... ; ) Here are some implementation details: Like others we have been using functionalized fabrics to create triggers for sound processing. The recent change

[PD] ordering stream

2013-12-12 Thread David Welch
say I have a stream of ASCII numbers coming in from an Arduino device. It contains a letter indicating the beginning of the stream, something like (when you translate from ASCII): B 1023 1022 1021 1023 1021 etc. Does anyone know how one can process this in such a way that the numbers are handled

[PD] ALSA broken pipe on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
, at least for a simple patch (also attached). Jack is not installed (doesn't seem necessary for single headless instance of pd-extended). Hmm...any help would be greatly appreciated! David Welch #N canvas 201 177 797 531 10; #X msg 90 35 close; #X obj 90 -27 tgl 15 0 empty empty empty 0 -6 0 8

Re: [PD] ALSA broken pipe on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
I am only using it with one app with is pd-extended. On Tue, Apr 29, 2014 at 11:23 AM, Simon Iten itensi...@gmail.com wrote: Alsa is only supposed to work with One application at a Time. Am 29.04.2014 um 17:15 schrieb David Welch nicederangem...@gmail.com: Hi all, I am currently working

Re: [PD] ALSA broken pipe on pd-extended on Beaglebone?

2014-04-29 Thread David Welch
Well, the follow up to this is that I was able to resolve the problem by installing pure data (Vanilla), pd-cyclone, pd-comport with apt-get. Added /usr/lib/pd/extra/cyclone to the search path (-lib cyclone didn't work for some reason). And it works! I wonder if that means there's something wrong