]> git.sesse.net Git - kdenlive/blobdiff - effects/sox_gain.xml
Add some more sox effects (band, bass, gain, phaser, stretch)
[kdenlive] / effects / sox_gain.xml
diff --git a/effects/sox_gain.xml b/effects/sox_gain.xml
new file mode 100644 (file)
index 0000000..d43f91e
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE kpartgui>
+<effect tag="sox" id="sox_gain" type="audio">
+       <name>Sox Gain</name>
+       <description>Sox gain audio effect</description>
+       <author>http://sox.sourceforge.net</author>
+       <parameter type="constant" name="gain" max="50" min="-50" default="5">
+               <name>Gain</name>
+       </parameter>
+</effect>