<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="channelcopy" id="channelcopy" type="audio">
    <name>Stereo to mono</name>
    <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>
    <parameter type="bool" name="swap" default="0">
        <name>Swap channels</name>
        <comment>Swap the two channels instead of duplicating the source channel.</comment>
    </parameter>
</effect>
