Re: [LAD] Pipewire help?

2022-02-03 Thread John Murphy
Solved. It was me! I was making links with pw-link -P ... but should have used -L which I'm sure I tried, but must have failed for some other reason. Quoting Wim Taymans (who's time I'm sad to have wasted): "-L makes a lingering link, that is one that stays alive after pw-link quits and is

Re: [LAD] Pipewire help?

2022-02-01 Thread Jonathan E. Brickman
I had heard that the Pipewire people are working hard on video integration, it appears that you found it! :-) J.E.B. On 2/1/22 1:37 AM, John Murphy wrote: Hmm. I went to check something online and there was an embedded youtube video to see. I clicked on it and thought 'I know that tune!' :-)

Re: [LAD] Pipewire help?

2022-01-31 Thread John Murphy
Hmm. I went to check something online and there was an embedded youtube video to see. I clicked on it and thought 'I know that tune!' :-) I had forgotten that I'd left jack-play (not) playing and linked to the playback. Paused the video and the music stopped. Un-pause and off it went again. All

Re: [LAD] Pipewire help?

2022-01-31 Thread John Murphy
On Sun, 30 Jan 2022 12:34:41 + John Murphy wrote: > So; I can carry on using QjackCtl and its Patchbay, or work via a meterbridge, Even Sox plays (and gets its wires made): $ play -n synth sine 440 The linkage looks like: $ pw-link -l

Re: [LAD] Pipewire help?

2022-01-31 Thread Jonathan E. Brickman
gives the visual very nicely, and then I wrote pw-loadwires, pw-savewires, and pw-dewire, to be found here: https://github.com/ponderworthy/the-box-of-no-return-3 pw-loadwires and pw-savewires will save wire-sets in CSV files. pw-dewire is a convenient way to remove all wires at once.  Thus

Re: [LAD] Pipewire help?

2022-01-31 Thread John Murphy
On Mon, 31 Jan 2022 06:49:51 -0600 Jonathan E. Brickman wrote: > > So; I can carry on using QjackCtl and its Patchbay, or work via a > > meterbridge, > > or? > > I have been working on a Pipewire-based revision to my BNR > (https://lsn.ponderworthy.com) for some time; I have to have a

Re: [LAD] Pipewire help?

2022-01-31 Thread Jonathan E. Brickman
So; I can carry on using QjackCtl and its Patchbay, or work via a meterbridge, or? I have been working on a Pipewire-based revision to my BNR (https://lsn.ponderworthy.com) for some time; I have to have a patchbay of some sort because that thing has a whole lot of connections :-) Helvum:

Re: [LAD] Pipewire help?

2022-01-30 Thread John Murphy
On Sat, 22 Jan 2022 13:57:45 -0800 (PST) Len Ovens wrote: > I am not sure why PW, in it's JACK compatibility does not allow one of the > devices to be chosen as master and called system:* for compatibility with > all the JACK software out there... but it is what it is. I am sure someone > will

Re: [LAD] Pipewire help?

2022-01-24 Thread John Murphy
> qjackctl: error while loading shared libraries: libQt6Widgets.so.6: > cannot open shared object file: No such file or directory > > and yet: > > $ locate libQt6Widgets.so.6 > /home/john/Qt/6.2.2/gcc_64/lib/libQt6Widgets.so.6 > /home/john/Qt/6.2.2/gcc_64/lib/libQt6Widgets.so.6.2.2 [...] All's

Re: [LAD] Pipewire help?

2022-01-24 Thread John Murphy
On Sun, 23 Jan 2022 17:24:33 + Rui Nuno Capela wrote: > On 1/23/22 13:42, Felix Homann wrote: > > Am So., 23. Jan. 2022 um 01:42 Uhr schrieb John Murphy > > mailto:rosegarde...@freeode.co.uk>>: > > > > I don't see a connection line in QJackCtl's Connections, but it's there. > > Maybe

Re: [LAD] Pipewire help?

2022-01-23 Thread Felix Homann
Am So., 23. Jan. 2022 um 01:42 Uhr schrieb John Murphy < rosegarde...@freeode.co.uk>: > I don't see a connection line in QJackCtl's Connections, but it's there. > Maybe I'll try some variations on the audio.position settings. > Please, try to delete ~/.config/rncbc.org/QjackCtl.conf . That

Re: [LAD] Pipewire help?

2022-01-22 Thread John Murphy
On Sat, 22 Jan 2022 13:57:45 -0800 (PST) Len Ovens wrote: > On Sat, 22 Jan 2022, John Murphy wrote: > > > My QJackCtl Patchbay doesn't work any more and it's obvious there are > > new ways to get similar functionality with WirePlumber, but a little > > example would help. I seem to want to pipe

Re: [LAD] Pipewire help?

2022-01-22 Thread Len Ovens
On Sat, 22 Jan 2022, John Murphy wrote: My QJackCtl Patchbay doesn't work any more and it's obvious there are new ways to get similar functionality with WirePlumber, but a little example would help. I seem to want to pipe the output of pw-link -l somewhere (pw-link -l | wireplumber

[LAD] Pipewire help?

2022-01-22 Thread John Murphy
My QJackCtl Patchbay doesn't work any more and it's obvious there are new ways to get similar functionality with WirePlumber, but a little example would help. I seem to want to pipe the output of pw-link -l somewhere (pw-link -l | wireplumber --make_it_so). Need to always connect jack-play this