Hello, I want to try out Linux (Debian 10) and wondering which plugins actually are available for Reaper. I know there are tons of Wine/Linux workarounds (e.g. With Carla) to use Windows Plugins but this is not what I want. Perfectly apt for trap, hip hop, EDM and trance boppers, Superwave P8 is considered one of the best synth VST plugins on the freeware market. It does help that it was remotely modelled off of the Roland JP 8000.

EsPhaser is a phaser with up to 4096 stages of order 2 Thiran all-pass filters. This is the same phaser used in EnvelopedSine.

EsPhaser requires CPU which supports AVX or later SIMD instructions.

The package includes following builds:

  • Windows 64bit
  • Linux 64bit
  • macOS 64bit

macOS build isn’t tested because I don’t have Mac. If you found a bug, please file a issue to GitHub repository or send email to ryukau@gmail.com.

Linux build is built on Ubuntu 18.0.4 and tested on Bitwig and Reaper. If you are using distribution other than Ubuntu 18.04, plugin will not likely run. In this case, please take a look at build instruction.

Installation

Plugin

Place *.vst3 directory to:

  • /Program Files/Common Files/VST3/ for Windows.
  • $HOME/.vst3/ for Linux.
  • /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ for macOS.

DAW may provides additional VST3 directory. For more information, please refer to the manual of the DAW.

Presets

Extract preset zip, then place preset directory to the OS specific path:

  • Windows : /Users/$USERNAME/Documents/VST3 Presets/Uhhyou
  • Linux : $HOME/.vst3/presets/Uhhyou
  • macOS : /Users/$USERNAME/Library/Audio/Presets/Uhhyou

Preset directory name must be the same as the plugin. Make Uhhyou directory if it does not exist.

Windows Specific

If DAW doesn’t recognize the plugin, try installing C++ redistributable (vc_redist.x64.exe). Installer can be found in the link below.

Linux Specific

On Ubuntu 18.0.4, those packages are required.

If DAW doesn’t recognize the plugin, take a look at Package Requirements section of the link below and make sure all the VST3 related package is installed.

REAPER on Linux may not recognize the plugin. A workaround is to delete a file ~/.config/REAPER/reaper-vstplugins64.ini and restart REAPER.

macOS Specific

When trying to run plugin first time, following message may appear on macOS.

In this case, open terminal and try running following command to unzipped .vst3 directory.

Plugin may be considered as unsigned/un-notarized application. In this case, try following the steps below.

  1. Open terminal and run sudo spctl --master-disable.
  2. Go to System Preferences → Security and Privacy → General → Allow apps downloaded from, then select “Anywhere”.

Beware that steps above degrades security of your system. To revert the settings, follow the steps below.

  1. Go to System Preferences → Security and Privacy → General → Allow apps downloaded from, then select option to “App Store and identified developers”.
  2. Open terminal and run sudo spctl --master-enable.

Reference

Color Configuration

At first time, create color config file to:

  • /Users/USERNAME/AppData/Roaming/UhhyouPlugins/style/style.json on Windows.
  • $XDG_CONFIG_HOME/UhhyouPlugins/style/style.json on Linux.
    • If $XDG_CONFIG_HOME is empty, make $HOME/.config/UhhyouPlugins/style/style.json.
  • /Users/$USERNAME/Library/Preferences/UhhyouPlugins/style/style.json on macOS.

Below is a example of style.json.

Hex color codes are used.

  • 6 digit color is RGB.
  • 8 digit color is RGBA.

First letter # is conventional. Plugins ignore the first letter of color code, thus ?102938, n11335577 are valid.

Do not use characters outside of 0-9a-f for color value.

  • fontPath: Absolute path to *.ttf font file. Not implemented in VST 3 version.
  • foreground: Text color.
  • foregroundButtonOn: Text color of active toggle button. Recommend to use the same value of foreground or boxBackground.
  • foregroundInactive: Text color of inactive components. Currently, only used for TabView.
  • background: Background color.
  • boxBackground: Background color of inside of box shaped components (Barbox, Button, Checkbox, OptionMenu, TextKnob, VSlider).
  • border: Border color of box shaped components.
  • borderCheckbox: Border color of CheckBox.
  • borderLabel: Line color of parameter section label.
  • unfocused: Color to fill unfocused components. Currently, only used for knobs.
  • highlightMain: Color to indicate focus is on a component. Highlight colors are also used for value of slider components (BarBox and VSlider).
  • highlightAccent: Same as highlightMain. Used for cosmetics.
  • highlightButton: Color to indicate focus is on a button.
  • highlightWarning: Same as highlightMain, but only used for parameters which requires extra caution.
  • overlay: Overlay color. Used to overlay texts and indicators.
  • overlayHighlight: Overlay color to highlight current focus.

