Remove mentions of Diopser port being unfinished
This commit is contained in:
parent
b84022caed
commit
fa8b87ec71
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue