[SCM] calf/master: + Vintage Delay: use spin buttons for BPM/length/subdivision entry

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


The following commit has been merged in the master branch:
commit 94af2518ef11d006d10ae910fa5947c2894d8bd0
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Jan 4 22:06:21 2009 +0000

    + Vintage Delay: use spin buttons for BPM/length/subdivision entry

diff --git a/gui/gui-vintagedelay.xml b/gui/gui-vintagedelay.xml
index 220dea4..a74f2a5 100644
--- a/gui/gui-vintagedelay.xml
+++ b/gui/gui-vintagedelay.xml
@@ -1,18 +1,19 @@
 <vbox border="10">
     <frame label="Delay time">
         <vbox>
-            <table rows="4" cols="2">
+            <table rows="4" cols="3">
                 <label attach-x="0" attach-y="0" param="bpm" />
-                <hbox attach-x="1" attach-y="0" >
-                    <align align-x="1" scale-x="0"><knob param="bpm" /></align>
-                    <value align-x="1" param="bpm" />
-                </hbox>
+                <align attach-x="1" attach-y="0" scale-x="0"><knob param="bpm" /></align>
+                <spin attach-x="2" attach-y="0" param="bpm" />
                 <label attach-x="0" attach-y="1" param="subdiv" />
                 <hscale attach-x="1" attach-y="1" param="subdiv" />
+                <spin attach-x="2" attach-y="1" param="subdiv" />
                 <label attach-x="0" attach-y="2" param="time_l" />
                 <hscale attach-x="1" attach-y="2" param="time_l" />
+                <spin attach-x="2" attach-y="2" param="time_l" />
                 <label attach-x="0" attach-y="3" param="time_r"  />
                 <hscale attach-x="1" attach-y="3" param="time_r" />
+                <spin attach-x="2" attach-y="3" param="time_r" />
             </table>
         </vbox>
     </frame>

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list