Re: [PD] Infrared tracking Mac OS

2013-04-29 Thread Jim Hickcox
I worked on a project about a year ago where I was doing IR tracking for as cheap as I could, and the solution I ended up with was a relatively cheap security camera and an analog to digital video converter. It was for an installation, so it ran for a while, and it wasn't the most stable, but once

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Julian Brooks
:) - ta On 29 April 2013 23:07, Martin Peach wrote: > On 2013-04-29 17:59, Julian Brooks wrote: > >> BTW >> This is the multiplexer: >> http://uk.farnell.com/jsp/**search/productdetail.jsp?sku=**1106109 >> and the housing: >> http:

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Martin Peach
On 2013-04-29 17:59, Julian Brooks wrote: BTW This is the multiplexer: http://uk.farnell.com/jsp/search/productdetail.jsp?sku=1106109 and the housing: http://uk.farnell.com/jsp/search/productdetail.jsp?sku=1103846 Think these are right? Yes. Martin

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Martin Peach
Ordinary 5% resistors will work fine. Probably anything from 1k to 100k would work. Most likely you have a loose connection somewhere. Did you try running the bus at a lower speed? If your wiring is long (> 10cm) it may be better to run it slower. Martin On 2013-04-29 17:44, Julian Brooks wro

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Julian Brooks
BTW This is the multiplexer: http://uk.farnell.com/jsp/search/productdetail.jsp?sku=1106109 and the housing: http://uk.farnell.com/jsp/search/productdetail.jsp?sku=1103846 Think these are right? On 29 April 2013 22:44, Julian Brooks wrote: > Hi Martin / all, > > Possibly overly-nerdy question

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Julian Brooks
Hi Martin / all, Possibly overly-nerdy question here: I'm buying the various bits and pieces we require for the multiplexer and I'm noticing quite a difference in pricing options for the pull-up resistors. There's this one: http://uk.farnell.com/welwyn/rc55-10k-0-1/resistor-10k-250mw-0-1/dp/94999

[PD] template external library

2013-04-29 Thread J Oliver
Hi all, Just a note that at least in OSX 10.7.5 The following links are different http://puredata.info/downloads/template (doesn't work) https://puredata.info/docs/developer/MakefileTemplate (works) The first one is therefore a bit problematic... best, J_

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 4:07 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 22:07, Jonathan Wilkes wrote: >> That's the behavior I currently have working. > > cool =) > >> The questio

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Julian Brooks
Super-useful, thanks Martin. Will be testing it out in a couple of days so will report back then. Julian On 29 April 2013 16:38, Martin Peach wrote: > Here's a patch to display data from two D6T sensors on the same I2C bus. > The clock line is switched using a 4051 analog multiplexer. The con

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 22:07, Jonathan Wilkes wrote: That's the behavior I currently have working. cool =) The question is whether there is a need for an additional option to turn off the "jump-on-index" naa I meant the jump-on-click option only.. you might want to keep some sliders responding to del

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 3:29 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 21:26, yvan volochine wrote: >> On 29/04/13 20:36, Jonathan Wilkes wrote: >>> * I got jump-on-click arrays wo

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: yvan volochine > To: pd-list > Cc: > Sent: Monday, April 29, 2013 3:26 PM > Subject: Re: [PD] got jump-on-click arrays working > > On 29/04/13 20:36, Jonathan Wilkes wrote: >> * I got jump-on-click arrays working. >> * Implemented "bargraph style" for

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread Björn Eriksson
Oh, this is great news! Can´t give you any response on the two first questions but here is a fast response to the other two... On Mon, Apr 29, 2013 at 8:36 PM, Jonathan Wilkes wrote: > Hi list, > > * I got jump-on-click arrays working. Basically you can click anywhere in > the graph and the arr

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 21:26, yvan volochine wrote: On 29/04/13 20:36, Jonathan Wilkes wrote: * I got jump-on-click arrays working. * Implemented "bargraph style" for "Put" menu arrays. (See attached) This is basically a multi-slider. nice! do you have both jump-on-click /and/ "bargraph" at the same ti

