diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-23 00:47:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 00:47:07 +0000 |
| commit | 15a1009ab8237e14b6d8e931ca781b0361803bba (patch) | |
| tree | 7b3aa5792929b33db134bee6d962693650c38458 | |
| parent | 52a586ecaaef274e0ef339b74743f8aba73c0469 (diff) | |
update readme
| -rw-r--r-- | README.md | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1 +1,15 @@ -# retain
\ No newline at end of file +# Retain + +Retain is an audio plugin that retains only the nth largest magnitude frequencies present in a signal. + +# Contributing + +Most contributions are welcome, depending if it's a feature, improvement, etc. +Just open a pull request in the repo. All contributions are accepted under the same terms as the license. + +# License + +Retain is distributed under the terms of [GPLv3](https://github.com/ozpv/retain/blob/main/LICENSE), a strong copyleft (ɔ) license. +This means if you wish to modifiy and distribute retain, you must share the source code to the public. + +copyleft (ɔ) 2026 haemolacriaa. all wrongs reserved. |
