]> git.sesse.net Git - kdenlive/blobdiff - effects/channelcopy.xml
Corners: add parameter alpha operation
[kdenlive] / effects / channelcopy.xml
index f022848207f56dd121e78322aa017fe19cdfc50d..1cfac8e876d862927b8644fdd092efa492e056bd 100644 (file)
@@ -1,6 +1,14 @@
 <!DOCTYPE kpartgui>
- <effect tag="volume" id="channelcopy" type="audio">
+ <effect tag="channelcopy" id="channelcopy" type="audio">
          <name>Mono to stereo</name>
-         <description>Copy the left channel to the right</description>
+         <description>Copy one channel to another</description>
          <author>Dan Dennedy</author>
+         <parameter type="list" name="from" default="0" paramlist="0,1">
+                 <paramlistdisplay>Left,Right</paramlistdisplay>
+                 <name>From</name>
+         </parameter>
+         <parameter type="list" name="to" default="1" paramlist="0,1">
+                 <paramlistdisplay>Left,Right</paramlistdisplay>
+                 <name>To</name>
+         </parameter>
  </effect>