Cable app now has side-by-side connections manager

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

asbak
Established Member
Posts: 1157
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 151 times
Been thanked: 127 times

Re: Cable app now has side-by-side connections manager

Post by asbak »

Thanks I tried but no luck

Code: Select all

raceback (most recent call last):
  File "/usr/bin/cable", line 2, in <module>
    from Cable import main
  File "/usr/lib/python3/dist-packages/Cable.py", line 10, in <module>
    from PyQt6.QtGui import QFont, QIcon, QGuiApplication, QActionGroup, QAction
ImportError: /usr/lib/x86_64-linux-gnu/libQt6DBus.so.6: undefined symbol: _ZN9QtPrivate23CompatPropertySafePointC1EP14QBindingStatusP20QUntypedPropertyData, version Qt_6

/usr/lib/x86_64-linux-gnu/libQt6DBus.so.6 -> libQt6DBus.so.6.2.4

--== The ULTIMATE Linux Audio Doze VST performance and success hack for lamers ==--
=== RUN UR DOZE VSTs ON DOZE ===

magill
Established Member
Posts: 75
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 15 times
Been thanked: 38 times

Re: Cable app now has side-by-side connections manager

Post by magill »

Do you have python3-pyqt6 installed?
If yes, try https://github.com/magillos/Cable/relea ... _pyqt5.deb as it's PyQT5 version so it might work for you.

magill
Established Member
Posts: 75
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 15 times
Been thanked: 38 times

Re: Cable app now has side-by-side connections manager

Post by magill »

I pushed some updates to the app;

-Migration to PyQT 6.
-Added option to keep buffer and sample rate saved.
-Added auto-start option (should work straight away with Arch package and flatpak and deb. For pyinstaller binary and AppImage, 'Exec' entry in ~/.config/autostart/cable-autostart.desktop has to be amended for that to work).
-'Default App' toggle should now remember its state.

Deb, flatpak, AppImage, Arch package and pyinstaller executable are available in releases: https://github.com/magillos/Cable/releases/tag/0.5

magill
Established Member
Posts: 75
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 15 times
Been thanked: 38 times

Re: Cable app now has side-by-side connections manager

Post by magill »

Version 0.6 landed with additional tab displaying pw-top output: https://github.com/magillos/Cable/releases/tag/0.6

pw-top.png
pw-top.png (140.76 KiB) Viewed 481 times
magill
Established Member
Posts: 75
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 15 times
Been thanked: 38 times

Re: Cable app now has side-by-side connections manager

Post by magill »

Version 0.7 released.
Ports can now be grouped with a toggle and right click menu. PKGBUILD (also on AUR), Arch package, deb, AppImage, flatpak and pyinstaller are available.
https://github.com/magillos/Cable/releases/tag/0.7

Cables.png
Cables.png (239.58 KiB) Viewed 403 times
Post Reply