home *** CD-ROM | disk | FTP | other *** search
- inherited ReverbForm: TReverbForm
- Caption = 'Reverb'
- ClientHeight = 126
- ClientWidth = 422
- OldCreateOrder = True
- ExplicitWidth = 422
- ExplicitHeight = 126
- PixelsPerInch = 96
- TextHeight = 13
- object TimeAxis: TDogAxis
- Left = 90
- Top = 23
- Width = 260
- Height = 16
- Associate = TimeFader
- Min = 0.100000000000000000
- Max = 3.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- object DelayAxis: TDogAxis
- Left = 90
- Top = 105
- Width = 260
- Height = 16
- Associate = DelayFader
- Min = 0.500000000000000000
- Max = 2.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- inline Volume: TVolumeFrame
- Left = 22
- Top = 46
- Width = 392
- Height = 39
- TabOrder = 0
- TabStop = True
- ExplicitLeft = 22
- ExplicitTop = 46
- inherited VolumeAxis: TDogAxis
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- end
- inherited VolumeFader: TFader
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Position = -24.000000000000000000
- end
- inherited VolumeBox: TNumBox
- Value = -24.000000000000000000
- Min = -60.000000000000000000
- Max = 0.000000000000000000
- Items.Strings = (
- '0.0'
- '-2.4988'
- '-6.0206'
- '-12.041'
- '-15.0'
- '-18.0'
- '-21.0'
- '-24.0')
- Text = '-24.0'
- end
- inherited VolumeLabel: TStaticText
- Width = 64
- ExplicitWidth = 64
- end
- end
- object TimeFader: TFader
- Left = 90
- Top = 7
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- Associate = Time
- Line = 0.050000000000000000
- Page = 0.500000000000000000
- Min = 0.100000000000000000
- Max = 3.000000000000000000
- Position = 1.000000000000000000
- Stripe = True
- end
- object Time: TNumEdit
- Left = 354
- Top = 7
- Width = 59
- Height = 21
- Value = 1.000000000000000000
- Min = 0.100000000000000000
- Max = 3.000000000000000000
- Decimal = 3
- PageChange = 1.000000000000000000
- LineChange = 0.100000000000000000
- Label = 'Reverb time'
- Buddy = TimeFader
- Anchors = [akTop, akRight]
- Caption = '1.000'
- TabOrder = 3
- MaxLength = 5
- OnChange = Change
- end
- object TimeLabel: TStaticText
- Left = 8
- Top = 9
- Width = 78
- Height = 17
- Alignment = taRightJustify
- Caption = 'Reverb time (s):'
- TabOrder = 1
- end
- object DelayFader: TFader
- Left = 90
- Top = 89
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 5
- Associate = Delay
- Line = 0.050000000000000000
- Page = 0.200000000000000000
- Min = 0.500000000000000000
- Max = 2.000000000000000000
- Position = 1.000000000000000000
- Stripe = True
- end
- object Delay: TNumEdit
- Left = 354
- Top = 89
- Width = 59
- Height = 21
- Value = 1.000000000000000000
- Min = 0.500000000000000000
- Max = 2.000000000000000000
- Decimal = 2
- PageChange = 1.000000000000000000
- LineChange = 0.100000000000000000
- Label = 'Delay scale'
- Buddy = DelayFader
- Anchors = [akTop, akRight]
- Caption = '1.00'
- TabOrder = 6
- MaxLength = 5
- OnChange = Change
- end
- object DelayLabel: TStaticText
- Left = 24
- Top = 91
- Width = 62
- Height = 17
- Alignment = taRightJustify
- Caption = 'Delay scale:'
- TabOrder = 4
- end
- end
-