mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
- Migrate configuration.ac file to new autotools - add building of also the dynamic-link version within 'source/SoundTouchDLL' directory from the main-level makefile - add a simple lazarus/pascal example project that uses the dynamic-link version of the SoundTouch library Signed-off-by: Olli <oparviai'at'iki.fi>
37 lines
649 B
Plaintext
37 lines
649 B
Plaintext
object Form1: TForm1
|
|
Left = 2237
|
|
Height = 128
|
|
Top = 242
|
|
Width = 381
|
|
Caption = 'SoundTouch test'
|
|
ClientHeight = 128
|
|
ClientWidth = 381
|
|
LCLVersion = '2.2.0.4'
|
|
object Load: TButton
|
|
Left = 19
|
|
Height = 50
|
|
Top = 16
|
|
Width = 144
|
|
Caption = 'Load SoundTouch'
|
|
OnClick = LoadClick
|
|
TabOrder = 0
|
|
end
|
|
object EditVersion: TEdit
|
|
Left = 184
|
|
Height = 34
|
|
Top = 80
|
|
Width = 184
|
|
TabOrder = 1
|
|
Text = 'n/a'
|
|
TextHint = 'click to populate'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 19
|
|
Height = 17
|
|
Top = 90
|
|
Width = 156
|
|
Caption = 'Soundtouch lib version:'
|
|
WordWrap = True
|
|
end
|
|
end
|