Skip to content

Fork of DISTRHO-Ports (including Vitalium) with fixes for ppc64le

Notifications You must be signed in to change notification settings

poweraudio/DISTRHO-Ports

This branch is 9 commits ahead of DISTRHO/DISTRHO-Ports:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce4718f · Jan 12, 2025
Nov 9, 2024
Feb 14, 2014
Jan 12, 2025
Sep 14, 2024
Sep 7, 2024
Dec 25, 2023
Dec 24, 2023
Feb 17, 2024
Mar 14, 2021
Jul 12, 2022
Feb 17, 2024
Mar 16, 2021
Feb 14, 2014
Sep 14, 2024
Dec 25, 2023
Dec 25, 2023

Repository files navigation

PowerAudio fork of DISTRHO Ports

This fork of DISTRHO Ports has the following changes:

  • Plugins are built with a fork of JUCE that includes fixes for IBM Power.
  • Modified Vitalium to use SIMDe on architectures without native SIMD support, enabling builds on Power. SIMDe v0.8+ must be installed on your system.
  • Modified pitchedDelay to use SIMDe (if installed) to support architectures other than x86 and ARM.

The following changes have since been merged upstream:

  • Added support for Power to build scripts.

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 setup build --buildtype release
ninja -C build
ninja -C build install

About

Fork of DISTRHO-Ports (including Vitalium) with fixes for ppc64le

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • C 13.2%
  • Shell 0.8%
  • Makefile 0.2%
  • Meson 0.1%
  • HTML 0.1%
  • Other 0.1%