home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 588
- Top = 220
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'BASS - 3D Test'
- ClientHeight = 278
- ClientWidth = 368
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel2: TBevel
- Left = 176
- Top = 8
- Width = 185
- Height = 169
- Style = bsRaised
- end
- object Bevel3: TBevel
- Left = 184
- Top = 16
- Width = 169
- Height = 153
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 161
- Height = 180
- Caption = 'Channels (sample/music)'
- TabOrder = 0
- object Bevel1: TBevel
- Left = 1
- Top = 135
- Width = 160
- Height = 9
- Shape = bsTopLine
- end
- object ListBox1: TListBox
- Left = 8
- Top = 16
- Width = 145
- Height = 57
- ItemHeight = 13
- TabOrder = 0
- OnClick = ListBox1Click
- OnKeyDown = ListBox1KeyDown
- end
- object Button1: TButton
- Left = 8
- Top = 80
- Width = 68
- Height = 20
- Caption = 'Add...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 85
- Top = 80
- Width = 68
- Height = 20
- Caption = 'Remove'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object StaticText1: TStaticText
- Left = 8
- Top = 129
- Width = 54
- Height = 17
- Caption = 'Movement'
- TabOrder = 3
- end
- object RadioButton1: TRadioButton
- Left = 7
- Top = 141
- Width = 42
- Height = 17
- Caption = 'Left'
- Enabled = False
- TabOrder = 4
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 60
- Top = 141
- Width = 50
- Height = 17
- Caption = 'Right'
- Enabled = False
- TabOrder = 5
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 109
- Top = 141
- Width = 42
- Height = 17
- Caption = 'Front'
- Enabled = False
- TabOrder = 6
- OnClick = RadioButton3Click
- end
- object RadioButton4: TRadioButton
- Left = 7
- Top = 159
- Width = 58
- Height = 17
- Caption = 'Behind'
- Enabled = False
- TabOrder = 7
- OnClick = RadioButton4Click
- end
- object RadioButton5: TRadioButton
- Left = 109
- Top = 159
- Width = 50
- Height = 17
- Caption = 'None'
- Enabled = False
- TabOrder = 8
- OnClick = RadioButton5Click
- end
- end
- object Button3: TButton
- Left = 16
- Top = 106
- Width = 68
- Height = 20
- Caption = 'Play'
- Enabled = False
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 93
- Top = 106
- Width = 68
- Height = 20
- Caption = 'Stop'
- Enabled = False
- TabOrder = 2
- OnClick = Button4Click
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 184
- Width = 161
- Height = 49
- Caption = 'EAX environment'
- TabOrder = 3
- object ComboBox1: TComboBox
- Left = 8
- Top = 16
- Width = 145
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- 'Off'
- 'Generic'
- 'Padded Cell'
- 'Room'
- 'Bathroom'
- 'Living Room'
- 'Stone Room'
- 'Auditorium'
- 'Concert Hall'
- 'Cave'
- 'Arena'
- 'Hangar'
- 'Carpeted Hallway'
- 'Hallway'
- 'Stone Corridor'
- 'Alley'
- 'Forrest'
- 'City'
- 'Mountains'
- 'Quarry'
- 'Plain'
- 'Parking Lot'
- 'Sewer Pipe'
- 'Under Water'
- 'Drugged'
- 'Dizzy'
- 'Psychotic')
- TabOrder = 0
- OnChange = ComboBox1Change
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 237
- Width = 172
- Height = 35
- Caption = 'RollOff factor'
- TabOrder = 4
- object ScrollBar1: TScrollBar
- Left = 16
- Top = 16
- Width = 145
- Height = 12
- Max = 10
- Min = -10
- TabOrder = 0
- TabStop = False
- OnChange = ScrollBar1Change
- end
- end
- object GroupBox4: TGroupBox
- Left = 189
- Top = 237
- Width = 172
- Height = 35
- Caption = 'Doppler factor'
- TabOrder = 5
- object ScrollBar2: TScrollBar
- Left = 16
- Top = 16
- Width = 145
- Height = 12
- Max = 6
- Min = -6
- TabOrder = 0
- TabStop = False
- OnChange = ScrollBar2Change
- end
- end
- object GroupBox5: TGroupBox
- Left = 176
- Top = 184
- Width = 185
- Height = 49
- Caption = 'A3D hi-freq absorbtion'
- TabOrder = 6
- object Label1: TLabel
- Left = 8
- Top = 13
- Width = 18
- Height = 13
- Caption = 'on?'
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 26
- Width = 17
- Height = 17
- Enabled = False
- TabOrder = 0
- OnClick = CheckBox1Click
- end
- object ScrollBar3: TScrollBar
- Left = 32
- Top = 26
- Width = 145
- Height = 14
- Enabled = False
- Max = 10
- Min = -10
- TabOrder = 1
- TabStop = False
- OnChange = ScrollBar3Change
- end
- end
- object Timer1: TTimer
- Interval = 50
- OnTimer = Timer1Timer
- Left = 320
- Top = 24
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'wav/mo3/xm/mod/s3m/it/mtm|*.wav;*.mo3;*.xm;*.mod;*.s3m;*.it;*.mt' +
- 'm|All files|*.*'
- Left = 320
- Top = 56
- end
- end
-