|
|
|
@ -1,42 +1,36 @@
@@ -1,42 +1,36 @@
|
|
|
|
|
ZLFO |
|
|
|
|
==== |
|
|
|
|
ZPlugins |
|
|
|
|
======== |
|
|
|
|
|
|
|
|
|
[](https://builds.sr.ht/~alextee/ZLFO?) |
|
|
|
|
[](https://builds.sr.ht/~alextee/zplugins?) |
|
|
|
|
|
|
|
|
|
ZLFO is a fully featured LFO for CV-based |
|
|
|
|
automation. |
|
|
|
|
Collection of audio DSP plugins to be bundled with the |
|
|
|
|
Zrythm DAW. |
|
|
|
|
|
|
|
|
|
It comes as a cross-platform LV2 plugin bundle |
|
|
|
|
with a custom UI. |
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
ZLFO is written in C and uses |
|
|
|
|
[ZToolkit](https://git.zrythm.org/cgit/ztoolkit/) |
|
|
|
|
for its UI. |
|
|
|
|
|
|
|
|
|
Thanks to Mire for the design. |
|
|
|
|
Plugins |
|
|
|
|
------- |
|
|
|
|
ZSuperSaw - a supersaw synth with 1 parameter |
|
|
|
|
|
|
|
|
|
Dependencies |
|
|
|
|
------------ |
|
|
|
|
|
|
|
|
|
Cairo, ztoolkit, glib, X11 and librsvg. |
|
|
|
|
libsndfile |
|
|
|
|
|
|
|
|
|
Building |
|
|
|
|
-------- |
|
|
|
|
|
|
|
|
|
cd ext/Soundpipe && CC=gcc make && cd ../.. |
|
|
|
|
meson build |
|
|
|
|
ninja -C build |
|
|
|
|
ninja -C build install |
|
|
|
|
|
|
|
|
|
License |
|
|
|
|
------- |
|
|
|
|
ZLFO is free software: you can redistribute it and/or modify |
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
ZLFO is distributed in the hope that it will be useful, |
|
|
|
|
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. |
|
|
|
@ -44,7 +38,7 @@ GNU Affero General Public License for more details.
@@ -44,7 +38,7 @@ 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, ZLFO uses a range (“2008-2010”) instead of |
|
|
|
|
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. |
|
|
|
|