<root class="panel">

    <row>
        <title>
            <text>Intensity</text>
        </title>
        <control>
            <SliderEntry min="0.0" max="1.0" step="0.01" @value="Intensity"></SliderEntry>
        </control>
    </row>

    <row>
        <title>
            <text>Response</text>
        </title>
        <control>
            <SliderEntry min="0.0" max="1.0" step="0.01" @value="Response"></SliderEntry>
        </control>
    </row>

</root>