home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Coverstory / waves / WavesPlatinum405NoDocs.exe / Disk1 / data1.cab / LinEQDLL / LinEQ.dll / XPRM / 1000
Encoding:
Extensible Markup Language  |  2004-01-13  |  15.5 KB  |  382 lines

  1. <?xml version="1.0"?>
  2. <Parameter_List>
  3.     <Parameter Name="PARAM_IN_GAIN">
  4.         <Scale>
  5.             <Minimum>-30</Minimum>
  6.             <Maximum>0</Maximum>
  7.             <Resolution>0.1</Resolution>
  8.             <ScaleType>linear</ScaleType>
  9.         </Scale>
  10.         <ResetValue Type="double">1</ResetValue>
  11.         <InitialValue Type="double">1</InitialValue>
  12.         <Label>InGain</Label>
  13.         <Units>dB</Units>
  14.         <DisplayFunction>DisplayFloat1</DisplayFunction>
  15.     </Parameter>
  16.     <Parameter Name="PARAM_CLIP_L">
  17.         <Scale>
  18.             <Minimum>0</Minimum>
  19.             <Maximum>1</Maximum>
  20.             <Resolution>2</Resolution>
  21.             <ScaleType>toggle</ScaleType>
  22.         </Scale>
  23.         <Flags>
  24.             <NotSavable/>
  25.         </Flags>
  26.         <ResetValue Type="state">0</ResetValue>
  27.         <InitialValue Type="state">0</InitialValue>
  28.         <Label>Clip</Label>
  29.         <DisplayFunction>DisplayFloat1</DisplayFunction>
  30.     </Parameter>
  31.     <Parameter Name="PARAM_CLIP_R" Parent="PARAM_CLIP_L"/>
  32.     <Parameter Name="PARAM_OUT_VU_L">
  33.         <Scale>
  34.             <Minimum>-30</Minimum>
  35.             <Maximum>0</Maximum>
  36.             <Resolution>0.1</Resolution>
  37.             <ScaleType>linear</ScaleType>
  38.         </Scale>
  39.         <Flags>
  40.             <NotSavable/>
  41.         </Flags>
  42.         <ResetValue Type="state">0</ResetValue>
  43.         <InitialValue Type="state">0</InitialValue>
  44.         <Label>Out VU L</Label>
  45.         <Units>db</Units>
  46.         <DisplayFunction>DisplayVuHold</DisplayFunction>
  47.     </Parameter>
  48.     <Parameter Name="PARAM_OUT_VU_R" Parent="PARAM_OUT_VU_L"/>
  49.     <Parameter Name="PARAM_GRAPH_DESIGNED">
  50.         <Scale>
  51.             <Minimum>15.625</Minimum>
  52.             <Maximum>21357.44</Maximum>
  53.             <Resolution>1</Resolution>
  54.             <ScaleType>logarithmic</ScaleType>
  55.         </Scale>
  56.         <Flags>
  57.             <NotSavable/>
  58.         </Flags>
  59.         <ResetValue Type="state">235</ResetValue>
  60.         <InitialValue Type="state">235</InitialValue>
  61.         <Label>Freq</Label>
  62.         <DisplayFunction>DisplayFloat0</DisplayFunction>
  63.         <!--//    The designed-graph draw function is for R&D -->
  64.         <!--//    and for future component purposes -->
  65.         <!--//    It is also used as the main graph in RFIR-only components -->
  66.         <!--//    For now it is disabled -->
  67.         <!--//    <GraphFunction>DrawDesGraph</GraphFunction>    -->
  68.         <GraphDataSize Type="Point">200</GraphDataSize>
  69.     </Parameter>
  70.     <Parameter Name="PARAM_GRAPH_COMPUTED">
  71.         <Scale>
  72.             <Minimum>15.625</Minimum>
  73.             <Maximum>21357.44</Maximum>
  74.             <Resolution>1</Resolution>
  75.             <ScaleType>logarithmic</ScaleType>
  76.         </Scale>
  77.         <ResetValue Type="state">235</ResetValue>
  78.         <InitialValue Type="state">235</InitialValue>
  79.         <Label>Freq</Label>
  80.         <DisplayFunction>DisplayFloat0</DisplayFunction>
  81.         <Flags>
  82.             <NotSavable/>
  83.         </Flags>
  84.         <GraphFunction>DrawCompGraph</GraphFunction>
  85.         <GraphDataSize Type="Point">200</GraphDataSize>
  86.     </Parameter>
  87.     <Parameter Name="PARAM_DITHER_TYPE">
  88.         <Scale>
  89.             <Minimum>0</Minimum>
  90.             <Maximum>1</Maximum>
  91.             <Resolution>2</Resolution>
  92.             <ScaleType>toggle</ScaleType>
  93.         </Scale>
  94.         <ResetValue Type="state">0</ResetValue>
  95.         <InitialValue Type="state">1</InitialValue>
  96.         <Label>dither type</Label>
  97.         <DisplayFunction>DisplayDitherType</DisplayFunction>
  98.     </Parameter>
  99.     <Parameter Name="PARAM_WINDOW_TYPE">
  100.         <Scale>
  101.             <Minimum>0</Minimum>
  102.             <Maximum>3</Maximum>
  103.             <Resolution>4</Resolution>
  104.             <ScaleType>toggle</ScaleType>
  105.         </Scale>
  106.         <ResetValue Type="RealWorld">0</ResetValue>
  107.         <InitialValue Type="RealWorld">0</InitialValue>
  108.         <Label>window type</Label>
  109.         <DisplayFunction>DisplayWindowType</DisplayFunction>
  110.     </Parameter>
  111.     <Parameter Name="PARAM_AUTO_TRIM">
  112.         <Scale>
  113.             <Minimum>0</Minimum>
  114.             <Maximum>1</Maximum>
  115.             <Resolution>2</Resolution>
  116.             <ScaleType>toggle</ScaleType>
  117.         </Scale>
  118.         <Flags>
  119.             <NotSavable/>
  120.         </Flags>
  121.         <ResetValue Type="state">0</ResetValue>
  122.         <InitialValue Type="state">0</InitialValue>
  123.         <Label>Trim</Label>
  124.         <Units>dB</Units>
  125.         <DisplayFunction>DisplayFloat1</DisplayFunction>
  126.     </Parameter>
  127.     <Parameter Name="PARAM_GRAPH_SCALE">
  128.         <Scale>
  129.             <Minimum>0</Minimum>
  130.             <Maximum>1</Maximum>
  131.             <Resolution>2</Resolution>
  132.             <ScaleType>toggle</ScaleType>
  133.         </Scale>
  134.         <ResetValue Type="state">1</ResetValue>
  135.         <InitialValue Type="state">1</InitialValue>
  136.         <Label>Scale</Label>
  137.         <DisplayFunction>DisplayScale</DisplayFunction>
  138.     </Parameter>
  139.     <!-- ==== The bands (zero-based count!) ========================================-->
  140.     <!-- ==== Band 0 RFIR adapted ==================================================-->
  141.     <Parameter Name="BAND_0_PARAM_INOUT">
  142.         <Scale>
  143.             <Minimum>0</Minimum>
  144.             <Maximum>1</Maximum>
  145.             <Resolution>2</Resolution>
  146.             <ScaleType>toggle</ScaleType>
  147.         </Scale>
  148.         <ResetValue Type="state">0</ResetValue>
  149.         <InitialValue Type="state">1</InitialValue>
  150.         <Label>In/Out</Label>
  151.         <DisplayFunction>DisplayOnOff</DisplayFunction>
  152.     </Parameter>
  153.     <Parameter Name="BAND_0_PARAM_FTYPE">
  154.         <Scale>
  155.             <Minimum>0</Minimum>
  156.             <Maximum>4</Maximum>
  157.             <Resolution>5</Resolution>
  158.             <ScaleType>toggle</ScaleType>
  159.         </Scale>
  160.         <ResetValue Type="state">0</ResetValue>
  161.         <InitialValue Type="state">0</InitialValue>
  162.         <Label>Type</Label>
  163.         <DisplayFunction>DisplayFiltTypeRFIR</DisplayFunction>
  164.     </Parameter>
  165.     <Parameter Name="BAND_0_PARAM_GAIN">
  166.         <Scale>
  167.             <Minimum>-30</Minimum>
  168.             <Maximum>30</Maximum>
  169.             <Resolution>0.1</Resolution>
  170.             <ScaleType>linear</ScaleType>
  171.         </Scale>
  172.         <Flags>
  173.             <Drag/>
  174.         </Flags>
  175.         <ResetValue Type="double">0.5</ResetValue>
  176.         <InitialValue Type="double">0.5</InitialValue>
  177.         <Label>Gain</Label>
  178.         <Units>dB</Units>
  179.         <DisplayFunction>DisplayFloat1</DisplayFunction>
  180.         <GraphDataSize Type="Point">1</GraphDataSize>
  181.     </Parameter>
  182.     <Parameter Name="BAND_0_PARAM_FRQ">
  183.         <Scale>
  184.             <Minimum>21.5</Minimum>
  185.             <Maximum>22016</Maximum>
  186.             <Resolution>1</Resolution>
  187.             <ScaleType>linear</ScaleType>
  188.         </Scale>
  189.         <Flags>
  190.             <Drag/>
  191.         </Flags>
  192.         <ResetValue Type="RealWorld">96</ResetValue>
  193.         <InitialValue Type="RealWorld">96</InitialValue>
  194.         <Label>Freq</Label>
  195.         <DisplayFunction>DisplayFloat0</DisplayFunction>
  196.         <GraphDataSize Type="Point">1</GraphDataSize>
  197.     </Parameter>
  198.     <Parameter Name="BAND_0_PARAM_Q">
  199.         <Scale>
  200.             <Minimum>0.26</Minimum>
  201.             <Maximum>6.5</Maximum>
  202.             <Resolution>0.01</Resolution>
  203.             <ScaleType>logarithmic</ScaleType>
  204.         </Scale>
  205.         <Flags>
  206.             <Drag/>
  207.         </Flags>
  208.         <ResetValue Type="RealWorld">2</ResetValue>
  209.         <InitialValue Type="RealWorld">1.2</InitialValue>
  210.         <Label>Q</Label>
  211.         <DisplayFunction>DisplayFloat2</DisplayFunction>
  212.     </Parameter>
  213.     <!-- ==== Band 1 (DFIR adapted) ========================================================== -->
  214.     <Parameter Name="BAND_1_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  215.     <Parameter Name="BAND_1_PARAM_FTYPE">
  216.         <Scale>
  217.             <Minimum>0</Minimum>
  218.             <Maximum>8</Maximum>
  219.             <Resolution>9</Resolution>
  220.             <ScaleType>toggle</ScaleType>
  221.         </Scale>
  222.         <InitialValue Type="state">0</InitialValue>
  223.         <Label>Type</Label>
  224.         <DisplayFunction>DisplayFiltType</DisplayFunction>
  225.     </Parameter>
  226.     <Parameter Name="BAND_1_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN">
  227.         <Flags/>
  228.         <!-- To reset the drag flag -->
  229.     </Parameter>
  230.     <Parameter Name="BAND_1_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  231.         <ResetValue Type="RealWorld">258</ResetValue>
  232.         <InitialValue Type="RealWorld">258</InitialValue>
  233.         <Flags/>
  234.         <!-- To reset the drag flag -->
  235.     </Parameter>
  236.     <Parameter Name="BAND_1_PARAM_Q" Parent="BAND_0_PARAM_Q">
  237.         <ResetValue Type="RealWorld">1</ResetValue>
  238.         <InitialValue Type="RealWorld">1</InitialValue>
  239.         <Flags/>
  240.         <!-- To reset the drag flag -->
  241.     </Parameter>
  242.     <!-- ==== Band 2 (DFIR adapted) ========================================================== -->
  243.     <Parameter Name="BAND_2_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  244.     <Parameter Name="BAND_2_PARAM_FTYPE" Parent="BAND_1_PARAM_FTYPE"/>
  245.     <Parameter Name="BAND_2_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN">
  246.         <Flags/>
  247.         <!-- To reset the drag flag -->
  248.     </Parameter>
  249.     <Parameter Name="BAND_2_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  250.         <ResetValue Type="RealWorld">689</ResetValue>
  251.         <InitialValue Type="RealWorld">689</InitialValue>
  252.         <Flags/>
  253.         <!-- To reset the drag flag -->
  254.     </Parameter>
  255.     <Parameter Name="BAND_2_PARAM_Q" Parent="BAND_0_PARAM_Q">
  256.         <ResetValue Type="RealWorld">1</ResetValue>
  257.         <InitialValue Type="RealWorld">1</InitialValue>
  258.         <Flags/>
  259.         <!-- To reset the drag flag -->
  260.     </Parameter>
  261.     <!-- ==== Band 3 (DFIR adapted) ========================================================== -->
  262.     <Parameter Name="BAND_3_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  263.     <Parameter Name="BAND_3_PARAM_FTYPE" Parent="BAND_1_PARAM_FTYPE"/>
  264.     <Parameter Name="BAND_3_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN">
  265.         <Flags/>
  266.         <!-- To reset the drag flag -->
  267.     </Parameter>
  268.     <Parameter Name="BAND_3_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  269.         <ResetValue Type="RealWorld">1808</ResetValue>
  270.         <InitialValue Type="RealWorld">1808</InitialValue>
  271.         <Flags/>
  272.         <!-- To reset the drag flag -->
  273.     </Parameter>
  274.     <Parameter Name="BAND_3_PARAM_Q" Parent="BAND_0_PARAM_Q">
  275.         <ResetValue Type="RealWorld">1</ResetValue>
  276.         <InitialValue Type="RealWorld">1</InitialValue>
  277.         <Flags/>
  278.         <!-- To reset the drag flag -->
  279.     </Parameter>
  280.     <!-- ==== Band 4 (DFIR adapted) ========================================================== -->
  281.     <Parameter Name="BAND_4_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  282.     <Parameter Name="BAND_4_PARAM_FTYPE" Parent="BAND_1_PARAM_FTYPE"/>
  283.     <Parameter Name="BAND_4_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN">
  284.         <Flags/>
  285.         <!-- To reset the drag flag -->
  286.     </Parameter>
  287.     <Parameter Name="BAND_4_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  288.         <ResetValue Type="RealWorld">4478</ResetValue>
  289.         <InitialValue Type="RealWorld">4478</InitialValue>
  290.         <Flags/>
  291.         <!-- To reset the drag flag -->
  292.     </Parameter>
  293.     <Parameter Name="BAND_4_PARAM_Q" Parent="BAND_0_PARAM_Q">
  294.         <ResetValue Type="RealWorld">1</ResetValue>
  295.         <InitialValue Type="RealWorld">1</InitialValue>
  296.         <Flags/>
  297.         <!-- To reset the drag flag -->
  298.     </Parameter>
  299.     <!-- ==== Band 5 (DFIR adapted) ========================================================== -->
  300.     <Parameter Name="BAND_5_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  301.     <Parameter Name="BAND_5_PARAM_FTYPE" Parent="BAND_1_PARAM_FTYPE">
  302.         <ResetValue Type="RealWorld">0</ResetValue>
  303.         <InitialValue Type="RealWorld">0</InitialValue>
  304.     </Parameter>
  305.     <Parameter Name="BAND_5_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN">
  306.         <Flags/>
  307.         <!-- To reset the drag flag -->
  308.     </Parameter>
  309.     <Parameter Name="BAND_5_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  310.         <ResetValue Type="RealWorld">11025</ResetValue>
  311.         <InitialValue Type="RealWorld">11025</InitialValue>
  312.         <Flags/>
  313.         <!-- To reset the drag flag -->
  314.     </Parameter>
  315.     <Parameter Name="BAND_5_PARAM_Q" Parent="BAND_0_PARAM_Q">
  316.         <ResetValue Type="RealWorld">0.9</ResetValue>
  317.         <InitialValue Type="RealWorld">0.9</InitialValue>
  318.         <Flags/>
  319.         <!-- To reset the drag flag -->
  320.     </Parameter>
  321.     <!-- ==== Band 6 (LowBand adapted) ========================================================== -->
  322.     <Parameter Name="BAND_6_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT">
  323.         <ResetValue Type="state">0</ResetValue>
  324.         <InitialValue Type="state">0</InitialValue>
  325.     </Parameter>
  326.     <Parameter Name="BAND_6_PARAM_FTYPE">
  327.         <Scale>
  328.             <Minimum>0</Minimum>
  329.             <Maximum>4</Maximum>
  330.             <Resolution>5</Resolution>
  331.             <ScaleType>toggle</ScaleType>
  332.         </Scale>
  333.         <InitialValue Type="state">4</InitialValue>
  334.         <Label>Type</Label>
  335.         <DisplayFunction>DisplayFiltTypeLB</DisplayFunction>
  336.     </Parameter>
  337.     <Parameter Name="BAND_6_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN"/>
  338.     <Parameter Name="BAND_6_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  339.         <ResetValue Type="RealWorld">50</ResetValue>
  340.         <InitialValue Type="RealWorld">50</InitialValue>
  341.     </Parameter>
  342.     <Parameter Name="BAND_6_PARAM_Q" Parent="BAND_0_PARAM_Q">
  343.         <ResetValue Type="RealWorld">0.9</ResetValue>
  344.         <InitialValue Type="RealWorld">0.9</InitialValue>
  345.     </Parameter>
  346.     <!-- ==== Band 7 (LowBand adapted) ========================================================== -->
  347.     <Parameter Name="BAND_7_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  348.     <Parameter Name="BAND_7_PARAM_FTYPE" Parent="BAND_6_PARAM_FTYPE">
  349.         <ResetValue Type="RealWorld">0</ResetValue>
  350.         <InitialValue Type="RealWorld">0</InitialValue>
  351.     </Parameter>
  352.     <Parameter Name="BAND_7_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN"/>
  353.     <Parameter Name="BAND_7_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  354.         <ResetValue Type="RealWorld">200</ResetValue>
  355.         <InitialValue Type="RealWorld">200</InitialValue>
  356.     </Parameter>
  357.     <Parameter Name="BAND_7_PARAM_Q" Parent="BAND_0_PARAM_Q">
  358.         <ResetValue Type="RealWorld">0.9</ResetValue>
  359.         <InitialValue Type="RealWorld">0.9</InitialValue>
  360.     </Parameter>
  361.     <!-- ==== Band 8 (LowBand adapted) ========================================================== -->
  362.     <Parameter Name="BAND_8_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  363.     <Parameter Name="BAND_8_PARAM_FTYPE" Parent="BAND_6_PARAM_FTYPE">
  364.         <ResetValue Type="RealWorld">0</ResetValue>
  365.         <InitialValue Type="RealWorld">0</InitialValue>
  366.     </Parameter>
  367.     <Parameter Name="BAND_8_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN"/>
  368.     <Parameter Name="BAND_8_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ">
  369.         <ResetValue Type="RealWorld">400</ResetValue>
  370.         <InitialValue Type="RealWorld">400</InitialValue>
  371.     </Parameter>
  372.     <Parameter Name="BAND_8_PARAM_Q" Parent="BAND_0_PARAM_Q">
  373.         <ResetValue Type="RealWorld">2</ResetValue>
  374.         <InitialValue Type="RealWorld">2</InitialValue>
  375.     </Parameter>
  376.     <!-- ==== Band 9 (1 extra future band) ========================================================== -->
  377.     <Parameter Name="BAND_9_PARAM_INOUT" Parent="BAND_0_PARAM_INOUT"/>
  378.     <Parameter Name="BAND_9_PARAM_FTYPE" Parent="BAND_1_PARAM_FTYPE"/>
  379.     <Parameter Name="BAND_9_PARAM_GAIN" Parent="BAND_0_PARAM_GAIN"/>
  380.     <Parameter Name="BAND_9_PARAM_FRQ" Parent="BAND_0_PARAM_FRQ"/>
  381.     <Parameter Name="BAND_9_PARAM_Q" Parent="BAND_0_PARAM_Q"/>
  382. </Parameter_List>