openshot.code team mailing list archive
-
openshot.code team
-
Mailing list archive
-
Message #00026
[Branch ~openshot.code/openshot/main] Rev 521: Added a new audio effect 'Balance' - this allows the user to adjust the left/right audio balance.
------------------------------------------------------------
revno: 521
committer: Andy Finch <we.rocked.in79@xxxxxxxxx>
branch nick: openshot
timestamp: Mon 2011-08-29 23:07:14 +0100
message:
Added a new audio effect 'Balance' - this allows the user to adjust the left/right audio balance.
added:
openshot/effects/balance.xml
--
lp:openshot
https://code.launchpad.net/~openshot.code/openshot/main
Your team OpenShot Code is subscribed to branch lp:openshot.
To unsubscribe from this branch go to https://code.launchpad.net/~openshot.code/openshot/main/+edit-subscription
=== added file 'openshot/effects/balance.xml'
--- openshot/effects/balance.xml 1970-01-01 00:00:00 +0000
+++ openshot/effects/balance.xml 2011-08-29 22:07:14 +0000
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE openshot-effect>
+<effect>
+ <title translatable="True">Balance</title>
+ <description translatable="True">Adjust the left/right balance</description>
+ <icon>audio.png</icon>
+ <category>Audio</category>
+ <service>panner</service>
+
+ <param name="start" type="spinner" title="start" description="">
+ <min>0.0</min>
+ <max>1.0</max>
+ <default>0.5</default>
+ </param>
+
+</effect>