Controls

Knob and number slider can do:

  • Ctrl + Left Click: Reset value.
  • Shift + Left Drag: Fine adjustment.

Caution

When stage is set to 4096, it will be CPU intensive.

Output varies in different sample rate.

Download reaper plugins

Output may be loud when changing Cas. Offset. Use Shift + Left Drag to slowly change the value, or insert limiter to prevent hard clipping.

Block Diagram

If the image is small, use Ctrl + Mouse Wheel or “View Image” on right click menu to scale.

Diagram only shows overview. It’s not exact implementation.

Parameters

Stages

Number of all-pass filter.

Mix

Mixing ratio of dry/wet signal of phaser. Dry : Wet becomes 0 : 1 when turned the knob to rightmost.

Freq

LFO frequency.

Spread

Spread frequency between LFOs.

Equation for difference of LFO phase in 1 sample:

Feedback

Amount of feedback. Feedback is disabled when the knob is pointing to 12 o’clock. It becomes negative feedback when turned to left and positive feedback when turned to right.

Range

Range of all-pass filter modulation by LFO.

Min

Minimum value of all-pass filter modulation by LFO.

Cas. Offset

Phase offset between 16 LFO.

L/R Offset

LFO phase offset between L/R channels.

Phase

LFO phase. This can be used to make sound with automation. Turning Freq to leftmost sets LFO frequency to 0.

Equation for phase offset:

Change Log

  • 0.1.6
    • Implemented process context requirements.
  • 0.1.5
    • Added check that DSP is initialized or not.
  • 0.1.4
    • Added color configuration.
  • 0.1.3
    • Reverted parameter smoother to the old one which works with variable size audio buffer.
  • 0.1.2
    • Fixed a bug that cause crash when drawing string.
  • 0.1.1
    • Changed display method for pop-up which shows up by clicking plugin title.
  • 0.1.0
    • Initial release.

Old Versions

License

EsPhaser is licensed under GPLv3. Complete licenses are linked below.

If the link above doesn’t work, please send email to ryukau@gmail.com.

About VST

VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.

From CockosWiki

Jump to: navigation, search

Main Page > REAPER Documentation

This article is about using the native REAPER for Linux build.

  • 1REAPER
  • 2Linux multimedia distributions
  • 3Linux system configuration

REAPER

REAPER for Linux builds are considered experimental/unsupported versions - use at your own risk!

Download from reaper.fm

REAPER is available for the i686, x86_64, and ARMv7 (Raspberry Pi 3) platforms.

It supports the ALSA, JACK, and Pulseaudio audio backends, as well as ALSA (raw) and JACK midi. Plugin formats supported are the builtin ReaPlugs, and Linux VST 2/3. DSSI, LADSPA and LV2 are not yet supported.

A short explanation of the various backends: https://wiki.linuxaudio.org/wiki/linux_audio_overview

Dependencies

  • libstdc++.so.5
  • gtk+ v3 or optionally v2 (see note below)
  • desktop-file-utils
  • xdg-utils
  • alsa
  • jack (optional)
  • pulseaudio (optional)
  • vlc (optional)
  • ffmpeg (optional)

Note: REPAER depends on gtk+ v3 by default, but gtk+ v2 can be targeted by compiling libSwell, see (instructions).

Installation

The REAPER tarball contains the install-reaper.sh script to install either into the user's home, or system wide. It can add desktop support for either install type, and creates an uninstall script to facilitate removal.

It is also possible to run REAPER directly from the extracted tarball. To create a portable install, create an empty reaper.ini file or copy the already existing ~/.config/REAPER/reaper.ini to the extracted files.

Archlinux has a buildscript on AUR that downloads REAPER and creates a package.

User Configuration

By default REAPER will use ~/.config/REAPER for it's configuration files. It first looks in the same directory as the executable, and then in ~/.config/REAPER.

User Extensions

Either download a binary run-time lib, or build it from source. Install the *.so file into ~/.config/REAPER/UserPlugins or in the case of a portable install into REAPER/UserPlugins.

  • SWS - Binary, and build instructions
  • ReaPack - Binary, and build instructions

Swell Themes

