[SCM] calf/master: + Monosynth: do not display the waveform graphs if there is no direct link

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:23 UTC 2013


The following commit has been merged in the master branch:
commit d8b545079aa0cdd1e6a82532fda104b15ba32bba
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Thu Nov 6 21:46:55 2008 +0000

    + Monosynth: do not display the waveform graphs if there is no direct link

diff --git a/gui/gui-monosynth.xml b/gui/gui-monosynth.xml
index 21cd075..493f1d0 100644
--- a/gui/gui-monosynth.xml
+++ b/gui/gui-monosynth.xml
@@ -10,12 +10,16 @@
           <combo attach-x="1" attach-y="1" param="o2_wave"/>
         </table>
         <hbox>
-          <line-graph param="o1_wave"/>
+          <if cond="directlink">
+            <line-graph param="o1_wave"/>
+          </if>
           <vbox>
             <label param="o12_mix"/>
             <hscale param="o12_mix" position="bottom"/>
           </vbox>
-          <line-graph param="o2_wave"/>
+          <if cond="directlink">
+            <line-graph param="o2_wave"/>
+          </if>
         </hbox>
         <hbox>
           <vbox>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list