<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hey all,</div>

<div>I am working on a sample player in pd.</div>

<div>In my patch I am using a postgresql external from here:</div>

<div>https://sourceforge.net/p/pure-data/svn/17183/tree/trunk/externals/postlude/psql/</div>

<div> </div>

<div>Unfortunately, I get audio clicks when I send a query to my database, which is of course a no-go</div>

<div>as I am playing audio samples.</div>

<div> </div>

<div>I am on a Raspberry Pi 2, Raspbian Jessie with pd 0.49.</div>

<div>I start my patch like this: sudo pd -rt -nogui mypatch.pd</div>

<div>(sudo because I am using a wiringPi_gpio external which causes pd to crash when it isnt run with sudo...)</div>

<div> </div>

<div>My queries are only to localhost.</div>

<div>Do you have any ideas how I could solve this?<br/>
My first idea was to simply not use postgresql and somehow stick to tables within pd.</div>

<div>But postgresql would come in handy in my patch because I actually wanted to connect to the database from another</div>

<div>second Raspberry Pi aswell.</div>

<div> </div>

<div>Thanks, Jakob</div></div></body></html>