Since Swell doesn't use OS system calls to display menus and dialog boxes, it is possible to theme their appearance. The theme definition is contained in a file called libSwell.colotheme. To override the default definition, copy libSwell.colortheme to ~/.config/REAPER/libSwell-user.colortheme, and if you use a portable install, to REAPER/libSwell-user.colortheme.

Tested plugins

A list of some of the plugins that have been tested and do work well:

  • u-he - Most plugins have a public beta, see: new betaold beta
  • For a comprehensive list of LVSTs, see: http://linux-sound.org/linux-vst-plugins.html

Using unsupported plug-ins

Plug-ins not natively supported by REAPER, might be used by employing third party solutions:

  • Carla is a plug-in host (FX rack) that can be used to host Linux VST, LV2, LADSPA, DSSI and Windows VST(i)s.

As an alternative, try one of the following wrappers/bridges:

  • DSSI: syn_dssi_wrapper
  • LADPSA: fx_ladspa_wrapper
  • LV2: lv2vst
  • Windows VST(i): LinVst and Airwave

Linux multimedia distributions

A Linux distribution that focuses on multimedia is generally already configured for low latency audio, and will often need less or no configuration at all. It will also offer more multimedia applications and plug-ins. If you are new to Linux, this author's recommendation is to try AV Linux.

The following distributions are suitable out of the box for running REAPER:

AV Linux

AV Linux is a niche project maintained by a single developer derived from the Debian/GNU Linux “Testing” Distribution which is utilized to create a independent, focused and specialized platform for Multimedia Content Creation using Linux. It is made available as a freely shared 32 and 64bit downloadable and installable ISO Image created from a carefully pre-configured snapshot.

AV Linux is essentially a collected and combined showcase of the phenomenal work of Open-Source and Commercial Audio developers from all over the planet and celebrates and presents their work organized in an easy-to-use fashion. In addition to a hardware-friendly efficient XFCE4 Desktop a low-latency Audio environment is provided with a custom ‘RT’ kernel and JACK Audio Connection Kit. A full, robust development suite is included for software developers and the leading Audio/Video/Graphics applications are included or available for installation from the Debian or included KXStudio software repositories.

Before downloading AV Linux it is essential to read it’s user manual, Most FAQ’s and many specific operational details including Installation are covered in it’s 130 illustrated pages. The user manual is also included within AV Linux and can be found in the ‘Accessories’ Menu.

Ubuntu Studio

Ubuntu Studio is a free and open source operative system, and an official flavor of Ubuntu. Ubuntu Studio is the most widely used multimedia orientated GNU/Linux distribution in the world. It comes preinstalled with a selection of the most common free multimedia applications available, and is configured for best performance for the Ubuntu Studio defined workflows: Audio, Graphics, Video, Photography and Publishing.

Ubuntu Studio is a community effort, created by volunteers, targeted towards all skill levels, from beginner to pro, and aims to be easy to install and easy to use, as well as provide all the tools nessecary for any type of media content creation.

We aim to be an example on how to configure a Debian based operative system for our workflows, contributing in bringing improvements upstream to Debian, and communicating with developers directly, by doing testing, fixing bugs and providing feedback.

We aim to be a gateway for users coming into the Linux world, wanting to use Linux for multimedia content creation, by providing applications and documentation, as well as being a portal to other GNU/Linux and FLOSS communities in the world.

  • Note: Does not have a realtime kernel, but one can be installed from a third party repository.

KXStudio

KXStudio is a collection of applications and plug-ins for professional audio production.It also provides Debian and Ubuntu compatible repositories and its own Linux Distribution currently based on Ubuntu 14.04.5 LTS. The repositories can be used to install a good set of applications and plug-ins on most debian based distributions.

The KXStudio project is divided into 3 main sections:

  • Applications A custom set of applications and utilities for Linux and Windows, including a fully-featured audio plugin host, a JACK patchbay and more.
  • Plug-ins A wide range of open-source audio plug-ins and Linux ports, and custom patched plug-ins that work better and/or support more features.
  • Repositories Use the Debian and Ubuntu compatible repositories to get extra applications and updates, or to migrate to the KXStudio distribution.
  • Note: Does not have a realtime kernel, but one can be installed from a third party repository.

Linux system configuration

None is required for REAPER to run, but for lower latency there are a few considerations.

Linux low latency audio is based on POSIX real time threads. A thread of a higher priority will preempt threads of lower priority and will run until it is finished. The idea is to order the priority of the threads, so that the soundcard interrupt has the highest priority, then in order of descending priority, REAPER's audio callback thread, hardware interrupts (like disk, screen, etc), and lower than that REAPER's other threads and the rest of the programs running on the system.

