diff --git a/README.md b/README.md index b58d15a7..7ec832c8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ yourself. - [**Diopser**](plugins/diopser) is a totally original phase rotation plugin. Useful for oomphing up kickdrums and basses, transforming synths into their evil phase-y cousin, and making everything sound like a cheap Sci-Fi laser - beam. **This is an unfinished port of an existing plugin.** + beam. ## Framework diff --git a/plugins/diopser/README.md b/plugins/diopser/README.md index 496f153b..5a72e9bd 100644 --- a/plugins/diopser/README.md +++ b/plugins/diopser/README.md @@ -1,7 +1,5 @@ # Diopser -**This port is still lacking features compared to the original.** - You were expecting Disperser[ยน](#disperser), but it was me, Diopser! Diopser lets you rotate the phase of a signal around a specific frequency diff --git a/plugins/diopser/src/lib.rs b/plugins/diopser/src/lib.rs index 04a0e4c7..d7907b02 100644 --- a/plugins/diopser/src/lib.rs +++ b/plugins/diopser/src/lib.rs @@ -199,7 +199,7 @@ enum SpreadStyle { } impl Plugin for Diopser { - const NAME: &'static str = "Diopser (WIP port)"; + const NAME: &'static str = "Diopser"; const VENDOR: &'static str = "Robbert van der Helm"; const URL: &'static str = "https://github.com/robbert-vdh/nih-plug"; const EMAIL: &'static str = "mail@robbertvanderhelm.nl";