From 2d37392f1a23d415d022edec4c41c244b584031d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 6 Dec 2016 22:34:07 +0100 Subject: a-fluid synth: label Reverb & Chorus sends. Also globally enable Reverb + Chorus FX (so that sends work by default) --- libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc | 2 ++ libs/plugins/a-fluidsynth.lv2/a-fluidsynth.ttl.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc index bea0bc78d2..e70b15286c 100644 --- a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc +++ b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.cc @@ -753,6 +753,8 @@ mn_file (LV2_Handle instance) pf (" \n"); pf (" \n"); pf (" \n"); + pf (" \n"); + pf (" \n"); pf (" \n"); pf ( diff --git a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.ttl.in b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.ttl.in index ca9b3ca39a..21ab8387c1 100644 --- a/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.ttl.in +++ b/libs/plugins/a-fluidsynth.lv2/a-fluidsynth.ttl.in @@ -79,7 +79,7 @@ lv2:index 5 ; lv2:symbol "rev_enable" ; lv2:name "Reverb Enable" ; - lv2:default 0 ; + lv2:default 1 ; lv2:minimum 0 ; lv2:maximum 1 ; lv2:portProperty lv2:integer, lv2:toggled; @@ -120,7 +120,7 @@ lv2:index 10 ; lv2:symbol "chorus_enable" ; lv2:name "Chorus Enable" ; - lv2:default 0 ; + lv2:default 1 ; lv2:minimum 0 ; lv2:maximum 1 ; lv2:portProperty lv2:integer, lv2:toggled; -- cgit v1.2.3