Re: [PD] pduino test patch: old analog/digital controls

2011-11-24 Thread olsen
heho i just put my attempt for a solution considering this pin numbering confusion into github: https://github.com/reduzent/pduino take a look if time and leisure permitting - I'm herewith opening the suggestion box! thanks in advance salutis ø On 11/09/2011 09:54 AM, olsen wrote: Thanks

Re: [PD] pduino test patch: old analog/digital controls

2011-11-09 Thread olsen
Thanks Hans for making this thing clear - I'll try to find an adequate solution for the rewritten pduino-help asap! best ø On 11/03/2011 03:39 PM, Hans-Christoph Steiner wrote: That confusion originates from the Arduino numbering scheme itself, since it uses A0 for analog pins in analog

Re: [PD] pduino test patch: old analog/digital controls

2011-11-03 Thread olsen
yo bonitos due to the pduino rewrite I've to reanimate this threat ;) I would like to remove the ambiguity and confusion about this old and new way of enabling the analog pins. old way of enabling the analog 0 pin is sending the following to the arduino object: [analogIns 0 1( enabling the

Re: [PD] pduino test patch: old analog/digital controls

2011-11-03 Thread Hans-Christoph Steiner
That confusion originates from the Arduino numbering scheme itself, since it uses A0 for analog pins in analog mode, but then it uses a number when using the same pin for digital things. I think one way to represent this might be to allow the use of A0-A7 pin names in addition to the numbers,

Re: [PD] pduino test patch: old analog/digital controls

2011-06-17 Thread olsen
On 06/17/2011 12:24 AM, Matteo Sisti Sette wrote: On 06/16/2011 05:44 PM, olsen wrote: it's all in the arduino-help.pd by Gerda Strobl and Georg Holzmann! Which one??? Not the one that is distributed together with [arduino] and [arduino-test] at http://at.or.at/hans/pd/objects.html,

Re: [PD] pduino test patch: old analog/digital controls

2011-06-16 Thread olsen
test patch: old analog/digital controls On 06/13/2011 09:09 PM, Roman Haefeli wrote: @Ingo and Matteo I'm also quite interested in having the [arduino] working properly. I didn't find any bugs recently, though. However, if you provide a step-by-step guide about how to reproduce a problem, I

Re: [PD] pduino test patch: old analog/digital controls

2011-06-16 Thread Matteo Sisti Sette
On 06/16/2011 05:44 PM, olsen wrote: it's all in the arduino-help.pd by Gerda Strobl and Georg Holzmann! Which one??? Not the one that is distributed together with [arduino] and [arduino-test] at http://at.or.at/hans/pd/objects.html, right? in the last subpatch [pd SWITCHING-INPUTS]

Re: [PD] pduino test patch: old analog/digital controls

2011-06-14 Thread Matteo Sisti Sette
On 06/13/2011 09:09 PM, Roman Haefeli wrote: @Ingo and Matteo I'm also quite interested in having the [arduino] working properly. I didn't find any bugs recently, though. However, if you provide a step-by-step guide about how to reproduce a problem, I (and probably Olsen also) might be able to

Re: [PD] pduino test patch: old analog/digital controls

2011-06-14 Thread Ingo
An: Roman Haefeli Cc: 'PD List' Betreff: Re: [PD] pduino test patch: old analog/digital controls On 06/13/2011 09:09 PM, Roman Haefeli wrote: @Ingo and Matteo I'm also quite interested in having the [arduino] working properly. I didn't find any bugs recently, though. However, if you provide

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread matteo sisti sette
Hi, I bring this up again after some further testing: I: In the Pduino test patch (arduino-test.pd) there is a subpatch called old analog/digital controls. ... analogIns X Y (where X is the analog pin to enable/disable and Y is either 0 or 1). Hans-Christoph Steiner: That's the

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread Ingo
With the latest version, the only way I've found that actually works to enable analog input pins are the so-called old messages analogIns npin 1/0 /listinfo/pd-list I was mentioning that before. I had the same problem. There is another problem with the digital ins 1 and 2. I got myself a

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread Hans-Christoph Steiner
On Jun 13, 2011, at 1:48 PM, Ingo wrote: With the latest version, the only way I've found that actually works to enable analog input pins are the so-called old messages analogIns npin 1/0 /listinfo/pd-list I was mentioning that before. I had the same problem. There is another problem with

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread Roman Haefeli
On Mon, 2011-06-13 at 13:57 -0400, Hans-Christoph Steiner wrote: On Jun 13, 2011, at 1:48 PM, Ingo wrote: With the latest version, the only way I've found that actually works to enable analog input pins are the so-called old messages analogIns npin 1/0 /listinfo/pd-list I was

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread Hans-Christoph Steiner
On Jun 13, 2011, at 3:09 PM, Roman Haefeli wrote: On Mon, 2011-06-13 at 13:57 -0400, Hans-Christoph Steiner wrote: On Jun 13, 2011, at 1:48 PM, Ingo wrote: With the latest version, the only way I've found that actually works to enable analog input pins are the so-called old messages

Re: [PD] pduino test patch: old analog/digital controls

2011-05-21 Thread matteo sisti sette
That's the original way of controlling the analog inputs. It just controls whether the Arduino sends the analog messages.  Its there only for backwards compatibility.  Use the non-old messages now. What are the non-old messages? Maybe I should study the firmata documentation instead of just

Re: [PD] pduino test patch: old analog/digital controls

2011-05-19 Thread Hans-Christoph Steiner
That's the original way of controlling the analog inputs. It just controls whether the Arduino sends the analog messages. Its there only for backwards compatibility. Use the non-old messages now. .hc On May 19, 2011, at 10:07 AM, olsen wrote: ej m i also noticed this during

Re: [PD] pduino test patch: old analog/digital controls

2011-05-19 Thread olsen
On 05/19/2011 04:45 PM, Hans-Christoph Steiner wrote: That's the original way of controlling the analog inputs. It just controls whether the Arduino sends the analog messages. Its there only for backwards compatibility. Use the non-old messages now. okedoke - for the matter of integrity

[PD] pduino test patch: old analog/digital controls

2011-05-18 Thread Matteo Sisti Sette
Hi, In the Pduino test patch (arduino-test.pd) there is a subpatch called old analog/digital controls. This includes a series of toggles which send the message analogIns X Y (where X is the analog pin to enable/disable and Y is either 0 or 1). With the version I'm testing (which is Firmata