Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Harry van Haaren
On Mon, Apr 8, 2013 at 12:45 PM, Raphaël BOLLEN wrote: > error: invalid conversion from 'void*' to 'char*' [-fpermissive] jack_ringbuffer_read() expects the buffer pointer to be of type char* not void*. The "char*" should just be interpreted as "pointer", as the data is data, which is not neces

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Raphaël BOLLEN
On 04/08/2013 01:51 PM, Harry van Haaren wrote: On Mon, Apr 8, 2013 at 12:45 PM, Raphaël BOLLEN mailto:raphael.bol...@mobistar.be>> wrote: > error: invalid conversion from 'void*' to 'char*' [-fpermissive] jack_ringbuffer_read() expects the buffer pointer to be of type char* not void*. The "

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Harry van Haaren
On Mon, Apr 8, 2013 at 1:01 PM, Raphaël BOLLEN wrote: > Hi Harry, thanks for the information. > Your welcome! I'm intrested in what kind of JACK program you're working on..? Also I'm collecting example / tutorial code for JACK programming, perhaps its of intrest to you: https://github.com/harryh

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Raphaël BOLLEN
On 04/08/2013 02:09 PM, Harry van Haaren wrote: On Mon, Apr 8, 2013 at 1:01 PM, Raphaël BOLLEN mailto:raphael.bol...@mobistar.be>> wrote: Hi Harry, thanks for the information. Your welcome! I'm intrested in what kind of JACK program you're working on..? It's yet another audio file player

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Adrian Knoth
On Mon, Apr 08, 2013 at 02:23:07PM +0200, Raphaël BOLLEN wrote: > It's yet another audio file player. My main interest (apart from > playing audio :-) ) is that it makes permanent connections to jack > instead of connecting / disconnecting when changing audio files. My 4deckradio does exactly thi

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Raphaël BOLLEN
On 04/08/2013 02:24 PM, Adrian Knoth wrote: On Mon, Apr 08, 2013 at 02:23:07PM +0200, Raphaël BOLLEN wrote: It's yet another audio file player. My main interest (apart from playing audio :-) ) is that it makes permanent connections to jack instead of connecting / disconnecting when changing aud

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Paul Davis
On Mon, Apr 8, 2013 at 8:23 AM, Raphaël BOLLEN wrote: > On 04/08/2013 02:09 PM, Harry van Haaren wrote: > >> On Mon, Apr 8, 2013 at 1:01 PM, Raphaël BOLLEN < >> raphael.bol...@mobistar.be >> > >> wrote: >> >> Hi Harry, thanks for the information. >> >> >>

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Adrian Knoth
On Mon, Apr 08, 2013 at 03:16:13PM +0200, Raphaël BOLLEN wrote: > >>It's yet another audio file player. My main interest (apart from > >>playing audio :-) ) is that it makes permanent connections to jack > >>instead of connecting / disconnecting when changing audio files. > > > >My 4deckradio does

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Raphaël BOLLEN
On 04/08/2013 03:29 PM, Paul Davis wrote: On Mon, Apr 8, 2013 at 8:23 AM, Raphaël BOLLEN mailto:raphael.bol...@mobistar.be>> wrote: On 04/08/2013 02:09 PM, Harry van Haaren wrote: On Mon, Apr 8, 2013 at 1:01 PM, Raphaël BOLLEN mailto:raphael.bol...@mobistar.be>

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Raphaël BOLLEN
On 04/08/2013 03:49 PM, Adrian Knoth wrote: On Mon, Apr 08, 2013 at 03:16:13PM +0200, Raphaël BOLLEN wrote: It's yet another audio file player. My main interest (apart from playing audio :-) ) is that it makes permanent connections to jack instead of connecting / disconnecting when changing aud

Re: [LAD] jack ringbuffer usage

2013-04-08 Thread Adrian Knoth
On Mon, Apr 08, 2013 at 05:31:53PM +0200, Raphaël BOLLEN wrote: [4deckradio usage information] > Thanks Adrian, may I suggest you copy paste this to your Readme.md file... Absolutely. Done and pushed. Thanks -- mail: a...@thur.de http://adi.thur.de PGP/GPG: key via keyserver __

Re: [LAD] jack ringbuffer usage

2013-04-11 Thread Jörn Nettingsmeier
On 04/08/2013 01:51 PM, Harry van Haaren wrote: On Mon, Apr 8, 2013 at 12:45 PM, Raphaël BOLLEN mailto:raphael.bol...@mobistar.be>> wrote: > error: invalid conversion from 'void*' to 'char*' [-fpermissive] jack_ringbuffer_read() expects the buffer pointer to be of type char* not void*. The "c

Re: [LAD] jack ringbuffer usage

2013-04-11 Thread Jörn Nettingsmeier
On 04/08/2013 05:27 PM, Raphaël BOLLEN wrote: On 04/08/2013 03:29 PM, Paul Davis wrote: all the xmms-based players do this (xmms, beep, beep2, audacious) gstreamer based players also do this across files, but not above play/stop. Thanks Paul, these are really fine programs but mostly for pla

Re: [LAD] jack ringbuffer usage

2013-04-12 Thread Raphaël BOLLEN
On 04/11/2013 11:35 PM, Jörn Nettingsmeier wrote: On 04/08/2013 05:27 PM, Raphaël BOLLEN wrote: On 04/08/2013 03:29 PM, Paul Davis wrote: all the xmms-based players do this (xmms, beep, beep2, audacious) gstreamer based players also do this across files, but not above play/stop. Thanks Paul