home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Bas / Musique / Minihost / MiniHost.exe / 0 / RCDATA / TMYARP / TMYARP.txt
Text File  |  2004-06-27  |  15KB  |  725 lines

  1. object MyArp: TMyArp
  2.   Left = 241
  3.   Top = 153
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'MIDI Tools'
  7.   ClientHeight = 510
  8.   ClientWidth = 424
  9.   Color = clGray
  10.   Ctl3D = False
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object GroupBox1: TGroupBox
  24.     Left = 216
  25.     Top = 0
  26.     Width = 201
  27.     Height = 249
  28.     Caption = ' Arpeggiator '
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 8
  32.       Top = 48
  33.       Width = 171
  34.       Height = 14
  35.       Caption = 'pattern: (use 0 for off and 1 for on)'
  36.     end
  37.     object Label2: TLabel
  38.       Left = 8
  39.       Top = 96
  40.       Width = 44
  41.       Height = 14
  42.       Caption = 'direction:'
  43.     end
  44.     object Label3: TLabel
  45.       Left = 136
  46.       Top = 96
  47.       Width = 42
  48.       Height = 14
  49.       Caption = 'octaves:'
  50.     end
  51.     object Label4: TLabel
  52.       Left = 8
  53.       Top = 141
  54.       Width = 65
  55.       Height = 14
  56.       Caption = 'speed: 10 ms'
  57.     end
  58.     object Label11: TLabel
  59.       Left = 8
  60.       Top = 204
  61.       Width = 54
  62.       Height = 14
  63.       Caption = 'sync base:'
  64.     end
  65.     object Label12: TLabel
  66.       Left = 28
  67.       Top = 186
  68.       Width = 56
  69.       Height = 14
  70.       Caption = 'tempo sync'
  71.     end
  72.     object arpspd: TTobyGauge
  73.       Left = 8
  74.       Top = 155
  75.       Width = 177
  76.       Height = 20
  77.       Cursor = crCross
  78.       Color = clBlack
  79.       ShowText = False
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWhite
  82.       Font.Height = -11
  83.       Font.Name = 'Arial'
  84.       Font.Style = []
  85.       MinValue = 10
  86.       MaxValue = 2000
  87.       ParentColor = False
  88.       ParentFont = False
  89.       Progress = 10
  90.       OnMouseDown = arpspdMouseDown
  91.       OnMouseMove = arpspdMouseMove
  92.     end
  93.     object arppat: TEdit
  94.       Left = 8
  95.       Top = 64
  96.       Width = 177
  97.       Height = 20
  98.       BevelInner = bvNone
  99.       BevelOuter = bvNone
  100.       Color = clBlack
  101.       Ctl3D = False
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clWhite
  104.       Font.Height = -11
  105.       Font.Name = 'Arial'
  106.       Font.Style = []
  107.       MaxLength = 40
  108.       ParentCtl3D = False
  109.       ParentFont = False
  110.       TabOrder = 0
  111.       Text = '11111111'
  112.       OnChange = arppatChange
  113.       OnEnter = mychordEnter
  114.       OnExit = mychordExit
  115.     end
  116.     object usearp: TCheckBox
  117.       Left = 8
  118.       Top = 24
  119.       Width = 57
  120.       Height = 17
  121.       Caption = 'active'
  122.       TabOrder = 1
  123.       OnClick = usearpClick
  124.     end
  125.     object arpdir: TComboBox
  126.       Left = 8
  127.       Top = 112
  128.       Width = 105
  129.       Height = 22
  130.       BevelInner = bvNone
  131.       BevelOuter = bvNone
  132.       Style = csDropDownList
  133.       Color = clBlack
  134.       Ctl3D = False
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clWhite
  137.       Font.Height = -11
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ItemHeight = 14
  141.       ParentCtl3D = False
  142.       ParentFont = False
  143.       TabOrder = 2
  144.       OnChange = arpdirChange
  145.       Items.Strings = (
  146.         'AsPlayed'
  147.         'Up'
  148.         'Down'
  149.         'UpDown1'
  150.         'DownUp1'
  151.         'UpDown2'
  152.         'DownUp2'
  153.         'Random1'
  154.         'Random2')
  155.     end
  156.     object arpoct: TComboBox
  157.       Left = 136
  158.       Top = 112
  159.       Width = 49
  160.       Height = 22
  161.       BevelInner = bvNone
  162.       BevelOuter = bvNone
  163.       Style = csDropDownList
  164.       Color = clBlack
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clWhite
  167.       Font.Height = -11
  168.       Font.Name = 'Arial'
  169.       Font.Style = []
  170.       ItemHeight = 14
  171.       ParentFont = False
  172.       TabOrder = 3
  173.       OnChange = arpoctChange
  174.       Items.Strings = (
  175.         '1'
  176.         '2'
  177.         '3'
  178.         '4'
  179.         '')
  180.     end
  181.     object bsync1: TCheckBox
  182.       Left = 10
  183.       Top = 185
  184.       Width = 15
  185.       Height = 17
  186.       TabOrder = 4
  187.       OnClick = bsync1Click
  188.     end
  189.     object sync1: TComboBox
  190.       Left = 8
  191.       Top = 219
  192.       Width = 65
  193.       Height = 22
  194.       BevelInner = bvNone
  195.       BevelOuter = bvNone
  196.       Style = csDropDownList
  197.       Color = clBlack
  198.       Enabled = False
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clWhite
  201.       Font.Height = -11
  202.       Font.Name = 'Arial'
  203.       Font.Style = []
  204.       ItemHeight = 14
  205.       ParentFont = False
  206.       TabOrder = 5
  207.       OnChange = sync1Change
  208.       Items.Strings = (
  209.         '1/128'
  210.         '1/64'
  211.         '1/32'
  212.         '1/16'
  213.         '1/8'
  214.         '1/4'
  215.         '1/2'
  216.         '1')
  217.     end
  218.     object t1: TCheckBox
  219.       Left = 82
  220.       Top = 220
  221.       Width = 33
  222.       Height = 17
  223.       Caption = 'T'
  224.       TabOrder = 6
  225.       OnClick = t1Click
  226.     end
  227.     object d1: TCheckBox
  228.       Left = 114
  229.       Top = 220
  230.       Width = 33
  231.       Height = 17
  232.       Caption = 'D'
  233.       TabOrder = 7
  234.       OnClick = t1Click
  235.     end
  236.   end
  237.   object GroupBox2: TGroupBox
  238.     Left = 7
  239.     Top = 0
  240.     Width = 201
  241.     Height = 249
  242.     Caption = ' Chord Maker '
  243.     TabOrder = 1
  244.     object Label5: TLabel
  245.       Left = 8
  246.       Top = 48
  247.       Width = 164
  248.       Height = 14
  249.       Caption = 'chord: (eg. 0,3,7 is a minor chord)'
  250.     end
  251.     object Label8: TLabel
  252.       Left = 8
  253.       Top = 89
  254.       Width = 76
  255.       Height = 14
  256.       Caption = 'chord detected:'
  257.     end
  258.     object showc: TLabel
  259.       Left = 8
  260.       Top = 209
  261.       Width = 76
  262.       Height = 14
  263.       Caption = 'current chord:- '
  264.     end
  265.     object mychord: TEdit
  266.       Left = 8
  267.       Top = 64
  268.       Width = 177
  269.       Height = 20
  270.       BevelInner = bvNone
  271.       BevelOuter = bvNone
  272.       Color = clBlack
  273.       Ctl3D = False
  274.       Font.Charset = DEFAULT_CHARSET
  275.       Font.Color = clWhite
  276.       Font.Height = -11
  277.       Font.Name = 'Arial'
  278.       Font.Style = []
  279.       ParentCtl3D = False
  280.       ParentFont = False
  281.       TabOrder = 0
  282.       Text = '0'
  283.       OnChange = mychordChange
  284.       OnEnter = mychordEnter
  285.       OnExit = mychordExit
  286.     end
  287.     object useonin: TCheckBox
  288.       Left = 8
  289.       Top = 112
  290.       Width = 145
  291.       Height = 17
  292.       Caption = 'use on MIDI input'
  293.       TabOrder = 1
  294.     end
  295.     object useonck: TCheckBox
  296.       Left = 8
  297.       Top = 134
  298.       Width = 161
  299.       Height = 17
  300.       Caption = 'use on computer keyboard'
  301.       TabOrder = 2
  302.     end
  303.     object useonvk: TCheckBox
  304.       Left = 8
  305.       Top = 156
  306.       Width = 145
  307.       Height = 17
  308.       Caption = 'use on virtual keys'
  309.       TabOrder = 3
  310.     end
  311.     object useonmp: TCheckBox
  312.       Left = 8
  313.       Top = 178
  314.       Width = 145
  315.       Height = 17
  316.       Caption = 'use on MIDI player'
  317.       TabOrder = 4
  318.     end
  319.     object chrdact: TCheckBox
  320.       Left = 8
  321.       Top = 24
  322.       Width = 57
  323.       Height = 17
  324.       Caption = 'active'
  325.       TabOrder = 5
  326.       OnClick = chrdactClick
  327.     end
  328.   end
  329.   object GroupBox3: TGroupBox
  330.     Left = 7
  331.     Top = 251
  332.     Width = 201
  333.     Height = 249
  334.     Caption = ' Step Sequencer '
  335.     TabOrder = 2
  336.     object Label6: TLabel
  337.       Left = 8
  338.       Top = 48
  339.       Width = 173
  340.       Height = 14
  341.       Caption = 'sequence: (0 is base note, - is rest)'
  342.     end
  343.     object Label7: TLabel
  344.       Left = 8
  345.       Top = 141
  346.       Width = 65
  347.       Height = 14
  348.       Caption = 'speed: 10 ms'
  349.     end
  350.     object Label9: TLabel
  351.       Left = 136
  352.       Top = 96
  353.       Width = 42
  354.       Height = 14
  355.       Caption = 'octaves:'
  356.     end
  357.     object Label10: TLabel
  358.       Left = 8
  359.       Top = 204
  360.       Width = 54
  361.       Height = 14
  362.       Caption = 'sync base:'
  363.     end
  364.     object Label13: TLabel
  365.       Left = 28
  366.       Top = 186
  367.       Width = 56
  368.       Height = 14
  369.       Caption = 'tempo sync'
  370.     end
  371.     object seqspd: TTobyGauge
  372.       Left = 8
  373.       Top = 155
  374.       Width = 177
  375.       Height = 20
  376.       Cursor = crCross
  377.       Color = clBlack
  378.       ShowText = False
  379.       Font.Charset = DEFAULT_CHARSET
  380.       Font.Color = clWhite
  381.       Font.Height = -11
  382.       Font.Name = 'Arial'
  383.       Font.Style = []
  384.       MinValue = 10
  385.       MaxValue = 2000
  386.       ParentColor = False
  387.       ParentFont = False
  388.       Progress = 10
  389.       OnMouseDown = seqspdMouseDown
  390.       OnMouseMove = seqspdMouseMove
  391.     end
  392.     object seq: TEdit
  393.       Left = 8
  394.       Top = 64
  395.       Width = 177
  396.       Height = 20
  397.       BevelInner = bvNone
  398.       BevelOuter = bvNone
  399.       Color = clBlack
  400.       Ctl3D = False
  401.       Font.Charset = DEFAULT_CHARSET
  402.       Font.Color = clWhite
  403.       Font.Height = -11
  404.       Font.Name = 'Arial'
  405.       Font.Style = []
  406.       ParentCtl3D = False
  407.       ParentFont = False
  408.       TabOrder = 0
  409.       Text = '0,12,3,4,-,3,-'
  410.       OnChange = seqChange
  411.       OnEnter = mychordEnter
  412.       OnExit = mychordExit
  413.     end
  414.     object seqloop: TCheckBox
  415.       Left = 8
  416.       Top = 115
  417.       Width = 57
  418.       Height = 17
  419.       Caption = 'looped'
  420.       TabOrder = 1
  421.       OnClick = seqloopClick
  422.     end
  423.     object stpact: TCheckBox
  424.       Left = 8
  425.       Top = 24
  426.       Width = 57
  427.       Height = 17
  428.       Caption = 'active'
  429.       TabOrder = 2
  430.       OnClick = stpactClick
  431.     end
  432.     object seqoct: TComboBox
  433.       Left = 136
  434.       Top = 112
  435.       Width = 49
  436.       Height = 22
  437.       BevelInner = bvNone
  438.       BevelOuter = bvNone
  439.       Style = csDropDownList
  440.       Color = clBlack
  441.       Font.Charset = DEFAULT_CHARSET
  442.       Font.Color = clWhite
  443.       Font.Height = -11
  444.       Font.Name = 'Arial'
  445.       Font.Style = []
  446.       ItemHeight = 14
  447.       ParentFont = False
  448.       TabOrder = 3
  449.       OnChange = seqoctChange
  450.       Items.Strings = (
  451.         '1'
  452.         '2'
  453.         '3'
  454.         '4'
  455.         '')
  456.     end
  457.     object d2: TCheckBox
  458.       Left = 114
  459.       Top = 220
  460.       Width = 33
  461.       Height = 17
  462.       Caption = 'D'
  463.       TabOrder = 4
  464.       OnClick = t2Click
  465.     end
  466.     object t2: TCheckBox
  467.       Left = 82
  468.       Top = 220
  469.       Width = 33
  470.       Height = 17
  471.       Caption = 'T'
  472.       TabOrder = 5
  473.       OnClick = t2Click
  474.     end
  475.     object sync2: TComboBox
  476.       Left = 8
  477.       Top = 219
  478.       Width = 65
  479.       Height = 22
  480.       BevelInner = bvNone
  481.       BevelOuter = bvNone
  482.       Style = csDropDownList
  483.       Color = clBlack
  484.       Enabled = False
  485.       Font.Charset = DEFAULT_CHARSET
  486.       Font.Color = clWhite
  487.       Font.Height = -11
  488.       Font.Name = 'Arial'
  489.       Font.Style = []
  490.       ItemHeight = 14
  491.       ParentFont = False
  492.       TabOrder = 6
  493.       OnChange = sync2Change
  494.       Items.Strings = (
  495.         '1/128'
  496.         '1/64'
  497.         '1/32'
  498.         '1/16'
  499.         '1/8'
  500.         '1/4'
  501.         '1/2'
  502.         '1')
  503.     end
  504.     object bsync2: TCheckBox
  505.       Left = 10
  506.       Top = 185
  507.       Width = 15
  508.       Height = 17
  509.       TabOrder = 7
  510.       OnClick = bsync2Click
  511.     end
  512.   end
  513.   object GroupBox4: TGroupBox
  514.     Left = 215
  515.     Top = 251
  516.     Width = 201
  517.     Height = 249
  518.     Caption = ' MIDI CC Gate '
  519.     TabOrder = 3
  520.     object Label14: TLabel
  521.       Left = 8
  522.       Top = 48
  523.       Width = 126
  524.       Height = 14
  525.       Caption = 'pattern: (0=min, 127=max)'
  526.     end
  527.     object Label15: TLabel
  528.       Left = 8
  529.       Top = 141
  530.       Width = 59
  531.       Height = 14
  532.       Caption = 'speed: 5 ms'
  533.     end
  534.     object Label16: TLabel
  535.       Left = 136
  536.       Top = 96
  537.       Width = 23
  538.       Height = 14
  539.       Caption = 'CC#:'
  540.     end
  541.     object Label17: TLabel
  542.       Left = 8
  543.       Top = 204
  544.       Width = 54
  545.       Height = 14
  546.       Caption = 'sync base:'
  547.     end
  548.     object Label18: TLabel
  549.       Left = 28
  550.       Top = 186
  551.       Width = 56
  552.       Height = 14
  553.       Caption = 'tempo sync'
  554.     end
  555.     object gtspeed: TTobyGauge
  556.       Left = 8
  557.       Top = 155
  558.       Width = 177
  559.       Height = 20
  560.       Cursor = crCross
  561.       Color = clBlack
  562.       ShowText = False
  563.       Font.Charset = DEFAULT_CHARSET
  564.       Font.Color = clWhite
  565.       Font.Height = -11
  566.       Font.Name = 'Arial'
  567.       Font.Style = []
  568.       MinValue = 5
  569.       MaxValue = 1000
  570.       ParentColor = False
  571.       ParentFont = False
  572.       Progress = 10
  573.       OnMouseDown = gtspeedMouseDown
  574.       OnMouseMove = gtspeedMouseMove
  575.     end
  576.     object Label19: TLabel
  577.       Left = 72
  578.       Top = 96
  579.       Width = 27
  580.       Height = 14
  581.       Caption = 'ramp:'
  582.     end
  583.     object gtpat: TEdit
  584.       Left = 8
  585.       Top = 64
  586.       Width = 177
  587.       Height = 20
  588.       BevelInner = bvNone
  589.       BevelOuter = bvNone
  590.       Color = clBlack
  591.       Ctl3D = False
  592.       Font.Charset = DEFAULT_CHARSET
  593.       Font.Color = clWhite
  594.       Font.Height = -11
  595.       Font.Name = 'Arial'
  596.       Font.Style = []
  597.       ParentCtl3D = False
  598.       ParentFont = False
  599.       TabOrder = 0
  600.       Text = '0,127,0,12,127'
  601.       OnChange = gtpatChange
  602.       OnEnter = mychordEnter
  603.       OnExit = mychordExit
  604.     end
  605.     object gtloop: TCheckBox
  606.       Left = 8
  607.       Top = 115
  608.       Width = 57
  609.       Height = 17
  610.       Caption = 'looped'
  611.       TabOrder = 1
  612.       OnClick = gtloopClick
  613.     end
  614.     object gtactive: TCheckBox
  615.       Left = 8
  616.       Top = 24
  617.       Width = 57
  618.       Height = 17
  619.       Caption = 'active'
  620.       TabOrder = 2
  621.       OnClick = gtactiveClick
  622.     end
  623.     object gtcc: TComboBox
  624.       Left = 136
  625.       Top = 112
  626.       Width = 49
  627.       Height = 22
  628.       BevelInner = bvNone
  629.       BevelOuter = bvNone
  630.       Style = csDropDownList
  631.       Color = clBlack
  632.       Font.Charset = DEFAULT_CHARSET
  633.       Font.Color = clWhite
  634.       Font.Height = -11
  635.       Font.Name = 'Arial'
  636.       Font.Style = []
  637.       ItemHeight = 14
  638.       ItemIndex = 0
  639.       ParentFont = False
  640.       TabOrder = 3
  641.       Text = '7'
  642.       Items.Strings = (
  643.         '7')
  644.     end
  645.     object d3: TCheckBox
  646.       Left = 114
  647.       Top = 220
  648.       Width = 33
  649.       Height = 17
  650.       Caption = 'D'
  651.       TabOrder = 4
  652.       OnClick = t3Click
  653.     end
  654.     object t3: TCheckBox
  655.       Left = 82
  656.       Top = 220
  657.       Width = 33
  658.       Height = 17
  659.       Caption = 'T'
  660.       TabOrder = 5
  661.       OnClick = t3Click
  662.     end
  663.     object sync3: TComboBox
  664.       Left = 8
  665.       Top = 219
  666.       Width = 65
  667.       Height = 22
  668.       BevelInner = bvNone
  669.       BevelOuter = bvNone
  670.       Style = csDropDownList
  671.       Color = clBlack
  672.       Enabled = False
  673.       Font.Charset = DEFAULT_CHARSET
  674.       Font.Color = clWhite
  675.       Font.Height = -11
  676.       Font.Name = 'Arial'
  677.       Font.Style = []
  678.       ItemHeight = 14
  679.       ParentFont = False
  680.       TabOrder = 6
  681.       OnChange = sync3Change
  682.       Items.Strings = (
  683.         '1/128'
  684.         '1/64'
  685.         '1/32'
  686.         '1/16'
  687.         '1/8'
  688.         '1/4'
  689.         '1/2'
  690.         '1')
  691.     end
  692.     object bsync3: TCheckBox
  693.       Left = 10
  694.       Top = 185
  695.       Width = 15
  696.       Height = 17
  697.       TabOrder = 7
  698.       OnClick = bsync3Click
  699.     end
  700.     object gtramp: TComboBox
  701.       Left = 72
  702.       Top = 112
  703.       Width = 49
  704.       Height = 22
  705.       BevelInner = bvNone
  706.       BevelOuter = bvNone
  707.       Style = csDropDownList
  708.       Color = clBlack
  709.       Font.Charset = DEFAULT_CHARSET
  710.       Font.Color = clWhite
  711.       Font.Height = -11
  712.       Font.Name = 'Arial'
  713.       Font.Style = []
  714.       ItemHeight = 14
  715.       ItemIndex = 0
  716.       ParentFont = False
  717.       TabOrder = 8
  718.       Text = '7'
  719.       OnChange = gtrampChange
  720.       Items.Strings = (
  721.         '7')
  722.     end
  723.   end
  724. end
  725.