[SCM] calf/master: + Monosynth: temporarily disable mod matrix widget in non-JACK host versions

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:33 UTC 2013


The following commit has been merged in the master branch:
commit 07e8de40877a7abb4b20e22efc04eb2600ac9e1c
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed May 20 22:53:19 2009 +0100

    + Monosynth: temporarily disable mod matrix widget in non-JACK host versions

diff --git a/gui/gui-monosynth.xml b/gui/gui-monosynth.xml
index 7226e64..8718e46 100644
--- a/gui/gui-monosynth.xml
+++ b/gui/gui-monosynth.xml
@@ -214,8 +214,10 @@
         </frame>
       </hbox>
     </vbox>
-    <vbox border="10" page="Modulation Matrix">
+    <if cond="jackhost">
+      <vbox border="10" page="Modulation Matrix">
         <listview param="scale_detune" />
-    </vbox>
+      </vbox>
+    </if>
   </notebook>
 </vbox>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list