Sorry, you need to enable JavaScript to visit this website.

general

How do I install audio plugins?

You can install plugins from your distro's software center or package manager. Search for LADSPA, LV2, DSSI and VST, which are the plugin formats supported on Linux. If you are using a Ubuntu or Debian based distro, you can add the KXStudio repositories, which will pull in more plugins, and more up to date ones, into your software center and/or package manager.

 

How do I find out which version of JACK I am using?

If you are on a forum or on IRC trying to troubleshoot an issue with JACK, you may be asked which version you are using. A lot of people that are using Qjackctl to control JACK, look for the version number there. This however is the version number for Qjackctl and not for JACK. To find out which version of JACK you are using, open up a terminal, type in the command

jackd -V

What is the difference between JACK1 and JACK2?

JACK 1 and JACK 2 are equivalent implementations of the same protocol. In most cases, it doesn't matter which one you choose. unless you have a specific reason for doing so. A common misconception is that JACK 2 is a newer version, when in fact, both versions are developed alongside each other.

More details and information about the differences between JACK 1 and JACK 2

Class compliant

If a device is class compliant, it means that it does not need any special drivers and will work out of the box.

Kernel

The kernel is the bottom most layer of your operating system. Every operating system has a kernel. The common factor in every Linux distribution is the Linux kernel itself. This deals with basic input and output, on top of which everything else is built. The Linux kernel is where device drivers live.

FFADO

FFADO stands for Free FireWire Audio Drivers. This is an open source device driver backend for JACK. If you want to use a firewire interface, check out the FFADO website to see which devices are supported.

Pulse Audio

Pulse audio is a sound server that uses ALSA as it's backend. It is more geared towards general desktop audio. While it is useful for these purposes, pulse audio isn't used for any audio production software.

Pages

Subscribe to RSS - general