Re: [PD] got jump-on-click arrays working

2013-04-29 Thread yvan volochine
On 29/04/13 20:36, Jonathan Wilkes wrote: * I got jump-on-click arrays working. * Implemented "bargraph style" for "Put" menu arrays. (See attached) This is basically a multi-slider. nice! do you have both jump-on-click /and/ "bargraph" at the same time? cheers, y -- http://yvanvolochine.

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Nicolas Montgermont
impressive. Is it meant to replace pd-extended's help browser in the end? It may live not only in the "search" filed shape but as a browser. The French translation is very bad (0.43.4) how can we help? best n Le 29/04/13 19:01, Jonathan Wilkes a écrit : Click "Help" menu, choose "Search", then cl

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Abel Jérôme
Hi Jonathan, Also in Pd-extended there's a search page that lists all the tutorials as well as various categories that can be used to search for objects and other documentation. Yes, you're right, those new functionnalities are great, thanks to developers. But I think it is useful to have a p

[PD] got jump-on-click arrays working

2013-04-29 Thread Jonathan Wilkes
Hi list, * I got jump-on-click arrays working.  Basically you can click anywhere in the graph and the array element in that vertical column will jump to your mouse position. * Implemented "bargraph style" for "Put" menu arrays.  (See attached)  This is basically a multi-slider. Questions: * u

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: Nicolas Montgermont > To: pd-list@iem.at > Cc: > Sent: Monday, April 29, 2013 4:24 AM > Subject: Re: [PD] Quick Reference Sheet for Pd-extended > > I'd love to see a new section with externals: > for example a line of description for each library and the mai

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Jonathan Wilkes
- Original Message - > From: Abel Jérôme > To: pd-list@iem.at > Cc: > Sent: Monday, April 29, 2013 3:56 AM > Subject: [PD] Quick Reference Sheet for Pd-extended > > Hi all, > > I love to use this pdf for my courses > :http://puredata.info/docs/manuals/pdrefcards > I think it is use

Re: [PD] Drawing a sine function dynamically in Gem

2013-04-29 Thread Cyrille Henry
hello, the vertextbuffer method should be way faster than anything else. cheers c Le 29/04/2013 15:53, Abel Jérôme a écrit : I think I've tested all methods described by Cyrille for a project (https://gitorious.org/pd-gem-ui/pd-gem-ui). The last one with [GEMglVertex2f] and iteration in a ta

Re: [PD] Resize GUI objects in GOP ?

2013-04-29 Thread Ivica Ico Bukvic
Not sure if you are referring to iemgui objects. If so, check out pd-l2ork which has bevels that allow easy resizing of gui objects and repositioning of its labels, including resizing and moving the gop area itself. The latest version (to be uploaded shortly) also has a comprehensive checking

[PD] Resize GUI objects in GOP ?

2013-04-29 Thread Abel Jérôme
Hi, To make patches for friends or to show them to newbies, I need present things very clearly, and bigger. So I need to increase sizes of the font and GUIS. The standard font properties (Ctl+T) is quite nice, but boxes are sometimes stack on others. The main issue is to resize GUI objects

Re: [PD] Sensors GPIO Raspberry Pi Pd

2013-04-29 Thread Martin Peach
Here's a patch to display data from two D6T sensors on the same I2C bus. The clock line is switched using a 4051 analog multiplexer. The control line is GPIO_17 of the Pi connected to A of the 4051 (B, C and Inhibit are at 0V). 10k resistors to 3.3V are on each sensor's clock line at X0 and X1

[PD] Drawing a sine function dynamically in Gem

