home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TTIMEWARPFORM / TTIMEWARPFORM.txt
Text File  |  2005-01-25  |  8KB  |  358 lines

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