]> git.sesse.net Git - kdenlive/blobdiff - effects/channelcopy.xml
Const'ref
[kdenlive] / effects / channelcopy.xml
index f022848207f56dd121e78322aa017fe19cdfc50d..ca96a7934ff6f34edb0a8b9d7583d5142c9cbb63 100644 (file)
@@ -1,6 +1,14 @@
 <!DOCTYPE kpartgui>
- <effect tag="volume" id="channelcopy" type="audio">
+ <effect tag="channelcopy" id="stereocopy" 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>