<p dir="ltr">Sorry, I don't manage aur packages, so you would have to contact the maintainer. Also, FWIW pd-l2ork comes with a set of objects that give you seamless connectivity with rpi gpio and spi and arduino (using sarcduino firmware). See k12 mode for more info (start pd-l2ork with -k12 flag) or check the following screenshots: <a href="http://l2ork.music.vt.edu/main/?page_id=2554">http://l2ork.music.vt.edu/main/?page_id=2554</a></p>

<p dir="ltr">BTW, earlier today we just finished the inaugural raspberry pi orchestra maker camp using pd-l2ork -k12 learning library.</p>
<p dir="ltr">Best,</p>
<p dir="ltr">Ico</p>
<div class="gmail_quot<blockquote class=" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'll try your code tonight with l2ork git on rpi and with pd on pcduino, this sounds great...<br>
<br>
PS: at the same time I'd like to ask if it's possible to update pd-l2ork aur package, last one has some gui problems (no help browser, no preferences)<br>
<br>
Le 27/06/2014 16:25, Ivica Ico Bukvic via Pd-list a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
BTW, latest pd-l2ork git has this experimental fix, so feel free to test<br>
away (particularly the RPi crowd). AFAICT all delread~/write~ and freeverb~<br>
problems are solved with this fix...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-----Original Message-----<br>
From: Ivica Ico Bukvic [mailto:<a href="mailto:ico@vt.edu" target="_blank">ico@vt.edu</a>]<br>
Sent: Wednesday, June 25, 2014 10:39 PM<br>
To: <a href="mailto:pd-list@iem.at" target="_blank">pd-list@iem.at</a><br>
Subject: simple fix for -nogui audio inconsistency<br>
<br>
Spent a few minutes today checking into this problem that has been<br>
apparently around for some time. My first question is has this been<br>
fixed upstream since 0.42.5 days? If not, I am wondering what is wrong<br>
with the following:<br>
<br>
In s_audio.c replace sys_getsr() call with the following<br>
<br>
t_float sys_getsr(void)<br>
{<br>
      if (sys_dacsr == 0)<br>
      {<br>
          sys_dacsr = (t_float)audio_rate;<br>
      }<br>
      return (sys_dacsr);<br>
}<br>
<br>
The only question would be if sr has changed in which case do the<br>
objects that depend on getsr() get any notification that the sample rate<br>
has changed?<br>
<br>
Best,<br>
<br>
Ico<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote>
<br>
</div>