Re: [PD] md5 object?

2018-02-07 Thread Marco Hugo Schretter
hi, good to hear that pjlink is in use with pd! resolved it? i'm working on it. i'm controlling several panasonic d5000 projectors at work with pd. it is definitely possible with the shell object but i often must use windows to do pjlink control from ableton with pd and so the shell object doesn

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Roman Haefeli
On Mit, 2018-02-07 at 10:41 -0500, Martin Peach wrote: > On Wed, Feb 7, 2018 at 10:21 AM, Roman Haefeli > > I tried:  > >  * turning hyperthreading off > >  * putting pd and jackd on the same core > >  * putting pd and jackd on different cores > > > > but those configurations don't seem to affec

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Martin Peach
On Wed, Feb 7, 2018 at 10:21 AM, Roman Haefeli wrote: > On Mit, 2018-02-07 at 09:46 -0500, Martin Peach wrote: > > > Maybe there's a way to force all the Pd-related processes to run on > > the same core, as it could be that the transfer of memory from one to > > the other causes glitches, so if j

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Roman Haefeli
On Mit, 2018-02-07 at 09:46 -0500, Martin Peach wrote: > Maybe there's a way to force all the Pd-related processes to run on > the same core, as it could be that the transfer of memory from one to > the other causes glitches, so if jackd is on a different core than Pd > there will be latency as th

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Martin Peach
On Wed, Feb 7, 2018 at 9:26 AM, Roman Haefeli wrote: > On Mit, 2018-02-07 at 14:32 +0100, Lorenzo Sutton wrote: > > On 30/01/2018 11:07, Roman Haefeli wrote: > > > > > > On Mon, 2018-01-29 at 10:25 +0100, Roman Haefeli wrote: > > > > > > > > > > > I'm working on a patch that transmits audio throu

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Roman Haefeli
On Mit, 2018-02-07 at 14:32 +0100, Lorenzo Sutton wrote: > On 30/01/2018 11:07, Roman Haefeli wrote: > > > > On Mon, 2018-01-29 at 10:25 +0100, Roman Haefeli wrote: > > > > > > > > I'm working on a patch that transmits audio through UDP. The > > > patch > > > runs > > > totally smooth on macOS (

Re: [PD] glitches when streaming UDP

2018-02-07 Thread Lorenzo Sutton
On 30/01/2018 11:07, Roman Haefeli wrote: On Mon, 2018-01-29 at 10:25 +0100, Roman Haefeli wrote: I'm working on a patch that transmits audio through UDP. The patch runs totally smooth on macOS (10.10 and 10.11) with Pd 0.48-1 and JACK as back-end. On the Linux machines I tested (all Ubuntu 16.

Re: [PD] Pd on Tiny Core Linux on Raspberry Pi

2018-02-07 Thread Dan Wilcox
Looks like an issue with autoconf of your system. If we used a dist tarball with pregenerated configure scripts, this probably wouldn't be an issue since then autoconf and automaker are not needed, just gcc and make. If you have any more time, you could try building a dist tarball on your main