home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Massiva / MASSIVA.EXE / 0 / RCDATA / TFMCOMPOSE3 / TFMCOMPOSE3.txt < prev   
Text File  |  1999-11-20  |  19KB  |  808 lines

  1. object fmCompose3: TfmCompose3
  2.   Left = 308
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Compose AWE NRPN'
  6.   ClientHeight = 237
  7.   ClientWidth = 381
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RotateLabel1: TRotateLabel
  19.     Left = 162
  20.     Top = 206
  21.     Width = 215
  22.     Height = 30
  23.     Cursor = crHandPoint
  24.     Hint = 'Click for help'
  25.     Escapement = 2
  26.     TextStyle = tsRecessed
  27.     Caption = 'Compose AWE NRPN'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clSilver
  30.     Font.Height = -21
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     Transparent = True
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 70
  42.     Height = 237
  43.     Align = alLeft
  44.     BevelOuter = bvNone
  45.     Color = clBlack
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clSilver
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 2
  53.     object labelText: TLabel
  54.       Left = 9
  55.       Top = 128
  56.       Width = 55
  57.       Height = 113
  58.       AutoSize = False
  59.       Caption = 'Select NRPN to input at beginning of part'
  60.       Font.Charset = ANSI_CHARSET
  61.       Font.Color = 8454143
  62.       Font.Height = -11
  63.       Font.Name = 'Arial'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       Transparent = True
  67.       WordWrap = True
  68.     end
  69.     object panelPlay: TPanel
  70.       Left = 4
  71.       Top = 218
  72.       Width = 19
  73.       Height = 16
  74.       Hint = 'Play'
  75.       Color = clBlack
  76.       TabOrder = 4
  77.       object iconPlay: TIconButton
  78.         Left = 1
  79.         Top = 1
  80.         Width = 17
  81.         Height = 14
  82.         Align = alClient
  83.         Center = True
  84.         Picture.Data = {<image000.bmp>}
  85.         OnMouseUp = iconPlayMouseUp
  86.         State = stUp
  87.       end
  88.     end
  89.     object Panel2: TPanel
  90.       Left = 26
  91.       Top = 218
  92.       Width = 19
  93.       Height = 16
  94.       Color = clBlack
  95.       TabOrder = 5
  96.       object IconStop: TIconButton
  97.         Left = 1
  98.         Top = 1
  99.         Width = 17
  100.         Height = 14
  101.         Hint = 'Stop'
  102.         Align = alClient
  103.         Center = True
  104.         Picture.Data = {<image001.bmp>}
  105.         OnMouseUp = IconStopMouseUp
  106.         State = stUp
  107.       end
  108.     end
  109.     object btnClose: tnybutton
  110.       Left = 7
  111.       Top = 92
  112.       Width = 57
  113.       Height = 25
  114.       Cursor = crHandPoint
  115.       Cancel = True
  116.       Caption = '&Close'
  117.       Font.Charset = ANSI_CHARSET
  118.       Font.Color = clSilver
  119.       Font.Height = -11
  120.       Font.Name = 'Arial'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.       TabOrder = 3
  124.       OnClick = btnCloseClick
  125.     end
  126.     object btnUndo: tnybutton
  127.       Left = 7
  128.       Top = 63
  129.       Width = 57
  130.       Height = 25
  131.       Cursor = crHandPoint
  132.       Caption = '&Undo'
  133.       Font.Charset = ANSI_CHARSET
  134.       Font.Color = clSilver
  135.       Font.Height = -11
  136.       Font.Name = 'Arial'
  137.       Font.Style = [fsBold]
  138.       ParentFont = False
  139.       TabOrder = 2
  140.       OnClick = btnUndoClick
  141.     end
  142.     object tnybutton1: tnybutton
  143.       Left = 8
  144.       Top = 34
  145.       Width = 57
  146.       Height = 25
  147.       Cursor = crHandPoint
  148.       Caption = '&Apply'
  149.       Font.Charset = ANSI_CHARSET
  150.       Font.Color = clSilver
  151.       Font.Height = -11
  152.       Font.Name = 'Arial'
  153.       Font.Style = [fsBold]
  154.       ParentFont = False
  155.       TabOrder = 1
  156.       OnClick = tnybutton1Click
  157.     end
  158.     object tnybutton2: tnybutton
  159.       Left = 8
  160.       Top = 7
  161.       Width = 57
  162.       Height = 25
  163.       Cursor = crHandPoint
  164.       Caption = '&OK'
  165.       Default = True
  166.       Font.Charset = ANSI_CHARSET
  167.       Font.Color = clSilver
  168.       Font.Height = -11
  169.       Font.Name = 'Arial'
  170.       Font.Style = [fsBold]
  171.       ParentFont = False
  172.       TabOrder = 0
  173.       OnClick = tnybutton2Click
  174.     end
  175.   end
  176.   object PageControl1: TPage95Control
  177.     Left = 80
  178.     Top = 8
  179.     Width = 289
  180.     Height = 193
  181.     ActivePage = TabPattern
  182.     ButtonStyle = True
  183.     FlatButtons = True
  184.     FlatSeperators = False
  185.     Font.Charset = ANSI_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'Arial'
  189.     Font.Style = [fsBold]
  190.     HotTrack = True
  191.     TabInactiveColor = clSilver
  192.     TabInactiveFont.Charset = ANSI_CHARSET
  193.     TabInactiveFont.Color = clWindowText
  194.     TabInactiveFont.Height = -11
  195.     TabInactiveFont.Name = 'Arial'
  196.     TabInactiveFont.Style = []
  197.     ParentFont = False
  198.     TabOrder = 3
  199.     OnChange = PageControl1Change
  200.     object TabSet: TTab95Sheet
  201.       Caption = 'Set'
  202.       GripAlign = gaLeft
  203.       ImageIndex = -1
  204.       StaticPageIndex = -1
  205.       TabVisible = True
  206.       object Label1: TLabel
  207.         Left = 24
  208.         Top = 32
  209.         Width = 27
  210.         Height = 14
  211.         Caption = 'NRPN'
  212.         Font.Charset = ANSI_CHARSET
  213.         Font.Color = clWindowText
  214.         Font.Height = -11
  215.         Font.Name = 'Arial'
  216.         Font.Style = []
  217.         ParentFont = False
  218.       end
  219.       object Label2: TLabel
  220.         Left = 24
  221.         Top = 72
  222.         Width = 28
  223.         Height = 14
  224.         Caption = 'Value'
  225.         Font.Charset = ANSI_CHARSET
  226.         Font.Color = clWindowText
  227.         Font.Height = -11
  228.         Font.Name = 'Arial'
  229.         Font.Style = []
  230.         ParentFont = False
  231.       end
  232.       object setValue: TEditNew
  233.         Left = 64
  234.         Top = 68
  235.         Width = 34
  236.         Height = 21
  237.         Color = clBlack
  238.         Font.Charset = DEFAULT_CHARSET
  239.         Font.Color = clWhite
  240.         Font.Height = -11
  241.         Font.Name = 'MS Sans Serif'
  242.         Font.Style = []
  243.         ParentFont = False
  244.         TabOrder = 0
  245.         Text = '120'
  246.         OnKeyPress = setValueKeyPress
  247.         FocusColor = 8454143
  248.         FocusFontColor = clBlack
  249.         NoFocusColor = clBlack
  250.         NoFocusFontColor = clWhite
  251.       end
  252.     end
  253.     object TabFade: TTab95Sheet
  254.       Caption = 'Fade'
  255.       GripAlign = gaLeft
  256.       ImageIndex = -1
  257.       StaticPageIndex = -1
  258.       TabVisible = True
  259.       object Label3: TLabel
  260.         Left = 24
  261.         Top = 32
  262.         Width = 27
  263.         Height = 14
  264.         Caption = 'NRPN'
  265.         Font.Charset = ANSI_CHARSET
  266.         Font.Color = clWindowText
  267.         Font.Height = -11
  268.         Font.Name = 'Arial'
  269.         Font.Style = []
  270.         ParentFont = False
  271.       end
  272.       object Label4: TLabel
  273.         Left = 24
  274.         Top = 72
  275.         Width = 24
  276.         Height = 14
  277.         Caption = 'From'
  278.         Font.Charset = ANSI_CHARSET
  279.         Font.Color = clWindowText
  280.         Font.Height = -11
  281.         Font.Name = 'Arial'
  282.         Font.Style = []
  283.         ParentFont = False
  284.       end
  285.       object Label5: TLabel
  286.         Left = 136
  287.         Top = 72
  288.         Width = 12
  289.         Height = 14
  290.         Caption = 'To'
  291.         Font.Charset = ANSI_CHARSET
  292.         Font.Color = clWindowText
  293.         Font.Height = -11
  294.         Font.Name = 'Arial'
  295.         Font.Style = []
  296.         ParentFont = False
  297.       end
  298.       object Label6: TLabel
  299.         Left = 24
  300.         Top = 144
  301.         Width = 33
  302.         Height = 14
  303.         Caption = 'Editres'
  304.         Font.Charset = ANSI_CHARSET
  305.         Font.Color = clWindowText
  306.         Font.Height = -11
  307.         Font.Name = 'Arial'
  308.         Font.Style = []
  309.         ParentFont = False
  310.       end
  311.       object fadeMin: TEditNew
  312.         Left = 64
  313.         Top = 68
  314.         Width = 34
  315.         Height = 21
  316.         Color = clBlack
  317.         Font.Charset = DEFAULT_CHARSET
  318.         Font.Color = clWhite
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = []
  322.         ParentFont = False
  323.         TabOrder = 0
  324.         Text = '120'
  325.         OnKeyPress = fadeMinKeyPress
  326.         FocusColor = 8454143
  327.         FocusFontColor = clBlack
  328.         NoFocusColor = clBlack
  329.         NoFocusFontColor = clWhite
  330.       end
  331.       object fadeMax: TEditNew
  332.         Left = 160
  333.         Top = 68
  334.         Width = 34
  335.         Height = 21
  336.         Color = clBlack
  337.         Font.Charset = DEFAULT_CHARSET
  338.         Font.Color = clWhite
  339.         Font.Height = -11
  340.         Font.Name = 'MS Sans Serif'
  341.         Font.Style = []
  342.         ParentFont = False
  343.         TabOrder = 1
  344.         Text = '120'
  345.         OnKeyPress = fadeMaxKeyPress
  346.         FocusColor = 8454143
  347.         FocusFontColor = clBlack
  348.         NoFocusColor = clBlack
  349.         NoFocusFontColor = clWhite
  350.       end
  351.     end
  352.     object TabRandom: TTab95Sheet
  353.       Caption = 'Random'
  354.       GripAlign = gaLeft
  355.       ImageIndex = -1
  356.       StaticPageIndex = -1
  357.       TabVisible = True
  358.       object Label10: TLabel
  359.         Left = 24
  360.         Top = 32
  361.         Width = 27
  362.         Height = 14
  363.         Caption = 'NRPN'
  364.         Font.Charset = ANSI_CHARSET
  365.         Font.Color = clWindowText
  366.         Font.Height = -11
  367.         Font.Name = 'Arial'
  368.         Font.Style = []
  369.         ParentFont = False
  370.       end
  371.       object Label7: TLabel
  372.         Left = 24
  373.         Top = 72
  374.         Width = 16
  375.         Height = 14
  376.         Caption = 'Min'
  377.         Font.Charset = ANSI_CHARSET
  378.         Font.Color = clWindowText
  379.         Font.Height = -11
  380.         Font.Name = 'Arial'
  381.         Font.Style = []
  382.         ParentFont = False
  383.       end
  384.       object Label8: TLabel
  385.         Left = 128
  386.         Top = 72
  387.         Width = 20
  388.         Height = 14
  389.         Caption = 'Max'
  390.         Font.Charset = ANSI_CHARSET
  391.         Font.Color = clWindowText
  392.         Font.Height = -11
  393.         Font.Name = 'Arial'
  394.         Font.Style = []
  395.         ParentFont = False
  396.       end
  397.       object Label9: TLabel
  398.         Left = 24
  399.         Top = 144
  400.         Width = 33
  401.         Height = 14
  402.         Caption = 'Editres'
  403.         Font.Charset = ANSI_CHARSET
  404.         Font.Color = clWindowText
  405.         Font.Height = -11
  406.         Font.Name = 'Arial'
  407.         Font.Style = []
  408.         ParentFont = False
  409.       end
  410.       object randomMin: TEditNew
  411.         Left = 64
  412.         Top = 68
  413.         Width = 34
  414.         Height = 21
  415.         Color = clBlack
  416.         Font.Charset = DEFAULT_CHARSET
  417.         Font.Color = clWhite
  418.         Font.Height = -11
  419.         Font.Name = 'MS Sans Serif'
  420.         Font.Style = []
  421.         ParentFont = False
  422.         TabOrder = 0
  423.         Text = '120'
  424.         OnKeyPress = randomMinKeyPress
  425.         FocusColor = 8454143
  426.         FocusFontColor = clBlack
  427.         NoFocusColor = clBlack
  428.         NoFocusFontColor = clWhite
  429.       end
  430.       object randomMax: TEditNew
  431.         Left = 160
  432.         Top = 68
  433.         Width = 34
  434.         Height = 21
  435.         Color = clBlack
  436.         Font.Charset = DEFAULT_CHARSET
  437.         Font.Color = clWhite
  438.         Font.Height = -11
  439.         Font.Name = 'MS Sans Serif'
  440.         Font.Style = []
  441.         ParentFont = False
  442.         TabOrder = 1
  443.         Text = '120'
  444.         OnKeyPress = randomMaxKeyPress
  445.         FocusColor = 8454143
  446.         FocusFontColor = clBlack
  447.         NoFocusColor = clBlack
  448.         NoFocusFontColor = clWhite
  449.       end
  450.     end
  451.     object TabPattern: TTab95Sheet
  452.       Caption = 'Pattern'
  453.       GripAlign = gaLeft
  454.       ImageIndex = -1
  455.       StaticPageIndex = -1
  456.       TabVisible = True
  457.       object Label11: TLabel
  458.         Left = 24
  459.         Top = 32
  460.         Width = 27
  461.         Height = 14
  462.         Caption = 'NRPN'
  463.         Font.Charset = ANSI_CHARSET
  464.         Font.Color = clWindowText
  465.         Font.Height = -11
  466.         Font.Name = 'Arial'
  467.         Font.Style = []
  468.         ParentFont = False
  469.       end
  470.       object Label12: TLabel
  471.         Left = 24
  472.         Top = 144
  473.         Width = 33
  474.         Height = 14
  475.         Caption = 'Editres'
  476.         Font.Charset = ANSI_CHARSET
  477.         Font.Color = clWindowText
  478.         Font.Height = -11
  479.         Font.Name = 'Arial'
  480.         Font.Style = []
  481.         ParentFont = False
  482.       end
  483.       object Label13: TLabel
  484.         Left = 24
  485.         Top = 64
  486.         Width = 91
  487.         Height = 14
  488.         Caption = 'Repeat this pattern'
  489.         Font.Charset = ANSI_CHARSET
  490.         Font.Color = clWindowText
  491.         Font.Height = -11
  492.         Font.Name = 'Arial'
  493.         Font.Style = []
  494.         ParentFont = False
  495.       end
  496.       object Fader1: TFader
  497.         Left = 24
  498.         Top = 88
  499.         Width = 25
  500.         Height = 41
  501.         Cursor = crHandPoint
  502.         Color = 16711808
  503.         Font.Charset = ANSI_CHARSET
  504.         Font.Color = clWhite
  505.         Font.Height = -9
  506.         Font.Name = 'Small Fonts'
  507.         Font.Style = []
  508.         ParentColor = False
  509.         ParentFont = False
  510.         Mirror = True
  511.         ShowText = True
  512.         Min = 0
  513.         Max = 127
  514.         Pos = 0
  515.         ThumbSize = 0
  516.         BkColor = clBlack
  517.         UpDown = True
  518.         UseFrame = True
  519.       end
  520.       object Fader2: TFader
  521.         Left = 50
  522.         Top = 88
  523.         Width = 25
  524.         Height = 41
  525.         Cursor = crHandPoint
  526.         Color = 16711808
  527.         Font.Charset = ANSI_CHARSET
  528.         Font.Color = clWhite
  529.         Font.Height = -9
  530.         Font.Name = 'Small Fonts'
  531.         Font.Style = []
  532.         ParentColor = False
  533.         ParentFont = False
  534.         Mirror = True
  535.         ShowText = True
  536.         Min = 0
  537.         Max = 127
  538.         Pos = 127
  539.         ThumbSize = 0
  540.         BkColor = clBlack
  541.         UpDown = True
  542.         UseFrame = True
  543.       end
  544.       object Fader3: TFader
  545.         Left = 76
  546.         Top = 88
  547.         Width = 25
  548.         Height = 41
  549.         Cursor = crHandPoint
  550.         Color = 16711808
  551.         Font.Charset = ANSI_CHARSET
  552.         Font.Color = clWhite
  553.         Font.Height = -9
  554.         Font.Name = 'Small Fonts'
  555.         Font.Style = []
  556.         ParentColor = False
  557.         ParentFont = False
  558.         Mirror = True
  559.         ShowText = True
  560.         Min = 0
  561.         Max = 127
  562.         Pos = 0
  563.         ThumbSize = 0
  564.         BkColor = clBlack
  565.         UpDown = True
  566.         UseFrame = True
  567.       end
  568.       object Fader4: TFader
  569.         Left = 102
  570.         Top = 88
  571.         Width = 25
  572.         Height = 41
  573.         Cursor = crHandPoint
  574.         Color = 16711808
  575.         Font.Charset = ANSI_CHARSET
  576.         Font.Color = clWhite
  577.         Font.Height = -9
  578.         Font.Name = 'Small Fonts'
  579.         Font.Style = []
  580.         ParentColor = False
  581.         ParentFont = False
  582.         Mirror = True
  583.         ShowText = True
  584.         Min = 0
  585.         Max = 127
  586.         Pos = 127
  587.         ThumbSize = 0
  588.         BkColor = clBlack
  589.         UpDown = True
  590.         UseFrame = True
  591.       end
  592.       object Fader5: TFader
  593.         Left = 128
  594.         Top = 88
  595.         Width = 25
  596.         Height = 41
  597.         Cursor = crHandPoint
  598.         Color = 16711808
  599.         Font.Charset = ANSI_CHARSET
  600.         Font.Color = clWhite
  601.         Font.Height = -9
  602.         Font.Name = 'Small Fonts'
  603.         Font.Style = []
  604.         ParentColor = False
  605.         ParentFont = False
  606.         Mirror = True
  607.         ShowText = True
  608.         Min = 0
  609.         Max = 127
  610.         Pos = 0
  611.         ThumbSize = 0
  612.         BkColor = clBlack
  613.         UpDown = True
  614.         UseFrame = True
  615.       end
  616.       object Fader6: TFader
  617.         Left = 154
  618.         Top = 88
  619.         Width = 25
  620.         Height = 41
  621.         Cursor = crHandPoint
  622.         Color = 16711808
  623.         Font.Charset = ANSI_CHARSET
  624.         Font.Color = clWhite
  625.         Font.Height = -9
  626.         Font.Name = 'Small Fonts'
  627.         Font.Style = []
  628.         ParentColor = False
  629.         ParentFont = False
  630.         Mirror = True
  631.         ShowText = True
  632.         Min = 0
  633.         Max = 127
  634.         Pos = 0
  635.         ThumbSize = 0
  636.         BkColor = clBlack
  637.         UpDown = True
  638.         UseFrame = True
  639.       end
  640.       object Fader7: TFader
  641.         Left = 180
  642.         Top = 88
  643.         Width = 25
  644.         Height = 41
  645.         Cursor = crHandPoint
  646.         Color = 16711808
  647.         Font.Charset = ANSI_CHARSET
  648.         Font.Color = clWhite
  649.         Font.Height = -9
  650.         Font.Name = 'Small Fonts'
  651.         Font.Style = []
  652.         ParentColor = False
  653.         ParentFont = False
  654.         Mirror = True
  655.         ShowText = True
  656.         Min = 0
  657.         Max = 127
  658.         Pos = 0
  659.         ThumbSize = 0
  660.         BkColor = clBlack
  661.         UpDown = True
  662.         UseFrame = True
  663.       end
  664.       object Fader8: TFader
  665.         Left = 206
  666.         Top = 88
  667.         Width = 25
  668.         Height = 41
  669.         Cursor = crHandPoint
  670.         Color = 16711808
  671.         Font.Charset = ANSI_CHARSET
  672.         Font.Color = clWhite
  673.         Font.Height = -9
  674.         Font.Name = 'Small Fonts'
  675.         Font.Style = []
  676.         ParentColor = False
  677.         ParentFont = False
  678.         Mirror = True
  679.         ShowText = True
  680.         Min = 0
  681.         Max = 127
  682.         Pos = 127
  683.         ThumbSize = 0
  684.         BkColor = clBlack
  685.         UpDown = True
  686.         UseFrame = True
  687.       end
  688.     end
  689.   end
  690.   object panelRes: TPanel
  691.     Left = 153
  692.     Top = 177
  693.     Width = 30
  694.     Height = 19
  695.     Cursor = crHandPoint
  696.     Hint = 'Edit resolution'
  697.     BevelOuter = bvNone
  698.     Caption = '16'
  699.     Color = clBlack
  700.     Font.Charset = DEFAULT_CHARSET
  701.     Font.Color = clWhite
  702.     Font.Height = -11
  703.     Font.Name = 'MS Sans Serif'
  704.     Font.Style = []
  705.     ParentFont = False
  706.     ParentShowHint = False
  707.     ShowHint = True
  708.     TabOrder = 4
  709.     Visible = False
  710.     OnMouseDown = panelResMouseDown
  711.     OnMouseUp = panelResMouseUp
  712.   end
  713.   object nrpnlist: TComboBox
  714.     Left = 152
  715.     Top = 64
  716.     Width = 169
  717.     Height = 21
  718.     Style = csDropDownList
  719.     Color = clBlack
  720.     DropDownCount = 20
  721.     Font.Charset = DEFAULT_CHARSET
  722.     Font.Color = clWhite
  723.     Font.Height = -11
  724.     Font.Name = 'MS Sans Serif'
  725.     Font.Style = []
  726.     ItemHeight = 13
  727.     Items.Strings = (
  728.       'LFO1Delay (0 - 5900)'
  729.       'LFO1Frequency (0 - 127)'
  730.       'LFO2Delay  (0 - 5900)'
  731.       'LFO2Frequency (0 - 127)'
  732.       'Env1Delay (0 - 5900)'
  733.       'Env1Attack (0 - 5940)'
  734.       'Env1Hold (0 - 8191)'
  735.       'Env1Decay (0 - 5940)'
  736.       'Env1Sustain (0 - 127)'
  737.       'Env1Release (0 - 5940)'
  738.       'Env2Delay (0 - 5900)'
  739.       'Env2Attack (0 - 5940)'
  740.       'Env2Hold (0 - 8191)'
  741.       'Env2Decay (0 - 5940)'
  742.       'Env2Sustain (0 - 127)'
  743.       'Env2Release (0 - 5940)'
  744.       'Pitch (-8192 - 8191)'
  745.       'LFO1ToPitch (-127 - 127)'
  746.       'LFO2ToPitch (-127 - 127)'
  747.       'Env1ToPitch (-127 - 127)'
  748.       'Env1ToVolum (0 - 127)'
  749.       'FilterCutoff (0 - 127)'
  750.       'FilterQ (0-127)'
  751.       'LFO1ToFilterCutoff (-64 - 63)'
  752.       'Env1ToFilterCutoff (-64 - 63)'
  753.       'Chorus (0 - 255)'
  754.       'Reverb (0 - 255)')
  755.     ParentFont = False
  756.     TabOrder = 1
  757.   end
  758.   object chkOverwrite: TCheckBox
  759.     Left = 111
  760.     Top = 42
  761.     Width = 74
  762.     Height = 17
  763.     Caption = 'Overwrite'
  764.     Font.Charset = ANSI_CHARSET
  765.     Font.Color = clWindowText
  766.     Font.Height = -11
  767.     Font.Name = 'Arial'
  768.     Font.Style = []
  769.     ParentFont = False
  770.     State = cbChecked
  771.     TabOrder = 0
  772.   end
  773.   object PopupRes: TPopupMenu
  774.     Left = 196
  775.     Top = 224
  776.     object N641: TMenuItem
  777.       Caption = '64'
  778.       OnClick = N641Click
  779.     end
  780.     object N321: TMenuItem
  781.       Caption = '32'
  782.       OnClick = N321Click
  783.     end
  784.     object N161: TMenuItem
  785.       Caption = '16'
  786.       OnClick = N161Click
  787.     end
  788.     object N81: TMenuItem
  789.       Caption = '8'
  790.       OnClick = N81Click
  791.     end
  792.     object N41: TMenuItem
  793.       Caption = '4'
  794.       OnClick = N41Click
  795.     end
  796.     object N21: TMenuItem
  797.       Caption = '2'
  798.       OnClick = N21Click
  799.     end
  800.   end
  801.   object Timer1: TTimer
  802.     Interval = 10
  803.     OnTimer = Timer1Timer
  804.     Left = 232
  805.     Top = 224
  806.   end
  807. end
  808.