1
0
Fork 0

Remove mentions of Diopser port being unfinished

This commit is contained in:
Robbert van der Helm 2022-02-15 00:00:41 +01:00
parent b84022caed
commit fa8b87ec71
3 changed files with 2 additions and 4 deletions

View file

@ -30,7 +30,7 @@ yourself.
- [**Diopser**](plugins/diopser) is a totally original phase rotation plugin. - [**Diopser**](plugins/diopser) is a totally original phase rotation plugin.
Useful for oomphing up kickdrums and basses, transforming synths into their 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 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 ## Framework

View file

@ -1,7 +1,5 @@
# Diopser # Diopser
**This port is still lacking features compared to the original.**
You were expecting Disperser[¹](#disperser), but it was me, Diopser! You were expecting Disperser[¹](#disperser), but it was me, Diopser!
Diopser lets you rotate the phase of a signal around a specific frequency Diopser lets you rotate the phase of a signal around a specific frequency

View file

@ -199,7 +199,7 @@ enum SpreadStyle {
} }
impl Plugin for Diopser { 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 VENDOR: &'static str = "Robbert van der Helm";
const URL: &'static str = "https://github.com/robbert-vdh/nih-plug"; const URL: &'static str = "https://github.com/robbert-vdh/nih-plug";
const EMAIL: &'static str = "mail@robbertvanderhelm.nl"; const EMAIL: &'static str = "mail@robbertvanderhelm.nl";