BillyDM / DISTRHO-Ports

Linux audio plugins and LV2 ports

Home Page:http://distrho.sourceforge.net/ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISTRHO Ports

Build Status

DISTRHO is an open source project with the goal of making cross-platform audio plugins and GNU/Linux + LV2 ports.

This repository contains the GNU/Linux and LV2 ports, specifically those made with JUCE

BUILD DEPENDENCIES

To build plugins, you first need to install the following dependencies:

All OSes:

  • meson

GNU/Linux: (development versions of these)

  • ALSA
  • freetype2
  • fftw3
  • OpenGL/Mesa
  • X11 core and extensions (XShm, XRender and XCursor)

BUILD and INSTALL

In order to build and install the plugins, just run the usual steps for a meson project:

meson build --buildtype release
ninja -C build
ninja -C build install

About

Linux audio plugins and LV2 ports

http://distrho.sourceforge.net/ports


Languages

Language:C++ 79.3%Language:C 18.4%Language:Objective-C++ 1.4%Language:Shell 0.5%Language:Java 0.1%Language:Makefile 0.1%Language:Meson 0.1%Language:Objective-C 0.0%Language:HTML 0.0%Language:R 0.0%Language:Lua 0.0%Language:Roff 0.0%Language:Assembly 0.0%Language:M4 0.0%Language:Perl 0.0%Language:Python 0.0%