<div dir="ltr"><div>You could try if (far less powerfull than Gem) Pof externals could suit your needs, cause the GPU thread is decoupled from the audio thread. Not sure that the available deken version will work on 18.04 though...<br></div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font face="arial, helvetica, sans-serif"> Antoine Rousseau </font></div><div dir="ltr"><font face="arial, helvetica, sans-serif">  <a href="http://metalu.net" target="_blank">http://www.metalu.net</a> __ <a href="http://www.metaluachahuter.com/compagnies/al1-ant1/" target="_blank">http://www.metaluachahuter.com/</a><br><br></font></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr">Le lun. 1 oct. 2018 à 12:54, Roman Haefeli <<a href="mailto:reduzent@gmail.com">reduzent@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 2018-10-01 at 12:15 +0200, Csaba Láng wrote:<br>
> Thanks for the hints, probably the best idea is to turn off dsp every<br>
> time it is not needed. However playing a video and audio with metro<br>
> control (sending the bangs according to the frame rate) and using<br>
> cameras in the same time makes pd totally loose sense of time. Very<br>
> disappointing, as I trusted more in metro than in God.<br>
> Popesz<br>
<br>
<br>
Pd is designed to be deterministic. There is no notion of skipping some<br>
task in order to keep synchronicity with real time, unlike many media<br>
players that are able to skip frames in order to playback a movie file<br>
with no interruption.<br>
<br>
It has been discussed many times on this list about how to deal with<br>
audio and video in Pd. Probably the best way is to run the audio and<br>
video part in two separate instances of Pd, whereas the audio instance<br>
does all the time-critical stuff and the video part is controlled by<br>
the audio part through some communication channel (network socket, unix<br>
socket, [pd~], etc.).<br>
<br>
Roman<br>
<br>
<br>
> On Sun, Sep 30, 2018 at 9:23 PM Jean-Marie Adrien <<br>
> <a href="mailto:jm.adrien.mnt@gmail.com" target="_blank">jm.adrien.mnt@gmail.com</a>> wrote:<br>
> > mabye you could set dsp on (and off again if needed) this will<br>
> > synchronize pd in a more reasonable way<br>
> > … and keep an eye permanently on this aspect if time measurement is<br>
> > critical for ur patch<br>
> > (high load might blow pd out, means 1 second is lasting three<br>
> > seconds or so, in this latter case there is little to do besides<br>
> > optimizing the patch)<br>
> > JM<br>
> > <br>
> > > Le 30 sept. 2018 à 20:55, Csaba Láng <<a href="mailto:langcsaba@gmail.com" target="_blank">langcsaba@gmail.com</a>> a<br>
> > écrit :<br>
> > > <br>
> > > Dear list,<br>
> > > <br>
> > > how is it possible that measuring a metro 1000 with realtime<br>
> > object i get 333.3 as a result?<br>
> > > I am testing it on an Ubuntu 18.04 and time just goes 3 times<br>
> > faster than it should.<br>
> > > On a Mac OS the result for the same test is expectedly 1000ms.<br>
> > > Please advice!<br>
> > > <br>
> > > Popesz<br>
> > > _______________________________________________<br>
> > > <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
> > > UNSUBSCRIBE and account-management -> <br>
> > <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
> > <br>
> <br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <br>
> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
_______________________________________________<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="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>