/usr/share/calf/gui-phaser.xml is in calf-plugins 0.0.19+git20131202-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <table cols="3" rows="2">
<table rows="1" cols="6" homogeneous="1" spacing="2" attach-x="1" attach-y="1" shrink-y="1">
<vbox expand="0" attach-x="0" attach-y="0">
<label param="base_freq" />
<knob param="base_freq" />
<value param="base_freq" />
</vbox>
<vbox expand="0" attach-x="1" attach-y="0">
<label param="mod_depth" />
<knob param="mod_depth" />
<value param="mod_depth" />
</vbox>
<vbox expand="0" attach-x="2" attach-y="0">
<label param="feedback" />
<knob param="feedback" type="1" />
<value param="feedback" />
</vbox>
<vbox expand="0" attach-x="3" attach-y="0">
<label param="stages" />
<knob param="stages" />
<value param="stages" />
</vbox>
<vbox expand="0" attach-x="4" attach-y="0">
<label param="amount" />
<knob param="amount" />
<value param="amount" />
</vbox>
<vbox expand="0" attach-x="5" attach-y="0">
<label param="dry" />
<knob param="dry" />
<value param="dry" />
</vbox>
</table>
<vbox border="10" attach-x="0" attach-y="0">
<label param="mod_rate" align-y="1.0" />
<knob param="mod_rate" size="5" />
<value param="mod_rate" align-y="0.0" />
</vbox>
<vbox border="10" attach-x="2" attach-y="0">
<label param="stereo" align-y="1.0" />
<knob param="stereo" type="3" size="5" />
<value param="stereo" align-y="0.0" />
</vbox>
<align attach-x="2" attach-y="1"><button param="reset" /></align>
<if cond="directlink">
<frame label="Freq. response" attach-x="1" attach-y="0" >
<vbox expand-x="1" fill-x="1" >
<line-graph refresh="1" width="160" height="160" param="base_freq" crosshairs="1"/>
</vbox>
</frame>
</if>
</table>
|