home *** CD-ROM | disk | FTP | other *** search
- inherited EchoForm: TEchoForm
- Caption = 'Echo'
- ClientHeight = 192
- ClientWidth = 414
- OldCreateOrder = True
- ExplicitWidth = 414
- ExplicitHeight = 192
- PixelsPerInch = 96
- TextHeight = 13
- object EchosAxis: TDogAxis
- Left = 84
- Top = 25
- Width = 260
- Height = 16
- Associate = EchosFader
- Min = 1.000000000000000000
- Max = 10.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- object DelayAxis: TDogAxis
- Left = 84
- Top = 63
- Width = 260
- Height = 16
- Associate = DelayFader
- Min = 0.000100000000000000
- Max = 2.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- inline Volume: TVolumeFrame
- Left = 16
- Top = 86
- Width = 392
- Height = 39
- TabOrder = 6
- TabStop = True
- ExplicitLeft = 16
- ExplicitTop = 86
- inherited VolumeAxis: TDogAxis
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- end
- inherited VolumeFader: TFader
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Position = -6.000000000000000000
- end
- inherited VolumeBox: TNumBox
- Value = -6.000000000000000000
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Items.Strings = (
- '-2.4988'
- '-6.0206'
- '-12.041'
- '-15.0'
- '-18.0')
- Text = '-6.0'
- end
- inherited VolumeLabel: TStaticText
- Width = 64
- ExplicitWidth = 64
- end
- end
- object EchosFader: TFader
- Left = 84
- Top = 9
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- Associate = Echos
- Line = 1.000000000000000000
- Page = 1.000000000000000000
- Min = 1.000000000000000000
- Max = 10.000000000000000000
- Position = 1.000000000000000000
- Stripe = True
- end
- inline Feedback: TVolumeFrame
- Left = 3
- Top = 128
- Width = 404
- Height = 39
- TabOrder = 7
- TabStop = True
- ExplicitLeft = 3
- ExplicitTop = 128
- ExplicitWidth = 404
- inherited VolumeAxis: TDogAxis
- Left = 79
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- ExplicitLeft = 79
- end
- inherited PercentLabel: TStaticText
- Left = 347
- ExplicitLeft = 347
- end
- inherited VolumeFader: TFader
- Left = 81
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Position = -60.000000000000000000
- ExplicitLeft = 81
- end
- inherited VolumeBox: TNumBox
- Left = 345
- Value = -60.000000000000000000
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Label = 'Feedback'
- Items.Strings = (
- '0.0'
- '-2.4988'
- '-6.0206'
- '-12.041'
- '-15.0'
- '-18.0')
- Text = '-60.0'
- ExplicitLeft = 345
- end
- inherited VolumeLabel: TStaticText
- Width = 77
- Caption = 'Feedback (dB):'
- ExplicitWidth = 77
- end
- end
- object DelayFader: TFader
- Left = 84
- Top = 47
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 4
- Associate = Delay
- Line = 0.010000000000000000
- Page = 0.100000000000000000
- Min = 0.000100000000000000
- Max = 2.000000000000000000
- Position = 0.500000000000000000
- Stripe = True
- end
- object Delay: TNumBox
- Left = 348
- Top = 47
- Width = 59
- Height = 21
- Value = 0.500000000000000000
- Min = 0.000100000000000000
- Max = 2.000000000000000000
- Decimal = 4
- PageChange = 0.100000000000000000
- LineChange = 0.010000000000000000
- Label = 'Delay'
- Buddy = DelayFader
- Anchors = [akTop, akRight]
- AutoComplete = False
- Items.Strings = (
- '0.050'
- '0.075'
- '0.100'
- '0.150'
- '0.200'
- '0.250'
- '0.300'
- '0.400'
- '0.500'
- '0.750'
- '1.000'
- '1.500'
- '2.000')
- TabOrder = 5
- Text = '0.5000'
- MaxLength = 7
- OnChange = Change
- end
- object DelayLabel: TStaticText
- Left = 24
- Top = 47
- Width = 56
- Height = 17
- Alignment = taRightJustify
- Caption = 'Delay (ms):'
- TabOrder = 3
- end
- object Stereo: TCheckBox
- Left = 127
- Top = 171
- Width = 53
- Height = 17
- Caption = 'Stereo'
- TabOrder = 8
- OnClick = Change
- end
- object Echos: TNumEdit
- Left = 348
- Top = 9
- Width = 59
- Height = 21
- Value = 1.000000000000000000
- Min = 1.000000000000000000
- Max = 10.000000000000000000
- PageChange = 1.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Echos'
- Buddy = EchosFader
- Caption = '1'
- TabOrder = 2
- MaxLength = 4
- OnChange = Change
- end
- object EchosLabel: TStaticText
- Left = 37
- Top = 9
- Width = 43
- Height = 17
- Alignment = taRightJustify
- Caption = 'Echoes:'
- TabOrder = 0
- end
- object MakeTail: TCheckBox
- Left = 201
- Top = 171
- Width = 87
- Height = 17
- Caption = 'Generate tail'
- TabOrder = 9
- OnClick = Change
- end
- end
-