Re: [LAD] ?==?utf-8?q? Updates

2018-08-25 Thread Ralf Mattes
 
Just ashort feedback:
on my Debian (Testing) I needed to add '-I/usr/include/freetype2' to the 
Makefile of both
clxclient and aeolus.

 Cheers, and thank's 

 RalfD

Am Samstag, 25. August 2018 14:52 CEST, Fons Adriaensen  
schrieb: 
 
> Hello all,
> 
> Updates are available at
> 
> 
> 
> for all of the following:
> 
>   aeolus-0.9.7
>   ambdec-0.7.1
>   clthreads-2.4.2
>   clxclient-3.9.2
>   ebumeter-0.4.2
>   jaaa-0.9.2
>   jack_delay-0.4.2
>   jack_utils-0.0.1
>   japa-0.9.2
>   jconvolver-1.0.2
>   jkmeter-0.6.5
>   jmatconvol-0.3.3
>   jmeters-0.4.4
>   jnoisemeter-0.2.2
>   octofile-0.3.2
>   tetraproc-0.8.6
>   yass-0.1.0
>   zita-ajbridge-0.8.2
>   zita-alsa-pcmi-0.3.2
>   zita-at1-0.6.2
>   zita-bls1-0.3.3
>   zita-convolver-4.0.2
>   zita-dpl1-0.3.3
>   zita-jclient-0.4.2
>   zita-lrx-0.1.2
>   zita-mu1-0.3.3
>   zita-njbridge-0.4.4
>   zita-resampler-1.6.2
>   zita-rev1-0.2.2
> 
> For most of them this is just small bug fixes, general maintenance,
> and above all a systematic cleanup of the Makefiles.
> 
> Also the jacktools python package (presented at LAC 2018) is
> available now. I actually did upload the files just before
> the conference, but forgot to update index.html...
> 
> Ciao,
> 
> -- 
> FA
> 
> 
> ___
> Linux-audio-dev mailing list
> Linux-audio-dev@lists.linuxaudio.org
> https://lists.linuxaudio.org/listinfo/linux-audio-dev
 
 
 
 
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] jmeters-0.4.5

2018-08-25 Thread Christopher Arndt
Am 25.08.18 um 16:19 schrieb Fons Adriaensen:
> On Sat, Aug 25, 2018 at 03:30:46PM +0200, Christopher Arndt wrote:
>>
>> $ jmeters -t vu "Master L"
>> jack_connect called with a NULL port name
> 
> Should be fixed in jmeters-0.4.5 (available now).

Confirmed.
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] jmeters-0.4.5

2018-08-25 Thread Fons Adriaensen
On Sat, Aug 25, 2018 at 03:30:46PM +0200, Christopher Arndt wrote:
 
> when I run jmeters I get this warning:
> 
> $ jmeters -t vu "Master L"
> jack_connect called with a NULL port name
> 
> jmeters' input port shows up with jack_lsp as "jmeters:in-1" though.

Should be fixed in jmeters-0.4.5 (available now).

-- 
FA



___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] Updates

2018-08-25 Thread Fons Adriaensen
On Sat, Aug 25, 2018 at 03:30:46PM +0200, Christopher Arndt wrote:

> when I run jmeters I get this warning:
> 
> $ jmeters -t vu "Master L"
> jack_connect called with a NULL port name
> 
> jmeters' input port shows up with jack_lsp as "jmeters:in-1" though.

Doesn't happen here:

fons@zita1:~> jmeters -t vu "Master L"
fons@zita1:~> jmeters -t vu "Master L" "Master R"
fons@zita1:~> 

??

-- 
FA

___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] Updates

2018-08-25 Thread Christopher Arndt
Hi Fons,

Am 25.08.18 um 14:52 schrieb Fons Adriaensen:
> Updates are available at
> [...]
>   jmeters-0.4.4

when I run jmeters I get this warning:

$ jmeters -t vu "Master L"
jack_connect called with a NULL port name

jmeters' input port shows up with jack_lsp as "jmeters:in-1" though.


Chris
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] Updates

2018-08-25 Thread Fons Adriaensen
Hello all,

Updates are available at



for all of the following:

  aeolus-0.9.7
  ambdec-0.7.1
  clthreads-2.4.2
  clxclient-3.9.2
  ebumeter-0.4.2
  jaaa-0.9.2
  jack_delay-0.4.2
  jack_utils-0.0.1
  japa-0.9.2
  jconvolver-1.0.2
  jkmeter-0.6.5
  jmatconvol-0.3.3
  jmeters-0.4.4
  jnoisemeter-0.2.2
  octofile-0.3.2
  tetraproc-0.8.6
  yass-0.1.0
  zita-ajbridge-0.8.2
  zita-alsa-pcmi-0.3.2
  zita-at1-0.6.2
  zita-bls1-0.3.3
  zita-convolver-4.0.2
  zita-dpl1-0.3.3
  zita-jclient-0.4.2
  zita-lrx-0.1.2
  zita-mu1-0.3.3
  zita-njbridge-0.4.4
  zita-resampler-1.6.2
  zita-rev1-0.2.2

For most of them this is just small bug fixes, general maintenance,
and above all a systematic cleanup of the Makefiles.

Also the jacktools python package (presented at LAC 2018) is
available now. I actually did upload the files just before
the conference, but forgot to update index.html...

Ciao,

-- 
FA


___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev