Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrythm/zplugins
Collection of LV2 plugins to be bundled with Zrythm
https://github.com/zrythm/zplugins
lv2-plugins soundpipe
Last synced: 10 days ago
JSON representation
Collection of LV2 plugins to be bundled with Zrythm
- Host: GitHub
- URL: https://github.com/zrythm/zplugins
- Owner: zrythm
- License: agpl-3.0
- Created: 2020-03-18T23:26:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T12:18:40.000Z (about 2 months ago)
- Last Synced: 2024-10-29T20:18:50.449Z (22 days ago)
- Topics: lv2-plugins, soundpipe
- Language: C
- Homepage: https://www.zrythm.org/en/plugins.html
- Size: 1.62 MB
- Stars: 24
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
ZPlugins
========[![builds.sr.ht status](https://builds.sr.ht/~alextee/zplugins.svg)](https://builds.sr.ht/~alextee/zplugins?)
[![travis build status](https://img.shields.io/travis/zrythm/ZPlugins?label=travis%20build)](https://travis-ci.org/zrythm/ZPlugins)
[![code coverage](https://img.shields.io/coveralls/github/zrythm/ZPlugins)](https://coveralls.io/github/zrythm/ZPlugins)Collection of audio DSP plugins inteded to be bundled
with the Zrythm DAW.Plugins
-------- **ZChordz** - plays chords using white keys
- **ZCompressorSP** - compressor
- **ZLFO** - full-featured LFO for CV-based automation
- **ZLimiterSP** - peak limiter
- **ZPhaserSP** - stereo phaser
- **ZPitchSP** - pitch shifter
- **ZSaw** - supersaw synth with 1 parameter
- **ZVerbSP** - reverb based on zita-revDependencies
------------guile, [ztoolkit](https://git.zrythm.org/cgit/ztoolkit/) (with rsvg), libsndfile
Building
--------Build and install all plugins
meson build
ninja -C build -Dlv2dir=lib/lv2
ninja -C build installTo 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](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.