home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TTIMEWARPFORM / TTIMEWARPFORM.txt
Encoding:
Text File  |  2003-03-28  |  8.2 KB  |  362 lines

  1. inherited TimeWarpForm: TTimeWarpForm
  2.   Caption = 'Time Warp'
  3.   ClientHeight = 291
  4.   ClientWidth = 407
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object SpeedGroup: TGroupBox
  9.     Left = 6
  10.     Top = 4
  11.     Width = 395
  12.     Height = 107
  13.     Caption = ' Specify new relative change or length '
  14.     TabOrder = 0
  15.     object SpeedAxis: TDogAxis
  16.       Left = 85
  17.       Top = 40
  18.       Width = 234
  19.       Height = 16
  20.       Associate = SpeedFader
  21.       Min = 25
  22.       Max = 400
  23.       Border = 22
  24.     end
  25.     object TimeAxis: TDogAxis
  26.       Left = 85
  27.       Top = 77
  28.       Width = 234
  29.       Height = 16
  30.       Associate = TimeFader
  31.       Min = 50
  32.       Max = 1000000
  33.       Border = 22
  34.       Time = True
  35.     end
  36.     object BySpeed: TRadioButton
  37.       Left = 7
  38.       Top = 26
  39.       Width = 77
  40.       Height = 17
  41.       Caption = 'Change (%):'
  42.       Checked = True
  43.       TabOrder = 0
  44.       TabStop = True
  45.       OnClick = ByChange
  46.     end
  47.     object ByLength: TRadioButton
  48.       Left = 7
  49.       Top = 63
  50.       Width = 77
  51.       Height = 17
  52.       Caption = 'Length (s):'
  53.       TabOrder = 1
  54.       OnClick = ByChange
  55.     end
  56.     object Speed: TNumEdit
  57.       Left = 324
  58.       Top = 24
  59.       Width = 61
  60.       Height = 21
  61.       TabStop = True
  62.       Value = 100
  63.       Min = 25
  64.       Max = 400
  65.       Decimal = 1
  66.       PageChange = 10
  67.       LineChange = 1
  68.       Label = 'Change'
  69.       Buddy = SpeedFader
  70.       Caption = '100.0'
  71.       TabOrder = 3
  72.       MaxLength = 8
  73.     end
  74.     object SpeedFader: TFader
  75.       Left = 85
  76.       Top = 24
  77.       Width = 234
  78.       Height = 16
  79.       Hint = ' (100%)'
  80.       TabOrder = 2
  81.       Associate = Speed
  82.       Line = 1
  83.       Page = 10
  84.       Min = 25
  85.       Max = 400
  86.       Position = 100
  87.       Stripe = True
  88.     end
  89.     object Time: TTimeEdit
  90.       Left = 324
  91.       Top = 61
  92.       Width = 61
  93.       Height = 21
  94.       TabStop = True
  95.       Value = 50
  96.       Min = 50
  97.       Max = 1000000
  98.       Decimal = -3
  99.       PageChange = 10
  100.       LineChange = 1
  101.       Label = 'Length'
  102.       Buddy = TimeFader
  103.       Caption = '50.000'
  104.       TabOrder = 5
  105.       MaxLength = 25
  106.     end
  107.     object TimeFader: TFader
  108.       Left = 85
  109.       Top = 61
  110.       Width = 234
  111.       Height = 16
  112.       Hint = ' (50%)'
  113.       TabOrder = 4
  114.       Associate = Time
  115.       Line = 1
  116.       Page = 10
  117.       Min = 50
  118.       Max = 1000000
  119.       Position = 50
  120.       Stripe = True
  121.     end
  122.   end
  123.   object AlgorithmGroup: TGroupBox
  124.     Left = 6
  125.     Top = 116
  126.     Width = 395
  127.     Height = 171
  128.     Caption = ' Algorithm '
  129.     TabOrder = 1
  130.     object Algorithm: TPageControl
  131.       Left = 5
  132.       Top = 15
  133.       Width = 387
  134.       Height = 150
  135.       ActivePage = Similarity
  136.       Style = tsButtons
  137.       TabOrder = 0
  138.       TabWidth = 125
  139.       object Rate: TTabSheet
  140.         Caption = 'Rate'
  141.         object RateDescription: TStaticText
  142.           Left = 50
  143.           Top = 2
  144.           Width = 279
  145.           Height = 31
  146.           Alignment = taCenter
  147.           AutoSize = False
  148.           Caption = 
  149.             'Changes the sampling rate.  Pitch is changed.  Gives best qualit' +
  150.             'y.  Processing is fast.'
  151.           TabOrder = 0
  152.         end
  153.       end
  154.       object Similarity: TTabSheet
  155.         Caption = 'Similarity'
  156.         ImageIndex = 1
  157.         object WindowAxis: TDogAxis
  158.           Left = 104
  159.           Top = 68
  160.           Width = 205
  161.           Height = 16
  162.           Associate = WindowFader
  163.           Min = 0.100000000000000000
  164.           Max = 300
  165.           Border = 22
  166.         end
  167.         object RangeAxis: TDogAxis
  168.           Left = 104
  169.           Top = 103
  170.           Width = 205
  171.           Height = 16
  172.           Associate = RangeFader
  173.           Min = 0.010000000000000000
  174.           Max = 100
  175.           Border = 22
  176.         end
  177.         object SimilarityDescription: TStaticText
  178.           Left = 42
  179.           Top = 2
  180.           Width = 295
  181.           Height = 43
  182.           Alignment = taCenter
  183.           AutoSize = False
  184.           Caption = 
  185.             'Overlaps or replicates small similar sections of audio to change' +
  186.             ' the length.  Pitch does not change.  Gives good quality for voi' +
  187.             'ce and simple sounds.  Processing is slower.  '
  188.           TabOrder = 0
  189.         end
  190.         object WindowFader: TFader
  191.           Left = 104
  192.           Top = 52
  193.           Width = 205
  194.           Height = 16
  195.           Hint = 'WindowFader (30%)'
  196.           Caption = 'WindowFader'
  197.           TabOrder = 2
  198.           Associate = Window
  199.           Line = 1
  200.           Page = 10
  201.           Min = 0.100000000000000000
  202.           Max = 300
  203.           Position = 30
  204.           Stripe = True
  205.         end
  206.         object Window: TNumEdit
  207.           Left = 314
  208.           Top = 52
  209.           Width = 62
  210.           Height = 21
  211.           TabStop = True
  212.           Value = 30
  213.           Min = 0.100000000000000000
  214.           Max = 300
  215.           Decimal = 1
  216.           PageChange = 10
  217.           LineChange = 1
  218.           Label = 'Window size'
  219.           Buddy = WindowFader
  220.           Caption = '30.0'
  221.           TabOrder = 3
  222.           MaxLength = 7
  223.         end
  224.         object WindowLabel: TStaticText
  225.           Left = 9
  226.           Top = 52
  227.           Width = 89
  228.           Height = 17
  229.           Alignment = taRightJustify
  230.           Caption = 'Window size (ms):'
  231.           TabOrder = 1
  232.         end
  233.         object Range: TNumEdit
  234.           Left = 314
  235.           Top = 87
  236.           Width = 62
  237.           Height = 21
  238.           TabStop = True
  239.           Value = 5
  240.           Min = 0.010000000000000000
  241.           Max = 100
  242.           Decimal = 2
  243.           PageChange = 10
  244.           LineChange = 1
  245.           Label = 'Search range'
  246.           Buddy = RangeFader
  247.           Caption = '5.00'
  248.           TabOrder = 6
  249.           MaxLength = 7
  250.         end
  251.         object RangeLabel: TStaticText
  252.           Left = 5
  253.           Top = 87
  254.           Width = 93
  255.           Height = 17
  256.           Alignment = taRightJustify
  257.           Caption = 'Search range (ms):'
  258.           TabOrder = 4
  259.         end
  260.         object RangeFader: TFader
  261.           Left = 104
  262.           Top = 87
  263.           Width = 205
  264.           Height = 16
  265.           Hint = 'RangeFader (5%)'
  266.           Caption = 'RangeFader'
  267.           TabOrder = 5
  268.           Associate = Range
  269.           Line = 1
  270.           Page = 10
  271.           Min = 0.010000000000000000
  272.           Max = 100
  273.           Position = 5
  274.           Stripe = True
  275.         end
  276.       end
  277.       object FFT: TTabSheet
  278.         Caption = 'FFT'
  279.         ImageIndex = 2
  280.         object FFTDescription: TStaticText
  281.           Left = 44
  282.           Top = 2
  283.           Width = 291
  284.           Height = 42
  285.           Alignment = taCenter
  286.           AutoSize = False
  287.           Caption = 
  288.             'Applies a frequency transform and interpolation to change the le' +
  289.             'ngth.  Pitch does not change.  Gives good quality for music.  Pr' +
  290.             'ocessing is slowest when using oscillator synthesis.'
  291.           TabOrder = 0
  292.         end
  293.         object Overlap: TComboBox
  294.           Left = 101
  295.           Top = 88
  296.           Width = 59
  297.           Height = 21
  298.           Style = csDropDownList
  299.           ItemHeight = 13
  300.           TabOrder = 5
  301.           Items.Strings = (
  302.             '75'
  303.             '88'
  304.             '90'
  305.             '95')
  306.         end
  307.         object OverlapLabel: TStaticText
  308.           Left = 35
  309.           Top = 92
  310.           Width = 61
  311.           Height = 17
  312.           Alignment = taRightJustify
  313.           Caption = 'Overlap (%):'
  314.           TabOrder = 4
  315.         end
  316.         object FFTSize: TNumEdit
  317.           Left = 101
  318.           Top = 56
  319.           Width = 43
  320.           Height = 21
  321.           TabStop = True
  322.           Value = 8
  323.           Min = 8
  324.           Max = 14
  325.           PageChange = 10
  326.           LineChange = 1
  327.           Label = 'FFT size'
  328.           Caption = '1'
  329.           TabOrder = 2
  330.           MaxLength = 4
  331.         end
  332.         object FFTSizeLabel: TStaticText
  333.           Left = 43
  334.           Top = 59
  335.           Width = 53
  336.           Height = 17
  337.           Alignment = taRightJustify
  338.           Caption = '&FFT size:'
  339.           TabOrder = 1
  340.         end
  341.         object FFTSizeBuddy: TBuddyUpDown
  342.           Left = 144
  343.           Top = 56
  344.           Width = 15
  345.           Height = 21
  346.           Associate = FFTSize
  347.           TabOrder = 3
  348.         end
  349.         object Synthesis: TCheck
  350.           Left = 223
  351.           Top = 74
  352.           Width = 115
  353.           Height = 17
  354.           TabStop = True
  355.           Caption = 'Oscillator synthesis'
  356.           TabOrder = 6
  357.         end
  358.       end
  359.     end
  360.   end
  361. end
  362.