Collection of tools useful for audio production (LADI project repos)
Go to file
Nedko Arnaudov be1cabe243 Bump version to 1.9.4 2024-01-11 17:40:10 +02:00
c++ Bump version to 1.9.4 2024-01-11 17:40:10 +02:00
data More LADI project adjustments (remove vendored unzipfx and more) 2024-01-11 17:18:52 +02:00
resources Unset executable bits & remove !#shebang (#306) 2021-02-09 17:51:55 +00:00
src Bump version to 1.9.4 2024-01-11 17:40:10 +02:00
.gitignore Add unzipfx code used for Windows builds 2013-04-16 05:35:19 +01:00
AUTHORS.adoc More LADI project adjustments (remove vendored unzipfx and more) 2024-01-11 17:18:52 +02:00
COPYING Add COPYING and initial shared.py file 2012-02-16 21:10:23 +00:00
INSTALL.md More LADI project adjustments (remove vendored unzipfx and more) 2024-01-11 17:18:52 +02:00
MAINTAINERS.adoc More LADI project adjustments (remove vendored unzipfx and more) 2024-01-11 17:18:52 +02:00
Makefile Makefile: Add dist target for tarball creation and gpg-signing 2024-01-11 17:38:04 +02:00
NEWS.adoc Makefile: Add dist target for tarball creation and gpg-signing 2024-01-11 17:38:04 +02:00
README.md More LADI project adjustments (remove vendored unzipfx and more) 2024-01-11 17:18:52 +02:00
TODO Misc 2013-01-29 05:45:21 +00:00

README.md

--- README for Cadence ---

Cadence is a set of tools useful for audio production.
It was developed by falkTX, using Python3 and Qt5 (and some C++ where needed).

The tools share the same base source code, so most of them look quite similar (which is intentional).
Also, lots of custom widgets were coded when needed (like pixmapdial, pixmapkeyboard, patchcanvas and systray).
They can be re-used in other projects.

Cadence suite was abandoned by its original author in August 2023.

Since August 2023, the Cadence suite is maintained by Nedko Arnaudov (LADI project), the author of jackdbus and ladish.

In particular, fixes for CVE-2023-43782 and CVE-2023-43783 are applied.

===== DESCRIPTIONS =====

Here's a brief description of the main tools:

Cadence

The main app. It performs system checks, manages JACK, calls other tools and make system tweaks.

Cadence-JackMeter

Digital peak meter for JACK.
It automatically connects itself to all application JACK output ports that are also connected to the system output.

Cadence-JackSettings

Simple and easy-to-use configure dialog for jackdbus.
It can configure JACK's driver and engine parameters, and it also supports LADISH studios.

Cadence-Logs

Small tool that shows JACK, A2J, LASH and LADISH logs in a multi-tab window.
The logs are viewed in a text box, making it easy to browse and extract status messages using copy and paste commands.

Cadence-Render

Tool to record (or 'render') a JACK project using jack-capture, controlled by JACK Transport.
It supports a vast number of file types and can render in both realtime and freewheel modes.

Cadence-XY Controller

Simple XY widget that sends and receives data from Jack MIDI.
It can send data through specific channels and has a MIDI Keyboard too.

Catarina

A Patchbay test app, created while the patchcanvas module was being developed.
It allows the user to experiment with the patchbay, without using ALSA, JACK or LADISH.
You can save & load patchbay configurations too.

Catia

JACK Patchbay, with some neat features like A2J bridge support and JACK Transport.
It's supposed to be as simple as possible (there's Claudia for advanced things), so it can work nicely on Windows and Mac too.
Currently has ALSA-MIDI support in experimental stage (it doesn't automatically refresh the canvas when changes happen externally).

Claudia

LADISH frontend; just like Catia, but focused at session management through LADISH.
It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left.
It also implements the 'Claudia-Launcher' add-application style for LADISH.

Claudia-Launcher

A multimedia application launcher with LADISH support.
It searches for installed packages (not binaries), and displays the respective content as a launcher.
The content is got through an hardcoded database, created and/or modified to suit the target distribution.
Currently supports Debian and ArchLinux based distros.