<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I think it is a typo, the datasheet for the ltc 2400 (http://www.linear.com/pc/productDetail.jsp?navId=H0,C1,C1155,C1001,C1152,P1636) seems to specify, from what I understand, that the output rate is 50 Hz, extendible to 120 Hz with an external clock...<br><br>--- En date de&nbsp;: <b>Mer 9.6.10, Jaime Oliver <i>&lt;jaime.oliver2@gmail.com&gt;</i></b> a écrit&nbsp;:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Jaime Oliver &lt;jaime.oliver2@gmail.com&gt;<br>Objet: Re: [PD] Looking for a pedal controller<br>À: "Achim Bloch" &lt;achim.bloch@yahoo.fr&gt;<br>Cc: "pd-list" &lt;pd-list@iem.at&gt;<br>Date: Mercredi 9 juin 2010, 17h00<br><br><div id="yiv384903191">it says 5 samples per second. that latency would be unbearable...<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 6:11 AM, Achim Bloch
 <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:achim.bloch@yahoo.fr" target="_blank" href="/mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Hi, and thanks for your answers. <br>
Yes, pduino makes OSC redundant, and a range of values from 0 to 1023 should be enough for most effects, but anyway, in case a wider range is needed, I think the following can be a quite simple solution : <a rel="nofollow" target="_blank" href="http://interface.khm.de/index.php/lab/experiments/connect-a-ltc2400-high-precision-24-bit-analog-to-digital-converter/">http://interface.khm.de/index.php/lab/experiments/connect-a-ltc2400-high-precision-24-bit-analog-to-digital-converter/</a><br>
This converts the analogic signal to a 24-bit value! More than enough I guess.<br>Achim<br><br>--- En date de&nbsp;: <b>Mar 8.6.10, Pedro Lopes <i>&lt;<a rel="nofollow" ymailto="mailto:pedro.lopes@ist.utl.pt" target="_blank" href="/mc/compose?to=pedro.lopes@ist.utl.pt">pedro.lopes@ist.utl.pt</a>&gt;</i></b> a écrit&nbsp;:<br>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Pedro Lopes &lt;<a rel="nofollow" ymailto="mailto:pedro.lopes@ist.utl.pt" target="_blank" href="/mc/compose?to=pedro.lopes@ist.utl.pt">pedro.lopes@ist.utl.pt</a>&gt;<div class="im"><br>
Objet: Re: [PD] Looking for a pedal controller<br></div>À: "Ricardo Lameiro" &lt;<a rel="nofollow" ymailto="mailto:ricardolameiro@gmail.com" target="_blank" href="/mc/compose?to=ricardolameiro@gmail.com">ricardolameiro@gmail.com</a>&gt;<br>Cc: "pd-list"
 &lt;<a rel="nofollow" ymailto="mailto:pd-list@iem.at" target="_blank" href="/mc/compose?to=pd-list@iem.at">pd-list@iem.at</a>&gt;<br>Date: Mardi 8 juin 2010, 21h37<div><div></div><div class="h5"><br><br><div><div>&gt;Actually, an arduino is more than enough for what you want. you can have data from 0 to 1023, that is &gt;quite a lot, plus, you can use it directly on puredta using pduino, no need for OSC.<div>
<div></div></div></div>

I second that, arduino will do!&nbsp;<div>But if you want to built an "pd-independent" device, you can use OSC in arduino - although much harder than simply reading values with pduino - some guys already posted code for sending OSC messages from arduino devices [1], so then you can plug it to whatever you want: pd, ardour, osc-to-midi apps, processing, supercollider :D</div>


<div><br></div><div>[1]&nbsp;<a rel="nofollow" target="_blank" href="http://recotana.com/recotanablog/?page_id=222">http://recotana.com/recotanablog/?page_id=222</a>&nbsp;(this ships the messages from ethernet cable on the arduino's ethernet shield, but there might be more similar projects that ship from usb)<br>


<br><div class="gmail_quote">On Tue, Jun 8, 2010 at 10:24 PM, Ricardo Lameiro <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=ricardolameiro@gmail.com">ricardolameiro@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Actually, an arduino is more than enough for what you want. you can have data from 0 to 1023, that is quite a lot, plus, you can use it directly on puredta using pduino, no need for OSC.<div><div></div><div><br>

<br><div class="gmail_quote">2010/6/8 Pierre Massat <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">A gamepad would definitely be LESS precise as each potentiometer will map data between 0 and 255. But i've never found this to be a problem. <br>



<br>Pierre<br><br><div class="gmail_quote">2010/6/8 Pierre Massat <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I guess it could, only Arduino is more expensive i suppose. I'll try to provide you with some pictures sometime soon.<br>




<br>Pierre<br><br><div class="gmail_quote">2010/6/8 Achim Bloch <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;</span><div><div></div><div>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">





Hi Pierre<br>could you provide more details on how you built your pedal? Could'nt the gamepad be replaced with an Arduino?<br>Thanks,<br>Cyrill<div><div></div><div><br><br>--- En date de&nbsp;: <b>Mar 8.6.10, Pierre Massat <i>&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;</i></b> a écrit&nbsp;:<br>





<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div><br>De: Pierre Massat &lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;<br>

Objet: Re: [PD] Looking for a pedal controller<br></div>À: "Achim Bloch" &lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;, "pd-list" &lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pd-list@iem.at">pd-list@iem.at</a>&gt;<br>





Date: Mardi 8 juin 2010, 7h25<div><div></div><div><br><br><div>Hi Achim,<br>You'll have no latency problems with a USB pedal in Linux using the [hid] object. No "noticeable" latency at least. <br>
There are two problems arising when attempting to built a USB pedal : first you need to actually make the pedal (the traditional cry baby
 design is probably the easiest way to go), then you need to connect it to a good usb gamepad. I insist on the "good" here because it is essential if you want to have a decent expression pedal. The best would be to test the gamepad before buying it and turning it into a pedal.<br>






<br>Pierre<br><br><br><div class="gmail_quote">2010/6/7 Achim Bloch <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">






<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Hi Pierre<br>and thanx for your answer.<br>I am looking for an expression foot controller. Something working somehow like a wah-wah pedal. But I am unsure if I need a device with an OSC dedicated driver, or if any USB pedal would do the job. What I primarily expect from this device is accuracy, and low-latency. <br>






Do you have any examples (photographs, audio samples) of the device you made? I am curious!<br>Achim<br><br>--- En date de&nbsp;: <b>Dim 6.6.10, Pierre Massat <i>&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;</i></b> a écrit&nbsp;:<br>






<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>De: Pierre Massat &lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=pimassat@gmail.com">pimassat@gmail.com</a>&gt;<br>





Objet: Re: [PD] Looking for a pedal controller<br>
À: "Achim Bloch" &lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;<br>Date: Dimanche 6 juin 2010, 20h40<div><div></div><div><br><br><div>Hi Achim,<br>





I've built
 one myself, based on a usb gamepad. I can give you some tips. But you'll have to be more precise about what you really need (expression pedal or just switches?)<br><br>Pierre<br><br><div class="gmail_quote">
2010/6/6 Achim Bloch <span dir="ltr">&lt;<a rel="nofollow" target="_blank" href="http://mc/compose?to=achim.bloch@yahoo.fr">achim.bloch@yahoo.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">
Hi listees<br>I'm looking for a pedal controller that is accurate enough to send OSC messages to pd, in order to control some effect patches for my guitar.<br>Can anyone help me in finding a good one, maybe providing a perqsonal experience feedback?<br>







Thanks in advance,<br>Achim<br><br></td></tr></tbody></table><br>




      <br>_______________________________________________<br>
<a rel="nofollow" target="_blank" href="http://mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br>
</div></div></div></blockquote></td></tr></tbody></table><br>




      <br>_______________________________________________<br>
<a rel="nofollow" target="_blank" href="http://mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br>
</div></div></div></blockquote></div></div></td></tr></tbody></table><br>




      </blockquote></div></div></div><br>
</blockquote></div><br>
<br>_______________________________________________<br>
<a rel="nofollow" target="_blank" href="http://mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><font color="#888888">-- <br>Fagote / Contrafagote<br>Bassoon / Contra-bassoon<br><a rel="nofollow" target="_blank" href="http://myspace.com/ricardolameiro">http://myspace.com/ricardolameiro</a><br>



</font><br>_______________________________________________<br>
<a rel="nofollow" target="_blank" href="http://mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Pedro Lopes<br>contacto: <a rel="nofollow" target="_blank" href="http://mc/compose?to=jazz@radiozero.pt">jazz@radiozero.pt</a><br>website: <a rel="nofollow" target="_blank" href="http://web.ist.utl.pt/Pedro.Lopes">http://web.ist.utl.pt/Pedro.Lopes</a> <br>



</div>
</div><br></div></div>-----La pièce jointe associée suit-----<div class="im"><br><br><div>_______________________________________________<br><a rel="nofollow" target="_blank" href="http://mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></div></div></blockquote></td></tr></tbody></table><br>




      <br>_______________________________________________<br>
<a rel="nofollow" ymailto="mailto:Pd-list@iem.at" target="_blank" href="/mc/compose?to=Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a rel="nofollow" target="_blank" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Jaime E Oliver LR<br><br><a rel="nofollow" target="_blank" href="http://www.jaimeoliver.pe">www.jaimeoliver.pe</a><br><br>858 750 0924 (cel)<br>858 202 1522 (home)<br>9168 Regents Rd. Apt. G<br>La Jolla, CA 92037<br>
USA<br>
</div></blockquote></td></tr></table><br>