Kernels

Kernels can be built to schedule threads in different ways. The relevant ones for low latency audio are capable of preempting a running thread to run another one. If the kernel isn't configured for this, REAPER can still run but will need bigger buffers. The suitable kernels are commonly referred to as lowlatency and realtime.

A lowlatency kernel can preempt threads. The realtime kernel in addition makes the kernel itself preemptable, so it achieves a lower kernel scheduling latency.

This is the time it takes the kernel to start running a thread, a lower scheduling latency means less possible audio dropouts at low latency settings and high system load. Given a deadline of 1.45ms, if it takes the kernel 2ms to schedule the audio processing threads, there is a dropout.

The only relevant difference is that the realtime kernel can achieve a lower scheduling latency than the lowlatency kernel.

To see what type of kernel is running, use the command 'uname -a', if the output contains 'PREEMPT' it is a lowlatency kernel, and if 'PREEMPT RT' it is a realtime kernel.

There can be many causes for a high scheduling latency, Some worth mentioning (in no particular order) are: a misconfigured system, badly programmed kernel modules, faulty hardware timers, SMIs, NMIs, CPU power management, etc.

User privileges

As Linux is a multiuser OS, there are (by default) 2 relevant privileges denied the user, as a malicious user could use them to attack the system:

  • rtprio - allow the user to run realtime threads
  • memlock - allow the user to lock code and data into RAM, preventing it from being discarded or swapped out

To be able to schedule realtime threads, the user (or a group the user belongs to) needs to be given 'rtprio' rights at login. The max value configurable is 99, but there are some kernel threads running there, so a suggested setting for 'rtprio' is 98.

If the system discards or swaps out RAM (containing REAPER/plugin code/data), it will likely cause a dropout when it needs to be reloaded, thus the reason to give the user the right to use 'memlock'. A suggested setting is unlimited.

  • To run REAPER with pulseaudio no special configuration is needed
  • To use REAPER's ALSA backend with the 'RT priority' option, 'rtprio' privileges are needed
  • To use REAPER's JACK backend, both privileges are probably needed (depending on the JACK configuration)

To check what capabilities the logged in user has, run 'ulimit -a'.

See this link for more detailed JACK configuration instructions: http://www.jackaudio.org/faq/linux_rt_config.html

Thread priorities

The realtime kernel exports the hardware interrupt handlers to run as threads in user space, as does the lowlatency kernel when configured to or when booted with the 'threadirq' boot flag. This allows the user to manipulate the priority of the interrupt handlers.

By default the hardware interrupt handlers will run at priority 50, with some kernel house keeping threads at 99 and software timers at 1.

Setting the thread handling the soundcard or the usb hub IRQ to a high priority (like 95), and the audio threads slightly lower (80) will make sure that they run before most other threads.

The rtirq script available on most distributions can be used to set the soundcard's interrupt priority

Low latency checklist

  1. Give the user rtprio and memlock privileges
  2. Install a realtime or lowlatency kernel if not already installed
  3. If using a lowlatency kernel adding the 'threadirq' boot flag might be needed
  4. Set the thread handling the soundcard or USB hub IRQ to priority 95
  5. Set JACK (or REAPER if using the ALSA driver) to use priority 80

Online resources

REAPER for Linux has it's own forum located at the Cockos Incorporated Forums

Other online resources.

Free Vst Plugins Downloads

A good forum dealing with Linux audio can be found at https://linuxmusicians.com.

There is a channel dedicated to REAPER on Linux at freenode.org called #reaper-linux.A general Linux audio channel can be found at freenode.org - #opensourcemusicians

Tips and tricks

  • The generic Windows controls can be themed by editing libSwell.colortheme (in the directory containing the reaper5 executable).
  • If text and windows controls are too small, add ui_scale=1.5 to the [.swell] section in reaper.ini. This will scale the fonts, menus, windows and dialogs.
  • When using a tiling window manager (like i3), REAPER will by default spawn a new window for the splash screen and tooltips. The WM tries to tile these instead of floating them. To fix this behavior, change gdk_borderless_are_override_redirect=auto to 1 in reaper.ini.

Vst Torrent

Main Page > REAPER Documentation

Reaper Linux Vst Plugins Installer

Retrieved from 'https://wiki.cockos.com/wiki/index.php/REAPER_for_Linux'