<div dir="auto">Latency might be problematic with realtime processes and in my case this is not for realtime. You might be interested into realtime kernel used in patchbox os for rpi. I've got jack+pd- nogui running with 2ms buffer and no xrun.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 24 nov. 2022, 18:38, Sebastian Lexer <<a href="mailto:s.lexer@incalcando.com">s.lexer@incalcando.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
are you not getting unreliable latency due to the local network <br>
connection between your gpios and pd processes and triggers?<br>
When I used this method previously, timings between gpio reading and pd <br>
receiving the udp packages varied between 5 to 15ms.<br>
<br>
<br>
<br>
Patco wrote on 24/11/2022 15:51:<br>
> Hello,<br>
>   My actual favorite method to read/write GPIO ports is about using a python script outside PureData and manage communication between the python script and PureData with UDP socket. This way there is no limitation on PureData side about how to handle GPIO, and this way makes possible management through other softwares or from another computer. It’s very easy and stable, and there are many examples about how to use sockets with python.<br>
><br>
>> Le 24 nov. 2022 à 13:46, Simon Iten <<a href="mailto:itensimon@gmail.com" target="_blank" rel="noreferrer">itensimon@gmail.com</a>> a écrit :<br>
>><br>
>> What is the *current* prefered method to read GPIO pins from within PD on a raspberry pi 4?<br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> <a href="mailto:Pd-list@lists.iem.at" target="_blank" rel="noreferrer">Pd-list@lists.iem.at</a> mailing list<br>
>> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank" rel="noreferrer">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br>
</blockquote></div>