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
682B

  1. From 98a96c098f80e50eae2a47c726371da3c5de3ebf Mon Sep 17 00:00:00 2001
  2. From: falkTX <falktx@falktx.com>
  3. Date: Wed, 4 Aug 2021 10:51:36 +0100
  4. Subject: [PATCH] Enable noise-gate by default, map switch to host
  5. enable/bypass
  6. Signed-off-by: falkTX <falktx@falktx.com>
  7. ---
  8. gate.ttl | 3 ++-
  9. 1 file changed, 2 insertions(+), 1 deletion(-)
  10. diff --git a/gate.ttl b/gate.ttl
  11. index e1ca44a..cd3fc35 100644
  12. --- a/gate.ttl
  13. +++ b/gate.ttl
  14. @@ -60,9 +60,10 @@
  15. lv2:name "Switch";
  16. lv2:minimum 0;
  17. lv2:maximum 1;
  18. - lv2:default 0;
  19. + lv2:default 1;
  20. lv2:portProperty pprops:hasStrictBounds;
  21. lv2:portProperty lv2:toggled;
  22. + lv2:designation lv2:enabled;
  23. ],
  24. [