home *** CD-ROM | disk | FTP | other *** search
- inherited ExpanderForm: TExpanderForm
- Caption = 'Compressor/Expander'
- ClientHeight = 187
- ClientWidth = 389
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object AttackAxis: TDogAxis
- Left = 82
- Top = 104
- Width = 239
- Height = 16
- Associate = AttackFader
- Max = 1
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- object ReleaseAxis: TDogAxis
- Left = 82
- Top = 144
- Width = 239
- Height = 16
- Associate = ReleaseFader
- Max = 1
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- inline Multiplier: TVolumeFrame
- Left = 8
- Top = 6
- Width = 377
- inherited VolumeAxis: TDogAxis
- Left = 74
- Width = 239
- Min = -60
- Max = 12
- end
- inherited PercentLabel: TStaticText
- Left = 319
- end
- inherited VolumeFader: TFader
- Left = 74
- Width = 239
- Min = -60
- Max = 12
- end
- inherited VolumeBox: TNumBox
- Left = 317
- Min = -60
- Max = 12
- PageChange = 1
- Label = 'Multiplier'
- end
- inherited VolumeLabel: TStaticText
- Left = 4
- Width = 70
- Caption = 'Multiplier (dB):'
- end
- end
- inline Threshold: TVolumeFrame
- Left = 2
- Top = 47
- Width = 383
- TabOrder = 1
- inherited VolumeAxis: TDogAxis
- Left = 80
- Width = 239
- Min = -60
- Max = 0
- end
- inherited PercentLabel: TStaticText
- Left = 325
- end
- inherited VolumeFader: TFader
- Left = 80
- Width = 239
- Hint = ' (-6%)'
- Min = -60
- Max = 0
- Position = -6
- end
- inherited VolumeBox: TNumBox
- Left = 323
- Value = -6
- Min = -60
- Max = 0
- Label = 'Threshold'
- Items.Strings = (
- '0.0'
- '-2.4988'
- '-6.0206'
- '-12.041')
- Text = '-6.0'
- end
- inherited VolumeLabel: TStaticText
- Left = 4
- Width = 76
- Caption = 'Threshold (dB):'
- end
- end
- object AttackFader: TFader
- Left = 82
- Top = 88
- Width = 239
- Height = 16
- Hint = ' (0%)'
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- Associate = Attack
- Line = 0.010000000000000000
- Page = 0.100000000000000000
- Max = 1
- Position = 0.100000000000000000
- Stripe = True
- end
- object Attack: TNumBox
- Left = 325
- Top = 88
- Width = 59
- Height = 21
- TabStop = True
- Value = 0.100000000000000000
- Max = 1
- Decimal = 3
- PageChange = 0.100000000000000000
- LineChange = 0.010000000000000000
- Label = 'Attack'
- Buddy = AttackFader
- Anchors = [akTop, akRight]
- Items.Strings = (
- '0.025'
- '0.050'
- '0.075'
- '0.100'
- '0.250'
- '0.500')
- TabOrder = 3
- Text = '0.100'
- MaxLength = 7
- OnChange = Change
- end
- object AttackLabel: TStaticText
- Left = 26
- Top = 90
- Width = 52
- Height = 17
- Alignment = taRightJustify
- Caption = 'Attack (s):'
- TabOrder = 8
- end
- object ReleaseFader: TFader
- Left = 82
- Top = 128
- Width = 239
- Height = 16
- Hint = ' (0%)'
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 4
- Associate = Release
- Line = 0.010000000000000000
- Page = 0.100000000000000000
- Max = 1
- Position = 0.100000000000000000
- Stripe = True
- end
- object Release: TNumBox
- Left = 325
- Top = 128
- Width = 59
- Height = 21
- TabStop = True
- Value = 0.100000000000000000
- Max = 1
- Decimal = 3
- PageChange = 0.100000000000000000
- LineChange = 0.010000000000000000
- Label = 'Release'
- Buddy = ReleaseFader
- Anchors = [akTop, akRight]
- Items.Strings = (
- '0.025'
- '0.050'
- '0.075'
- '0.100'
- '0.250'
- '0.500')
- TabOrder = 5
- Text = '0.100'
- MaxLength = 7
- OnChange = Change
- end
- object ReleaseLabel: TStaticText
- Left = 18
- Top = 130
- Width = 60
- Height = 17
- Alignment = taRightJustify
- Caption = 'Release (s):'
- TabOrder = 9
- end
- object Expander: TRadioButton
- Left = 97
- Top = 168
- Width = 69
- Height = 17
- Caption = 'Expander'
- Checked = True
- TabOrder = 6
- TabStop = True
- end
- object Compressor: TRadioButton
- Left = 213
- Top = 168
- Width = 79
- Height = 17
- Caption = 'Compressor'
- TabOrder = 7
- end
- end
-