2013-04-29 Thread Abel Jérôme
I think I've tested all methods described by Cyrille for a project (https://gitorious.org/pd-gem-ui/pd-gem-ui). The last one with [GEMglVertex2f] and iteration in a table seems to be the most efficient. So I made an oscilloscope in Gem according to what Cyrille and Nicolas said in attachments,

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Esteban Viveros
+1 -- Esteban Viveros (27) 8815 7170 | (27) 3066 0359 | (11) 95761 4125 | (11) 2738 7868 http://shumamisll.tumblr.com https://www.facebook.com/estebanviveros.art http://expurgacao.art.br Em 29/04/2013 05:26, "Nicolas Montgermont" escreveu: > I'd love to see a new section with external

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-29 Thread august
onyx, I would also check out the latency in the browser audio player. I somehow suspect that is where you are acquiring the largest portion of buffers and latency. I'm unsure, however, if you can even access and set the incoming buffer there. If not, you might have to write your own audio play

Re: [PD] direct connection from pd to webrowser, low latency

2013-04-29 Thread o...@onyx-ashanti.com
>the audio side was just standard wireless hifi headphones, using lots of >headphones but only two of the transmitters. The interesting part technically >was the bike powered generators, but the 2 channel headphones dance floor and >double DJ thing was lots of fun. ah, nice. very clever! would l

[PD] Small work offer: Help to compile an external in windows

2013-04-29 Thread João Pais
To whoever might interest, I wanted to compile Chikashi Myiama's leapmotion external for Pd in windows, using T Grill's Flext architecture. As I'm not a programmer, it isn't practical to learn how to prepare the building environment on my own; I also would doubt that anyone will do this w

Re: [PD] Re : ubuntu portaudio unstable audio device list

2013-04-29 Thread Nicolas Montgermont
thanks I forgot about this library. that worked it would be great to patch pd with it anyway to run: pd -pa -audioindev "pulse" for example... best ++ nicolas Le 29/04/13 12:05, Abel Jérôme a écrit : Hi Nicolas, You could try the [mediasettings/audiosettings] object in Pd-extended. -- Jerome h

[PD] Pd crash at startup with Ubuntu 13.04

2013-04-29 Thread Jack
Hello, I have installed Ubuntu 13.04 and Pd-0.44.3. When i start Pd, Pd crash at startup. If someone can help me to sove this problem... Here the output with valgrind : $ valgrind pd ==18223== Memcheck, a memory error detector ==18223== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et

[PD] Re : ubuntu portaudio unstable audio device list

2013-04-29 Thread Abel Jérôme
Hi Nicolas, You could try the [mediasettings/audiosettings] object in Pd-extended. -- Jerome http://jeromeabel.net ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] ubuntu portaudio unstable audio device list

2013-04-29 Thread Nicolas Montgermont
Hello list, I have trouble with automatically choosing audio devices because the list of available device is not the same each time I launch pd. I am on ubuntu 12.04 / pd 0.44.3. I want to use portaudio with the "pulse" device because I'm running another software in parallel, that can only use

Re: [PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Nicolas Montgermont
I'd love to see a new section with externals: for example a line of description for each library and the main objects inside it. best n Le 29/04/13 09:56, Abel Jérôme a écrit : Hi all, I love to use this pdf for my courses :http://puredata.info/docs/manuals/pdrefcards I think it is useful

[PD] Quick Reference Sheet for Pd-extended

2013-04-29 Thread Abel Jérôme
Hi all, I love to use this pdf for my courses :http://puredata.info/docs/manuals/pdrefcards I think it is useful to show list of objects for newbies, where they can browse, read descriptions. I've made one in french for Pd-extended http://jeromeabel.net/files/code/pd/docs/objets-pd-extended.od

[PD] [PD-announce] Flux >> Free App built with libPD

2013-04-29 Thread stc
Dear List, Flux is a digital sound sculpture for Android devices. It is our latest artifact built with libPD. You can grab & tweak the patch, download the app from here >> http://www.binaura.net/stc/wrx/flux/ It would not be possible to build the synthesis engine without the Pd community, special