Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
626B

  1. From c8f19294b1566b48faf61678fc2c842fd8ca9410 Mon Sep 17 00:00:00 2001
  2. From: falkTX <falktx@falktx.com>
  3. Date: Wed, 4 Aug 2021 10:19:01 +0100
  4. Subject: [PATCH] Fix wrong dB to seconds conversion Likely due to copy&paste 1
  5. step too much
  6. Signed-off-by: falkTX <falktx@falktx.com>
  7. ---
  8. gate.ttl | 5 -----
  9. 1 file changed, 5 deletions(-)
  10. diff --git a/gate.ttl b/gate.ttl
  11. index e1ca44a..4a89196 100644
  12. --- a/gate.ttl
  13. +++ b/gate.ttl
  14. @@ -75,11 +75,6 @@
  15. lv2:default -70;
  16. lv2:portProperty pprops:hasStrictBounds;
  17. units:unit units:db;
  18. - units:conversion [
  19. - units:to units:s;
  20. - units:factor 0.001;
  21. - ];
  22. -
  23. ],
  24. [