All Projects → jack-mixer → jack_mixer

jack-mixer / jack_mixer

Licence: GPL-2.0 license
A multi-channel audio mixer desktop application for the JACK Audio Connection Kit.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
cython
566 projects
Meson
512 projects
shell
77523 projects

Projects that are alternatives of or similar to jack mixer

wingpanel-indicator-notifications
Wingpanel Notifications Indicator
Stars: ✭ 22 (-66.67%)
Mutual labels:  gtk3
abaddon
An alternative Discord client made with C++/gtkmm
Stars: ✭ 333 (+404.55%)
Mutual labels:  gtk3
switchboard-plug-applications
Switchboard Applications Plug
Stars: ✭ 14 (-78.79%)
Mutual labels:  gtk3
photos
Photo viewer and organizer designed for elementary OS
Stars: ✭ 101 (+53.03%)
Mutual labels:  gtk3
wingpanel-indicator-datetime
Wingpanel Date & Time Indicator
Stars: ✭ 28 (-57.58%)
Mutual labels:  gtk3
adw-gtk3
The theme from libadwaita ported to GTK-3
Stars: ✭ 660 (+900%)
Mutual labels:  gtk3
Dindo-Bot
🤖 Farming bot for Dofus game
Stars: ✭ 97 (+46.97%)
Mutual labels:  gtk3
niki
Media Player, DLNA, Music, Video and Streaming
Stars: ✭ 14 (-78.79%)
Mutual labels:  gtk3
loopers
Loopers is graphical live looper, written in Rust, designed for ease of use and rock-solid stability
Stars: ✭ 75 (+13.64%)
Mutual labels:  jackaudio
tym
Lua-configurable terminal emulator
Stars: ✭ 119 (+80.3%)
Mutual labels:  gtk3
Lights-Up
Philips Hue controller for Linux [WIP]
Stars: ✭ 27 (-59.09%)
Mutual labels:  gtk3
notification-thing
Python-based implementation of Desktop Notifications Specification (notification-daemon)
Stars: ✭ 24 (-63.64%)
Mutual labels:  gtk3
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (+1.52%)
Mutual labels:  gtk3
gpt
Simple GoPro media organization tool
Stars: ✭ 37 (-43.94%)
Mutual labels:  gtk3
hazzy
Touchscreen UI for LinuxCNC
Stars: ✭ 30 (-54.55%)
Mutual labels:  gtk3
cl-cffi-gtk
#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
Stars: ✭ 35 (-46.97%)
Mutual labels:  gtk3
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-65.15%)
Mutual labels:  gtk3
libappindicator-rs
Rust safe bindings for the libappindicator library
Stars: ✭ 27 (-59.09%)
Mutual labels:  gtk3
gxkb
🇫🇷🇬🇧🇩🇪 X11 keyboard indicator and switcher
Stars: ✭ 101 (+53.03%)
Mutual labels:  gtk3
markdown-rs
Simple Markdown editor
Stars: ✭ 47 (-28.79%)
Mutual labels:  gtk3

jack_mixer -- Jack Audio Mixer

jack_mixer is a GTK+ JACK audio mixer app with a look & handling similar to hardware mixing desks. It has lot of useful features, apart from being able to mix multiple JACK audio streams.

It is licensed under GPL version 2 (or later), check the file COPYING for more information.

Please visit the project's homepage at https://rdio.space/jackmixer/ for more information.

Installation

To build and install jack_mixer run:

meson builddir --prefix=/usr --buildtype=release
meson compile -C builddir
[sudo] meson install -C builddir

Please read the file INSTALL.md for more information and requirements.

Using MIDI CCs to control jack_mixer

MIDI Control Change messages (CCs) can be used to control volume, balance/panorama, mute, and solo of input and output channels.

The default controllers for added channels are chosen using a predefined algorithm: the first free controller starting from #11, first for volume, next for balance/panorama, then mute and finally solo.

So, if you don't delete channels, CC#11 will control the first channel's volume, CC#12 the balance/panorama, CC#13 the mute and CC#14 the solo switch. CC#15 will control the second channel' volume, CC#16 it's balance/panorama, and so on.

It is also possible to set other CCs when creating a channel, or afterwards from the channel properties dialog (accessible from the menu or by double clicking on the channel name).

MIDI CC values (0-127) are mapped to dBFS using the current slider scale for the corresponding channel.

Authors and Acknowledgements

jack_mixer was initially written and supported by Nedko Arnaudov, it is now maintained by Frédéric Péters. For a list of contributors see the file AUTHORS.

K-meter implementation taken from jkmeter, licensed under the GPL 2, by Fons Adriaensen.

Feedback and Contributing

If you have trouble getting jack_mixer working, find a bug or you miss some feature, please create an issue on GitHub or contact the maintainer by email.

You can reach Frédéric at fpeters (a.t) 0d (dot) be, and Nedko at nedko (a.t) arnaudov (dot) name. Most recently, the primary developers are Daniel Sheeler at dsheeler (a.t) pobox (dot) com and Christopher Arndt at chris (a.t) chrisarndt (dot) de, and you can also usually find these folks in #jack_mixer or #lad on Libera.Chat (as fpeters, nedko, dsheeler and strogon14).

If you want to get involved with jack_mixer's development, documentation or translation, please read the contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].