• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

c++/H03-May-2022-10,1597,498

data/H03-May-2022-63,64745,346

resources/H17-Nov-2019-14,12714,080

src/H03-May-2022-18,78813,586

.gitignoreH A D17-Nov-2019462 4534

COPYINGH A D17-Nov-201914.9 KiB281237

INSTALL.mdH A D17-Nov-20192.2 KiB8358

MakefileH A D03-May-20229.7 KiB220147

README.mdH A D17-Nov-20193.5 KiB5843

TODOH A D17-Nov-2019806 4230

README.md

1# ---  README for Cadence  ---
2
3Cadence is a set of tools useful for audio production. <br/>
4It's being developed by falkTX, using Python3 and Qt5 (and some C++ where needed).
5
6The tools share the same base source code, so most of them look quite similar (which is intentional). <br/>
7Also, lots of custom widgets were coded when needed (like pixmapdial, pixmapkeyboard, patchcanvas and systray). <br/>
8They can be re-used in other projects. Contact the author if you need help on that.
9
10
11===== DESCRIPTIONS =====
12------------------------
13Here's a brief description of the main tools:
14
15### [Cadence](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence)
16The main app. It performs system checks, manages JACK, calls other tools and make system tweaks.
17
18### [Cadence-JackMeter](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-JackMeter)
19Digital peak meter for JACK. <br/>
20It automatically connects itself to all application JACK output ports that are also connected to the system output.
21
22### [Cadence-JackSettings](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-JackSettings)
23Simple and easy-to-use configure dialog for jackdbus. <br/>
24It can configure JACK's driver and engine parameters, and it also supports LADISH studios.
25
26### [Cadence-Logs](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-Logs)
27Small tool that shows JACK, A2J, LASH and LADISH logs in a multi-tab window. <br/>
28The logs are viewed in a text box, making it easy to browse and extract status messages using copy and paste commands.
29
30### [Cadence-Render](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-Render)
31Tool to record (or 'render') a JACK project using jack-capture, controlled by JACK Transport. <br/>
32It supports a vast number of file types and can render in both realtime and freewheel modes.
33
34### [Cadence-XY Controller](http://kxstudio.sourceforge.net/KXStudio:Applications:Cadence-XYController)
35Simple XY widget that sends and receives data from Jack MIDI. <br/>
36It can send data through specific channels and has a MIDI Keyboard too.
37
38### [Catarina](http://kxstudio.sourceforge.net/KXStudio:Applications:Catarina)
39A Patchbay test app, created while the patchcanvas module was being developed. <br/>
40It allows the user to experiment with the patchbay, without using ALSA, JACK or LADISH. <br/>
41You can save & load patchbay configurations too.
42
43### [Catia](http://kxstudio.sourceforge.net/KXStudio:Applications:Catia)
44JACK Patchbay, with some neat features like A2J bridge support and JACK Transport. <br/>
45It's supposed to be as simple as possible (there's Claudia for advanced things), so it can work nicely on Windows and Mac too. <br/>
46Currently has ALSA-MIDI support in experimental stage (it doesn't automatically refresh the canvas when changes happen externally).
47
48### [Claudia](http://kxstudio.sourceforge.net/KXStudio:Applications:Claudia)
49LADISH frontend; just like Catia, but focused at session management through LADISH. <br/>
50It has a bit more features than the official LADISH GUI, with a nice preview of the main canvas in the bottom-left. <br/>
51It also implements the 'Claudia-Launcher' add-application style for LADISH.
52
53### [Claudia-Launcher](http://kxstudio.sourceforge.net/KXStudio:Applications:Claudia-Launcher)
54A multimedia application launcher with LADISH support. <br/>
55It searches for installed packages (not binaries), and displays the respective content as a launcher. <br/>
56The content is got through an hardcoded database, created and/or modified to suit the target distribution. <br/>
57Currently supports Debian and ArchLinux based distros.
58