Auto-disable Diopser safe mode for older instances

Since this used to not do anything.
This commit is contained in:
Robbert van der Helm
2022-11-29 20:00:21 +01:00
parent 836a72dbc4
commit aca09c49c7
3 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "diopser"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
license = "GPL-3.0-or-later"
@@ -20,6 +20,7 @@ nih_plug = { path = "../../", features = ["assert_process_allocs"] }
nih_plug_vizia = { path = "../../nih_plug_vizia" }
atomic_float = "0.1"
semver = "1.0.14"
# For the GUI
realfft = "3.0"