Re: [LAD] Cli sound file player requirements

2021-05-10 Thread John Murphy
On Mon, 10 May 2021 18:36:02 +0100 John Murphy wrote: > > A couple of arguments to it would make it perfect, if you have time. > > Just file name and transport position would do. It's OK. I was being lazy and it was surprisingly easy :) -- Thanks again, John.

Re: [LAD] Cli sound file player requirements

2021-05-10 Thread John Murphy
On Mon, 10 May 2021 17:04:41 +0100 Filipe Coelho wrote: > On 10/05/21 16:42, John Murphy wrote: > > I'm convinced Jack transport, using 'carla-bridge-native' and > > controlled by jack_transport CLI tool, is the easiest way to go. > > I'll use Qprocesses initially and work on using the API later.

Re: [LAD] Cli sound file player requirements

2021-05-10 Thread Filipe Coelho
On 10/05/21 16:42, John Murphy wrote: I'm convinced Jack transport, using 'carla-bridge-native' and controlled by jack_transport CLI tool, is the easiest way to go. I'll use Qprocesses initially and work on using the API later. QJackCtl sources led me to jack_transport_query and QtCreator makes

Re: [LAD] Cli sound file player requirements

2021-05-10 Thread John Murphy
I'm convinced Jack transport, using 'carla-bridge-native' and controlled by jack_transport CLI tool, is the easiest way to go. I'll use Qprocesses initially and work on using the API later. QJackCtl sources led me to jack_transport_query and QtCreator makes it easy to follow the code, so I hope

Re: [LAD] Cli sound file player requirements

2021-05-10 Thread John Murphy
On Mon, 10 May 2021 00:31:18 +0100 Filipe Coelho wrote: > > On Sun, 9 May 2021 19:07:37 +0100 Filipe Coelho wrote: > >> > >> $ /usr/lib/carla/carla-bridge-native internal "~/Music/nyan.wav" audiofile > > I ran this before writing to the mailing list, so for sure it works here. Thanks Filipe, I

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread Filipe Coelho
On 10/05/21 00:20, John Murphy wrote: On Sun, 9 May 2021 19:07:37 +0100 Filipe Coelho wrote: On 09/05/21 14:55, John Murphy wrote: I need a command line sound file player which I can somehow control, while playing, to go immediately to a new position in the same file and keep playing without

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread John Murphy
On Sun, 9 May 2021 19:07:37 +0100 Filipe Coelho wrote: > On 09/05/21 14:55, John Murphy wrote: > > I need a command line sound file player which I can somehow control, > > while playing, to go immediately to a new position in the same file > > and keep playing without missing a beat. And a way to

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread Fons Adriaensen
On Sun, May 09, 2021 at 02:55:51PM +0100, John Murphy wrote: > I need a command line sound file player which I can somehow control, > while playing, to go immediately to a new position in the same file > and keep playing without missing a beat. And a way to pause/continue. Zita-jacktools has a

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread Filipe Coelho
On 09/05/21 14:55, John Murphy wrote: I need a command line sound file player which I can somehow control, while playing, to go immediately to a new position in the same file and keep playing without missing a beat. And a way to pause/continue. If you have JACK running and carla installed (or

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread John Murphy
On Sun, 9 May 2021 16:53:20 +0200 (CEST) Jeanette C. wrote: > May 9 2021, John Murphy has written: > > > I need a command line sound file player which I can somehow control, > > while playing, to go immediately to a new position in the same file > > and keep playing without missing a beat. And a

Re: [LAD] Cli sound file player requirements

2021-05-09 Thread Jeanette C.
May 9 2021, John Murphy has written: I need a command line sound file player which I can somehow control, while playing, to go immediately to a new position in the same file and keep playing without missing a beat. And a way to pause/continue. ... Ecasound has good support for most of that.

[LAD] Cli sound file player requirements

2021-05-09 Thread John Murphy
I need a command line sound file player which I can somehow control, while playing, to go immediately to a new position in the same file and keep playing without missing a beat. And a way to pause/continue. I'm currently using sox (from a Qt QProcess) and I can stop it with a 'kill' QProcess, but