Written Guide To Linux Music & Audio Production(FIRST DRAFT)

in #music2 years ago

lNX-aUDIO-WRITTEN-LOGO.png

This Is The FIRST DRAFT of the written guide.

Please take that into consideration, and any corrections or comments are appreciated.

Preface:

This document is a supplemental resource intended as a companion reference to the video series: The Guide To Linux Audio & Music Production. This text guide contains much of the information presented in the videos. In some cases it offers more information including links, tables, my own notes, and images.

Table of Contents:

A. Part ONE:

  • Terminology & Concepts
  • Linux-Specific Terms
  • The GNU/Linux Sound System:
    • ALSA
    • Pulseaudio
    • JACK
  • Choosing Where to Start:
    • Links, Guides, Resources
    • The JACK & Pulseaudio Struggle
  • Key Applications
  • JACK1 vs. JACK2
  • Patched/Custom Kernels
  • Plugins
  • Audio/Studio Dristros

B. PART TWO:

  • Audio/Studio Distributions
    • KX-Studio
    • Ubuntu-Studio
    • AV-Linux
    • CCRMA

C. PART THREE:

  • Linux Digital Audio Workstations
    • Hydrogen
    • ReNoise
    • Waveform
    • LMMS: Linux Multi-Media Studio
    • Reaper
    • Ardour
    • Harrison Mixbus
    • Bitwig Studio

1. PART ONE - Terminology/Concepts & Getting Started:

Part One Video Timestamps:
  • Prologue/Intro 0:00
  • Terminology/Concepts 4:20
  • Overview 6:20
  • Audio/Studio Distros 11:55
  • Plug-In's/DAW's 15:38
  • Essential Packages 17:22
  • Quick-Start with LMMS on Ubuntu 22:25
  • JACK Packages & JACK Explained 24:29
  • Configuring QjackCtl 27:30
  • Routing Pulse/JACK Connections 36:15
  • Ending 41:50

First, let's look at audio-production terms and concepts in general, as in NOT specific to GNU/Linux.

  • DAW: Stands for Digital Audio Workstation. A DAW is a software suite for making or recording music with a computer. DAW's usually allow you to create separate audio tracks and channels for playing, mixing, and recording audio. Typically the DAW also allows you to process and manipulate digital instruments, samples, and effects.
    Think of it as a recording studio in a software program.

  • Plug-In's: Standardized portable software that can be used in different DAW's as instruments, effects, and utilities. The most common plug-in types are VST:Virtual Studio Technology, and AU: Audio Units which are specific to MacOS.

  • MIDI: Musical Instrument Digital Interface, a standard that is used to connect instruments and controllers to software for music production. Examples: Synthesizers, Controllers, Samplers, Turn-Tables.

  • Latency: Basically means delay. When working with music/audio in a computer this delay can become a problem when you are controlling musical notes or recording audio.
    It's commonly thought that anything over 10ms(milliseconds) is noticeable to humans.

  • Real-Time: In computers RealTime has multiple meanings, but in general it means that the computer has to complete a task in a pre-determined & predictable amount of time, like a deadline.
    The Linux kernel has several patches that help mitigate latency, and achieve real-time/low-latency performance regarding input/output of audio for:

    • Recording
    • Monitoring
    • MIDI input & output
    • Software synchronization
    • Playback

