Discussion:
[LAU] 'Arrange' not available in Catia?
Jonathan E. Brickman
2018-09-04 00:02:00 UTC
Permalink
I am finding Canvas/Arrange not available in Catia, have been using
Patchage instead. Anyone know how to get Canvas/Arrange to work in
Catia? I am recompiling both using yaourt in in Manjaro.
--
Jonathan E. Brickman ***@ponderworthy.com (785)233-9977
Hear us at ponderworthy.com -- CDs and MP3 available!
Music of compassion; fire, and life!!!
Christopher Arndt
2018-09-04 00:18:14 UTC
Permalink
Post by Jonathan E. Brickman
I am finding Canvas/Arrange not available in Catia, have been using
Patchage instead. Anyone know how to get Canvas/Arrange to work in
Catia? I am recompiling both using yaourt in in Manjaro.
There are the following lines (531f.) in 'src/share_canvasjack.py' in
the Catia/Cadence sources:

self.ui.act_canvas_arrange.setEnabled(False) # TODO, later
self.ui.act_canvas_arrange.triggered.connect(self.slot_canvasArrange)

The 'slot_canvasArrange' calls 'patchcanvas.arrange()' from
'patchcanvas.py', which just prints a debugging message.

So, no, this isn't implemented and enabling the menu action wouldn't help.


Chris
h***@gmx.net
2018-09-04 06:07:27 UTC
Permalink
On Tue, 4 Sep 2018 02:18:14 +0200
Post by Christopher Arndt
[...]
There are the following lines (531f.) in 'src/share_canvasjack.py' in
self.ui.act_canvas_arrange.setEnabled(False) # TODO, later
self.ui.act_canvas_arrange.triggered.connect(self.slot_canvasArrange)
The 'slot_canvasArrange' calls 'patchcanvas.arrange()' from
'patchcanvas.py', which just prints a debugging message.
So, no, this isn't implemented and enabling the menu action wouldn't help.
Chris
_______________________________________________
Linux-audio-user mailing list
https://lists.linuxaudio.org/listinfo/linux-audio-user
I generally find patchage more reliable. Catia/Cadence fails to display
clients under certain conditions. On of them is OBS with two Jack
plugins. I haven't looked into it but it may be that it assumes one
process, one jack client. Patchage handles this case.

Regards,
Philipp
Jonathan E. Brickman
2018-09-04 11:04:15 UTC
Permalink
Post by Christopher Arndt
So, no, this isn't implemented and enabling the menu action
wouldn't> help.>
Post by Christopher Arndt
Chris
I generally find patchage more reliable. Catia/Cadence fails to
displayclients under certain conditions. On of them is OBS with two
Jackplugins. I haven't looked into it but it may be that it assumes
oneprocess, one jack client. Patchage handles this case.
Regards,Philipp
Thanks, both of you, that helps a lot. I do need Arrange for some of
the more complex patches I have to debug, and I was wondering about
some Catia display behavior yesterday.
--
Jonathan E. Brickman ***@ponderworthy.com (785)233-9977
Hear us at ponderworthy.com -- CDs and MP3 available!
Music of compassion; fire, and life!!!
Loading...