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: 1165
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 157 times
Been thanked: 132 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: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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 640 times
magill
Established Member
Posts: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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 562 times
magill
Established Member
Posts: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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

Post by magill »

New feature arriving soon:

Screenshot_20250329_223206.png
Screenshot_20250329_223206.png (99.39 KiB) Viewed 154 times
tseaver
Established Member
Posts: 492
Joined: Mon Mar 13, 2017 6:07 am
Has thanked: 34 times
Been thanked: 135 times

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

Post by tseaver »

@magill many thanks for taking the bit between your teeth and running away with Cable. Not only are you doing the lifting on the development side (or, as you humble-brag, faking it with LLM prompts): you are also responding in a timely way with grace to feedback from sometimes-disgruntled users, which is waaaaay harder.

Ubuntu, Mixbus32C; acoustic blues / country / jazz
magill
Established Member
Posts: 87
Joined: Wed Apr 05, 2023 9:11 am
Has thanked: 18 times
Been thanked: 54 times
Contact:

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

Post by magill »

Cheers! I might be faking it with LLMs but the app is real! I must say I have so much respect for real devs, doing it everything on their own. Even with "bots", it takes so much time and effort to make everything run and work as imagined. I can inly hope it's worth it.

Post Reply