home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 194
- Top = 118
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'BASS simple DSP Test'
- ClientHeight = 80
- ClientWidth = 300
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 284
- Height = 23
- Caption = 'click here to open a file...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 60
- Top = 48
- Width = 57
- Height = 17
- Caption = 'rotate'
- TabOrder = 1
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 120
- Top = 48
- Width = 49
- Height = 17
- Caption = 'echo'
- TabOrder = 2
- OnClick = CheckBox2Click
- end
- object CheckBox3: TCheckBox
- Left = 180
- Top = 48
- Width = 57
- Height = 17
- Caption = 'flanger'
- TabOrder = 3
- OnClick = CheckBox3Click
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'playable files|*.mo3;*.xm;*.mod;*.s3m;*.it;*.mtm;*.mp3;*.wav|All' +
- ' files|*.*'
- Left = 264
- Top = 40
- end
- end
-