Pitch: midi note and tune knob
[calf.git] / gui / gui-pitch.xml
blob95acd2d0b81d60d50a8ce2d729c36df73f159016
1 <vbox>
2     <hbox expand="0" fill="0" shrink="1">
3         <vbox border="10" expand="0" fill="0" shrink="1">
4             <label param="pd_threshold" expand="0" fill="0"/>
5             <knob param="pd_threshold" expand="0" fill="0"/>
6             <value param="pd_threshold" expand="0" fill="0"/>
7         </vbox>
8         <vbox border="10" expand="0" fill="0" shrink="1">
9             <label param="pd_subdivide" expand="0" fill="0"/>
10             <knob param="pd_subdivide" expand="0" fill="0"/>
11             <value param="pd_subdivide" expand="0" fill="0"/>
12         </vbox>
13         <vbox border="10" expand="0" fill="0" shrink="1">
14             <label param="pd_tune" expand="0" fill="0"/>
15             <knob param="pd_tune" expand="0" fill="0" type="1"/>
16             <value param="pd_tune" expand="0" fill="0"/>
17         </vbox>
18     </hbox>
19     <if cond="directlink">
20         <frame label="Autocorrelation/Spectrum" expand="1" fill="1">
21             <line-graph refresh="1" width="400" height="160" param="pd_threshold" />
22         </frame>
23     </if>
24 </vbox>