home *** CD-ROM | disk | FTP | other *** search
- inherited SilenceReductionForm: TSilenceReductionForm
- Caption = 'Silence Reduction'
- ClientHeight = 79
- ClientWidth = 458
- OldCreateOrder = True
- ExplicitWidth = 458
- ExplicitHeight = 79
- PixelsPerInch = 96
- TextHeight = 13
- object MinimumLengthAxis: TDogAxis
- Left = 119
- Top = 60
- Width = 268
- Height = 16
- Associate = MinimulLengthFader
- Min = 0.010000000000000000
- Max = 10.000000000000000000
- Border = 22
- Anchors = [akLeft, akTop, akRight]
- end
- inline Threshold: TVolumeFrame
- Left = -1
- Top = 3
- Width = 452
- Height = 39
- TabOrder = 0
- TabStop = True
- ExplicitLeft = -1
- ExplicitTop = 3
- ExplicitWidth = 452
- inherited VolumeAxis: TDogAxis
- Left = 120
- Width = 268
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- ExplicitLeft = 120
- ExplicitWidth = 268
- end
- inherited PercentLabel: TStaticText
- Left = 394
- ExplicitLeft = 394
- end
- inherited VolumeFader: TFader
- Left = 120
- Width = 268
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- Position = -6.000000000000000000
- ExplicitLeft = 120
- ExplicitWidth = 268
- end
- inherited VolumeBox: TNumBox
- Left = 392
- Value = -6.000000000000000000
- Min = -90.000000000000000000
- Max = 0.000000000000000000
- Label = 'Threshold'
- Items.Strings = (
- '-12.041'
- '-18.0'
- '-24.0'
- '-36.0'
- '-48.0'
- '-60.0')
- Text = '-6.0'
- ExplicitLeft = 392
- end
- inherited VolumeLabel: TStaticText
- Left = 6
- Width = 110
- Caption = 'Silence threshold (dB):'
- ExplicitLeft = 6
- ExplicitWidth = 110
- end
- end
- object MinimulLengthFader: TFader
- Left = 119
- Top = 44
- Width = 268
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- Associate = MinimumLength
- Line = 0.100000000000000000
- Page = 1.000000000000000000
- Min = 0.010000000000000000
- Max = 10.000000000000000000
- Position = 0.100000000000000000
- Stripe = True
- end
- object MinimumLength: TNumBox
- Left = 391
- Top = 44
- Width = 59
- Height = 21
- Value = 1.000000000000000000
- Min = 0.010000000000000000
- Max = 10.000000000000000000
- Decimal = 3
- PageChange = 1.000000000000000000
- LineChange = 0.100000000000000000
- Label = 'Minimum length'
- Buddy = MinimulLengthFader
- Anchors = [akTop, akRight]
- AutoComplete = False
- Items.Strings = (
- '0.25'
- '0.50'
- '0.75'
- '1.0'
- '2.0'
- '5.0'
- '10.0')
- TabOrder = 2
- Text = '1.000'
- MaxLength = 7
- OnChange = Change
- end
- object LengthLabel: TStaticText
- Left = 12
- Top = 46
- Width = 103
- Height = 17
- Alignment = taRightJustify
- Caption = 'Reduce to length (s):'
- TabOrder = 3
- end
- end
-