collection of audio DSP plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Alexandros Theodotou 0f9607b3c6
fix windows build
3 years ago
.builds use ztoolkit v0.1.2 (fixes build on freebsd) 3 years ago
ext add manifest generator in guile, import zlfo, refactor 3 years ago
plugins fix windows build 3 years ago
screenshots add manifest generator in guile, import zlfo, refactor 3 years ago
scripts use correct lib extensions in the tests 3 years ago
subprojects add travis yml 3 years ago
.gitattributes add missing pre-build step to srht builds 3 years ago
.gitignore use a worker to calculate new values 3 years ago
.travis.yml fix windows build 3 years ago
COPYING initial commit 3 years ago
README.md add badges 3 years ago
meson.build add manifest generator in guile, import zlfo, refactor 3 years ago
meson_options.txt add manifest generator in guile, import zlfo, refactor 3 years ago

README.md

ZPlugins

builds.sr.ht status travis build status code coverage

Collection of audio DSP plugins to be bundled with the Zrythm DAW.

Plugins

  • ZChordz - plays chords using white keys
  • ZCompressorSP - compressor
  • ZLimiterSP - peak limiter
  • ZLFO - full-featured LFO for CV-based automation
  • ZPhaserSP - stereo phaser
  • ZSaw - supersaw synth with 1 parameter
  • ZVerbSP - reverb based on zita-rev

Dependencies

guile, ztoolkit (with rsvg), libsndfile

Building

Build and install all plugins

cd ext/Soundpipe && CC=gcc make && cd ../..
meson build
ninja -C build
ninja -C build install

To build specific plugins only, pass their names as below

meson build -Dplugins=Saw,Verb

License

ZPlugins is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ZPlugins is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

The full text of the license can be found in the COPYING file.

For the copyright years, ZPlugins uses a range (“2008-2010”) instead of listing individual years (“2008, 2009, 2010”) if and only if every year in the range, inclusive, is a “copyrightable” year that would be listed individually.

Some files, where specified, are licensed under different licenses.


Copyright (C) 2020 Alexandros Theodotou

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.