(Linux-Specific)Terms & Concepts:

  • LADSPA(Linux Audio Developer's Simple Plugin API): Limited/basic audio plug-ins for Linux that only include effects & utilities.
  • DSSI (Disposable Soft-Synth Interface): Virtual instrument plugin architecture that extends LADSPA with insturment plug-ins.
  • LV2(LADSPA Version 2): The modern Linux audio plug-in format for instruments and effects. Includes all of the features & capabilities of VST or AU plug-in formats.
  • X-Runs: A buffer overrun or a buffer underrun. Means that audio processing missed a deadline, and that there may be pieces of sound missing or affected. JACK counts and makes notes of X-runs because they can affect sound quality.

2. The GNU/Linux Sound System:

Let's start with the Linux audio stack, Every operating system has a sub-system that handles audio input/output, and provides a way for developers to write programs to take advantage of this.

Linux has three audio systems: ALSA, Pulseaudio, and JACK.
Why 3? Each have their own purposes, but most Linux distributions will have ALSA and Pulseaudio installed by default.

alsa.png

  • ALSA: Advanced Linux Sound Architecture: ALSA is an all in one modular driver system. It powers all types of sound cards, includes the MIDI driver, and also features a compatibility layer for the older OSS or Open Sound System. Nearly all modern Linux distros use ALSA.

pulse.png

  • Pulse Audio: Works on top of ALSA as a sound server. Allows for individual control of each application's volume, as well as which hardware device the application play's on. Such as speakers, headphones, or USB audio devices. Pulseaudio also adds some interesting features like the ability to send/receive audio across networks, and route audio in non-traditional ways such as playing sound through multiple sound devices at the same time via virtual output devices.

jack.png

  • JACK: Jack Audio Connection Kit allows for connecting audio input/output between different applications and hardware, but focused on low-latency and real-time audio-production. It can be thought of as the "Pro" audio solution for GNU/Linux. It can also synchronize audio work between various applications via JACK Transport.

3. Choosing Where To Start

When it comes to producing music on Linux, getting started can be overwhelming because of the three entirely different audio systems on the back end.
If you just want to quickly start learning and playing around making beats and songs you can skip installing JACK, and simply run your DAW of choice with the ALSA or Pulseaudio back-ends.
However, if you have music hardware like MIDI controllers or you plan on recording guitars, drums, or other live instruments of vocals along with music from the DAW you'll want to use JACK.

Excellent Resources for Linux Music & Audio:

LinuxAudio.org Welcome Page

LinuxAudio.org System Configuration Guide

Linux Audio Bundles and Distributions

https://wiki.archlinux.org/index.php/Professional_audio

Arch Wiki: Getting JACK to play nice with ALSA

Libre Music Production: Advantages of Linux Audio Distros

https://linuxmusicians.com/

The JACK & Pulseaudio Struggle:

The number one issue I've seen on forums when researching Linux audio production is issues with JACK, usually being blamed on Pulseaudio. Many people claim it's difficullt to get them to function together.

Because of this I was put off on the idea of using JACK, and decided to only use Pulseaudio/ALSA applications.
At the same time people also generally agree that JACK is one of the best parts of working with audio on Linux, and I had to find out what I was missing.
As a compromise I chose to try out an audio-focused distro that comes with JACK/Pulseaudio pre-installed and configured. So I installed AVLinux on a separate computer, and used that machine exclusively for music/audio.

After becoming more familiar with how ALSA, Pulseaudio, & JACK work I started installing JACK on my other computers too.

I now use JACK/Pulseaudio on every Linux machine I work with. This ranges from a laptop with a MIDI controller to my studio machine with 6 different audio interfaces and over 30 unique inputs/outputs.

Don't Be Frightened of JACK

ALSA & JACK MIDI for Dummies...Explained By A Dummy

It's definitely not as difficult as it's made to seem. Maybe in the past it was much more difficult, but in Part ONE I go over how they work, and it's not that complicated at all.

My hope is with this guide you'll be able to install JACK and use it on any machine, but also I won't discount the benefits of learning on a studio distro like AVLinux or Ubuntu Studio.

4. Key Applications:

All of these are covered in the PART ONE video at 17:22

The left side of the table is how the packages are named in the Ubuntu repositories. Meaning you can typically install them in the terminal via:

sudo apt install paprefs

or

sudo apt install pavucontrol

alsautils=terminal volume mixer for ALSA
pavucontrol=pulseaudio volume control
paprefs=pulseaudio preferences
jackd2=Jack Audio Connection Kit 2
jackd1=Jack Audio Connection Kit 1
qjackctl=Graphical JACK Controller Interface
pactl=Pulseaudio Control(command line)
a2jmidid=ALSA to JACK MIDI daemon
pulseaudio-module-jack=JACK Connections for Pulseaudio
pajackconnect=Pulseaudio Jack Connect

5. Jack1 vs JACK2

JACK2 is the one I use, and is typically the recommended JACK implemementation. JACK1 is no longer under active development.
JACK2 has many new features missing from JACK1, but JACK2 uses ALSA to handle MIDI support while JACK1 handles it natively.

You can find in-depth explanations and discussions at the links below:

Jack FAQ on JackAudio.org

Differences Between JACK 1 & 2 from the jackaudio Github

JACK Audio Connection Kit - ArchWiki

JACK - Gentoo Wiki

Jack1 & 2 Discussion on LinuxMusicians

6. Patched & Custom Kernels:

Every GNU/Linux distribution comes with a Linux kernel.

Some of them have patched kernels that add or change certain things about the OS. You can find out what kernel you are using by runnig the uname -a command in a terminal:

drown@xeon-studio ~ uname -a

Linux xeon-studio 5.3.0-7642-generic #34~1584407623~18.04~36777b2-Ubuntu SMP Tue Mar 17 03:29:38 UTC x86_64 x86_64 x86_64 GNU/Linux

This output shows I'm running Linux, my computer's name is xeon-studio, and I'm using a generic kernel on Ubuntu.

In certain situations having a kernel that's patched can achieve better real-time performance, and there are several patched kernels that are designed around low-latency and realtime high-performance for audio.
Below is a list of possible kernels including ones that are patched to achieve better performance:

-generic kernel - this is the stock kernel that is provided by default in Ubuntu.

-preempt kernel - this kernel is based on the -generic kernel source tree but is built with different configurations (settings) to reduce latency. Also known as a soft real-time kernel.

-rt kernel - is based on the Ubuntu kernel source tree with Ingo Molnar maintained PREEMPT_RT patch applied to it. Also known as a hard real-time kernel.

-lowlatency kernel - very similar to the -preempt kernel and based on the -generic kernel source tree, but uses a more aggressive configuration to further reduce latency. Also known as a soft real-time kernel.

-realtime kernel - is based on the vanilla kernel source tree with Ingo Molnar maintained PREEMPT_RT patch applied to it. Also known as a hard real-time kernel.

The Liquorix Kernel - A truly custom low-latency kernel. Liquorix is a distro kernel replacement built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.
Right now I am editing this text guide just after finishing the PART THREE video, and Liquorix is only briefly mentioned in PART ONE. But I have just discovered that AVLinux(covered in Part TWO) is now based on MX Linux and uses the Liquorix Kernel.

Warning!

If you are not familiar with Linux kernel commands you should probably not attempt installing a patched kernel.

If you're certain you want to attempt this on your distro you should look at a guide that applies to your distro, and compare it to other reputable guides. There are multiple ways to improve audio performance on your Linux system.

You can get various patched-kernels out of the box using one of the audio/studio distros we'll be covering.


7. Plugins -

​ Linux supports a large number of plug-ins through different solutions, either native or hosted.

LADSPA: Linux native plug-ins, usually not too fancy looking.

LV2: Fancier looking native Linux plug-ins, some are LinuxVST's, other's are based on LADSPA plug-ins.

DSSI: Non native plug-ins that work via a "wrapper".

Wine_w492_h312.jpg

Wine stands for Wine Is not an Emulator. It's a system that allows Windows software to run on Linux. Windows VST, VST3, and VSTi plug-ins are possible with Wine.

WineASIO: Additionally, some other Windows audio production software requires Windows ASIO low-latency drivers, basically the Windows version of JACK.
WineASIO can be installed to make some of these porgrams work with Linux. Installing WineASIO can be tricky, but it comes pre-installed in AVLinux.

calf-plugs.png

Calf Studio Gear is a collection of native plug-ins for Linux that also has it's own host to run it independently.

Carla is a plug-in host for virtually all types of plug-ins. It can be ran on it's own or like a plug-in inside of a DAW.

Standard Folders Plug-Ins are installed in:

LADSPA
  • /home/your-user/.ladspa
  • /usr/lib/ladspa
  • usr/local/lib/ladspa
DSSI
  • /home/your-user/.dssi
  • /usr/lib/dssi
  • usr/loval/lib/dssi
VST
  • /home/your-user/.vst
  • /usr/lib/vst
  • /usr/local/lib/vst

In my configuration I have Carla set to also scan for VST2 plug-ins located in my Wine virtual drives at:

  • /home/your-user/.wine/drive_c/Program Files (x86)/Steinberg/VSTPlugins
  • /home/your-user/.wine/drive_c/Program Files (x86)/VstPlugins
  • /home/your-user/.wine/drive_c/Program Files/VstPlugins

This may be different depending on how you have your Wine setup configured.

LV2
  • /home/your-user/.lv2
  • /usr/lib/lv2
  • /ust/local/lib/lv2
VAST
  • /home/your-user/.vst3
  • /usr/lib/vst3
  • /usr/local/lib/vst3

My VST3 Wine locations:

  • /home/your-user/.wine/drive_c/Program Files (x86)/Common Files/VST3
  • /home/your-user/.wine/drive_c/Program Files/Common Files/VST3

8. Audio/Studio-Distros:

Another great place to get started is by installing a Linux distribution designed for music & audio work. In PART TWO of this guide we focus on three of these Linux distros.
When I began doing audio production on Linux I installed AVLinux on a separate computer for a few reasons:

  1. I wasn't confident about getting JACK/Pulseaudio configured, and didn't want to mess up my main operating system.
  2. I wanted all of the performance benefits of the realtime kernel, and I wasn't certain about installing that either.
  3. I wanted all of the software and plug-ins all pre-installed & pre-configured instead of doing all of it individually.

Starting off with AVLinux gave me a lot better understanding and confidence with these things, and acted as sort of a shopping list for some of the plug-ins and programs that I'd later install on my main systems.
I definitely don't regret going that route, but it was far easier to get JACK/Pulseaudio working than people online made it seem.

AUDIO-DISTROS.png


Part 2 - Linux Studio Distros:

Part Two Video Timestamps:

Overviews & Studio Websites:

  • Intro 0:00
  • Quick Part One Recap 3:50
  • Part 2 Explanation 4:25
  • KX-Studio Overview 4:58
  • Ubuntu-Studio Overview 7:15
  • AVLinux Overview 7:50
  • Websites for KX, US, AVL 9:00

KX-Studio Guide

  • KX-Studio Guide Start 14:12
  • JACK/Pulse/ALSA via Cadence 14:58
  • Claudia Launcher 15:41
  • Carla and Connections 17:12
  • Bristol Synthesizers 17:35
  • LMMS/Carla Plugins 20:14
  • JACK Transport LADISH Claudia 23:55
  • Sooper Looper 26:39
  • KX-Studio Resources 27:34
  • Everything Else 27:57

Ubuntu Studio Guide

  • Repositories/Install 29:25
  • Ubuntu Studio Controls 31:39
  • Carla Plugins 33:50
  • Other Software 35:38
  • Adding Software via Synaptic 39:52
  • Adding More Plug-Ins & Tools 43:00
  • Adding KX-Studio Repositories 43:33
  • Ubuntu Studio Handbook 49:40

AVLinux Guide

  • AVLinux Install 50:35

  • Installing AVLinux Realtime Kernel 55:45

  • AVLinux Assistant 57:14

  • JACK/Alsa/MIDI/Pulse 59:35

  • Included Software/Tools 1:00:02

  • Carla Plug-Ins 1:03:47

  • File Manager Audio Tools 1:08:15

  • Harrison Mixbus 1:10:23

  • Ardour 1:18:42

  • WineASIO Helper 1:22:22

  • Conclusion/Thoughts 1:23:05

KXStudio - https://kx.studio/

Even though the KX-Studio distribution itself is outdated, the KX-Studio website contains a ton of useful information. It also contains Guides for using the KX Studio Repositories to install packages on your Debian/Ubuntu system.

Outdated, based on Ubuntu 14.04(released in April of 2014).

Uses the low-latency kernel. Pre-configured & loaded with software and plug-ins. Uses Cadence as a central control system for loading tons of instruments & plug-ins. Additionally, the KX-Studio repositories can be added to other Debian or Ubuntu based distros. However, this can create complications because of dependencies and can brake your operating system.

WARNING:

You should ONLY add KX-Studio repositories if you know what you are doing, and have working back-ups of your system.

I have personally encountered issues from using KX-Studio repositories such as not being able to upgrade certain libraries for other software. This is due to having installed KX packages that are marked as manually installed by Ubuntu's APT package manager meaning it won't remove them automatically.
In my case the benefit of keeping them outweighs the drawback of not upgrading.

Ubuntu Studio - https://ubuntustudio.org

An Official flavor of Ubuntu. The most widely used multimedia orientated GNU/Linux distribution in the world. Like KX-Studio it uses the low-latency kernel, but the much more up-to-date 18.04 version(At the time of writing this). It comes pre-loaded with a selection of the most common free multimedia applications available, and is configured for best performance for the Ubuntu Studio defined workflows: Audio, Video, Graphics, and Publishing.
Ubuntu-Studio doesn't include quite as many plug-ins or programs for music production as AVLinux or KX-Studio, but they can always be installed later.

Ubuntu Studio Documentation & Links:

AVLinux - https://www.bandshed.net/avlinux/

Unfortunately, since I've began this project AVLinux has discontinued the AC Linux Kernel Repository. Citing the responsibility and security risks involved. You can read it from them here

However, there is good news!
AVLinux is now based on MX Linux and now comes with the high-performance Liquorix Kernel that I've touched on briefly, but have not yet featured in the video series(as of Part THREE).
Some of the information in this written guide and the videos will be out of date so please remember that.

The NEW AVLinux Manual:

When I started this project AVLinux was still based on Debian, and was very different. The latest AVLinux MX-Edition Manual can be found here.

Formerly based on Debian Stable and using the -rt hard real time kernel by default, but the low-latency kernel also available in the repositories. Comes with a custom settings system, and other performance squeezing configurations as well as JACK & Pulseaudio pre-configured to work smoothly together. AVLinux is loaded with hundreds of third-party plug-ins, including some free 32-bit Windows VSTs.

Another unique feature is WineASIO. In Linux, Wine is a software system that allows Windows programs to be run in Linux, WineASIO allows Windows native ASIO sound drivers to be used with JACK.

AVLinux also includes the DEMO version of Harrison Mixbus, that plays random static at different intervals if you haven't purchased a license.
Created by Glen MacArthur, a musician and producer who runs Bandshed Records, and records music with his band Rated Blue. As a musician he began using Linux for audio in 2006 and eventually developed AVLinux for his own needs in audio-production and recording. Glen decided to make his custom studio Linux distribution available to others, and that's how we got AVLinux. AVLinux offers a ton of unique aspects out of the box not found in KX-Studio or Ubuntu-Studio.

CCRMA - http://ccrma.stanford.edu/planetccrma/software/

​ Briefly touched on my video guide, but still worth mentioning.
Stanford University's Center For Computer Research In Music and Acoustics, pronounced "Karma". Hosts Planet CCRMA At Home. The specific collection of free and open source software packages specifically for Fedora Linux that is used by Stanford's CCRMA. This collection has gotten smaller over time because most of the packages have moved to the official Fedora repositories.

Highlights & Summary:

Ubuntu Studio:

  • Included DAWs:

    • Ardour - DAW for recording, mixing, and mastering
    • Audacity – Audio Wave Editor
    • Qtractor – midi capable DAW
    • Hydrogen – Drum machine / Sequencer
  • Carla Plugin Host

  • Yoshimi Synthesizer

  • Rakarrack Guitar Amp Modeler

  • Much more available in the software repositories

KX-Studio:

AVLinux:

  • Pre-installed Realtime Kernel

  • AVLinux Assistant for various RT config and system admin tools

  • Shuriken Beat Slicer pre-installed

  • ZynAddSubFX synthesizer with new Modern UI

  • Harrison Mixbus Demo Included

  • The most plug-ins pre-loaded

  • Originates from 32bit and 64bit snapshots of the Debian Stable Distribution.(Now based on MX Linux)

  • High Peformance Liquorix Kernel for optimal low-latency Audio potential.

  • Extra tweaks for performance, meets all criteria of the included software and tools.

  • Realtime Configuration Quick Scan.

  • Some special custom packaging not found in default Repositories.

  • Extensive Audio/Video and Administrator-friendly Custom Actions.

  • Seamless JACK Audio/MIDI environment with PulseAudio Integration.


PART THREE - Linux Digital Audio Workstations

Part Three Video Timestamps:

  • Intro 00:00

  • Recap 04:23

  • QJack-Control MIDI Configuration 05:17

  • Alsa2Jack MIDI Bridge 08:14

  • CALF Studio Gear Plug-ins

  • 10:11 Carla Plug-In Host

  • 15:34 Hydrogen Drum Machine

  • 23:13 Renoise

  • 30:59 Waveform(Traktion-T7)

  • 38:05 LMMS:Linux Multimedia Studio

  • 57:00 Reaper 08:48

  • Harrison Mixbus 01:11:01

  • Ardour 01:14:34

  • Bitwig Studio 01:26:54

  • Final Thoughts & Outro 01:44:46

DAWs Covered:

  • Hydrogen

  • ReNoise

  • Waveform

  • LMMS

  • Reaper

  • Ardour

  • Harrison Mixbus

  • Bitwig Studio

Honorable Mentions:

  • Rosegarden
  • Non-DAW
  • ZRhythm
  • MusE
  • QTractor

Other Important Pieces:

linux-daws.png

Hydrogen

So Hydrogen is not actually a traditional DAW, it's branded as a drum-machine. However, it's far more than just a drum-machine. It allows you to create drum kits based off of audio samples, and supports Linux LADSPA plug-in effects. It has it's own mixer, and allows you to export as songs, as MIDI files, and as Lilypond files.
It also supports JACK Transport functionality.

LMMS- Linux Multi Media Studio -

LMMS is Digital Audio Workstation that is specifically for "producing" tracks, not for recording live music aside from MIDI. It's designed as an open-source alternative to Fruity Loops AKA FLStudio. It does most of what FL can do, but it is not a 1:1 replacement. It specifically lacks any way to record from outside sources, meaning it only works with recorded samples. If you want to work with or record live audio, you will need to do so beforehand using another program.

LMMS does however include a host of instrument and effects plugins and features support for Soundfonts/gig files, it also provides a host for Windows 32-bit VST2 plug-ins in the form of Windows Dynamically Linked Libraries DLL, and even installers or .EXE executables. Also, depending on your version, CAN support Carla as a plug-in. With the Carla plug-in, depending on your system packages, you can add support for additionally plug-ins such VST3/VSTi, LV2, DSSI, and others.

LMMS also connects to ALSA, JACK, and Pulseaudio sound architectures, and supports MIDI seamlessly on any of them with no configuration necessary.

  • Fruityloops/FL-Studio clone.
  • No microphone/line-in recording functionality.
  • Works via ALSA, Pulseaudio, and JACK.
  • Easy Plug-n-play MIDI support
  • Built in LADSPA Effects
  • Built in VST-Server
  • Built in Soundfond/GIG player.
  • Built in Carla Rack/Patchbay plug-ins

Ardour 5

Ardour is a true general purpose DAW, more like Pro-Tools. It provides a robust integrated audio routing system with buses,channels, and tracks, while allowing external audio from hardware, MIDI, or even other software to route into any interface.

Ardour uses two main work flows: The Editor side and the The Mixer side. This allows you multiple ways of approaching audio production, such as recording live instruments and mixing on the fly, or producing pre-sampled tracks for mixing later, as well as the ability to work with a mixture of the two. Unlike LMMS, Ardour would be right at home as a dedicated studio control center with fixed hardware. It's more complicated than LMMS for producing software-based music, but it excels at this as well. It can also be used to extract audio from Video files and edit them along with the visual progression. By default it supports ALSA and JACK and requires you to manually configure ALSA's MIDI drivers into JACK which can be a bit tricky, but some pre-built versions have more support for various configurations. It comes with a collection of plugins and natively supports LADSPA, Linux-VST, and LV2. Windows-VST plugins can be used on special builds of Ardour and also require Wine to be installed.

  • Professional-grade recording and mixing capabilities
  • Comprehensive Input/Output of audio and MIDI with tracks/buses
  • Versatile editing and mixing tools
  • Lots of pre-packaged plug-ins
  • Separate Record/Mix workflows

Harrison Mixbus

Harrison Mixbus is an affordable, proprietary DAW that is built out of Ardour, it's developed, supported, and maintained by Harrison Consoles. Harrison is a reputable manufacturer of high-end analogue mixing/control consoles used in major studios. Some of the features Mixbus features over Ardour are Harrison's proprietary DSP algorithms for analogue sound mixing and many other advanced features. The interface for Mixbus also varies from Ardour with channels that have Harrison-specific mixing/control built into each one.

  • All the features of Ardour and more
  • Advanced proprietary Analogue DSP sound processing
  • Proprietary VST Plug-ins

Reaper

Reaper is an open-source non-free DAW, that offers a fully-featured trial version that has no enforced expiration, but does ask you to pay the very affordable $60(non commercial use) price after the time expires. Reaper sports a slew of features for audio processing, recording, and editing. Reaper also includes it's own suite of plug-ins and supports VST, VST3, and VSTi formats, and includes a collection of it's own JSFX plug-ins.

  • Automatic Plug-In Delay Compensation:PDC
  • Reamote Network Plugin Processing
  • Native bridging/firewalling: run 32-bit plug-ins in REAPER x64, maximize RAM utilization, protect against and recover from plug-in crashes.
  • Versatile format support
  • Unlimited tracks
  • Portable runtime

Bitwig Studio

Bitwig Studio is created by former developers of the extremely popular Ableton Live DAW, and like Ableton it is marketed to professionals at professional prices. It is available on Linux, MacOS, and Windows. Bitwig is not free, but there are limited demos available. A Bitwig license costs $399 USD.

Waveform(Formerly Traktion T7)

Traktion T7 is a proprietary DAW that's available for free, but with instruments and effects add-on's that are paid. The development library behind it is called JUCE, which has been sprung off on it's own as open-source software that has been used to build other plug-ins that are available for Linux.

ReNoise:

Also proprietary, but with a demo version available. ReNoise is a "Tracker" style DAW, meaning it functions very differently than most of it's contemporaries. It uses vertical tracking versus horizontal, and definitely has a learning curve even for people who are familiar with DAW's.

In Closing:

That's it for the FIRST DRAFT of the written guide.

There's a lot more that will be added to future & final drafts.
If you have any suggestions please leave a comment below.
The goal is to make this written guide as useful as possible.
I have a bunch of stuff that I kept out just because this guide is the only thing stopping me from release the Part 3 video, and so I'm out of time.

If this helped you in any way feel free to leave a comment below or under one of the videos!

-- Jay aka DroWn :::DS-Tech Media:::