Skip to content

Commit

Permalink
Release v2240220.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Feb 19, 2024
1 parent 33c4bbc commit d12acd9
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 98 deletions.
43 changes: 22 additions & 21 deletions examples/SimplePlayer_MSE.prj
Original file line number Diff line number Diff line change
Expand Up @@ -1063,18 +1063,18 @@ findhistory=1
findoptions=1
editpos=4
0,10
0,6
0,27
0,-1073741823
0,-1073741823
0,8494
bookmarks0=0
bookmarks1=0
bookmarks2=0
bookmarks3=0
sourcefiles=4
${PROJECTDIR}/SimplePlayer_MSE.pas
/home/fred/uos/examples/SimplePlayer_MSE.pas
${PROJECTDIR}/mainmse_sp.pas
${PROJECTDIR}/uos_flat.pas
${PROJECTDIR}/uos.pas
/home/fred/uos/examples/uos.pas
relpaths=4
SimplePlayer_MSE.pas
mainmse_sp.pas
Expand All @@ -1095,9 +1095,9 @@ nomenumodules=1
0
[sourcefo.files_tab]
firsttab=0
index=3
index=0
[layout]
windowlayout=542
windowlayout=543
[mainfo.basedock]
splitdir=2
useroptions=268450944
Expand All @@ -1111,8 +1111,8 @@ windowlayout=542
ny=0
ncx=0
ncy=0
x=219
y=76
x=188
y=153
cx=1231
cy=621
rcx=0
Expand Down Expand Up @@ -1228,7 +1228,7 @@ windowlayout=542
[projecttreefo]
splitdir=0
useroptions=268484715
stackedunder=componentpalettefo
stackedunder=conflangfo
parent=
mdistate=3
nx=0
Expand Down Expand Up @@ -1312,7 +1312,7 @@ windowlayout=542
[breakpointsfo]
splitdir=0
useroptions=268451947
stackedunder=conflangfo
stackedunder=projecttreefo
parent=
mdistate=0
nx=0
Expand Down Expand Up @@ -1498,7 +1498,7 @@ windowlayout=542
[componentpalettefo]
splitdir=0
useroptions=268460139
stackedunder=objectinspectorfo
stackedunder=confdebuggerfo
parent=
mdistate=0
nx=0
Expand Down Expand Up @@ -1529,7 +1529,7 @@ windowlayout=542
x=0
y=0
cx=1217
cy=59
cy=60
rcx=0
rcy=0
[debuggerfo.basedock]
Expand All @@ -1540,12 +1540,12 @@ windowlayout=542
mdistate=0
nx=0
ny=2
ncx=1206
ncx=1217
ncy=59
x=0
y=2
cx=1202
cy=59
cx=1217
cy=60
rcx=0
rcy=0
[debuggerfo.edit_options]
Expand All @@ -1556,7 +1556,8 @@ windowlayout=542
value=Pascal
[debuggerfo.file_history]
value=/home/fred/uos/examples/uos.pas
history=3
history=4
/home/fred/uos/examples/uos.pas
/home/fred/uos/examples/SimplePlayer_MSE.pas
/home/fred/uos/examples/mainmse_sp.pas
${PROJECTDIR}/main.pas
Expand All @@ -1577,19 +1578,19 @@ windowlayout=542
x=0
y=0
cx=1217
cy=445
cy=444
rcx=0
rcy=0
[sourcefo.files_tab]
firsttab=0
index=3
index=0
[confideufo.usedefaulteditoroptions]
value=0
[cpuc86_64fo]
irqoff=0
splitdir=0
useroptions=268451947
stackedunder=confdebuggerfo
stackedunder=componentpalettefo
parent=
mdistate=0
nx=0
Expand All @@ -1616,9 +1617,9 @@ windowlayout=542
ncx=0
ncy=0
x=0
y=62
y=63
cx=1217
cy=445
cy=444
rcx=0
rcy=0
[_mse_simple_player_mse_]
Expand Down
62 changes: 32 additions & 30 deletions examples/main_sp.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object Form1: TForm1
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poDesktopCenter
LCLVersion = '2.0.6.0'
LCLVersion = '3.0.0.3'
object Edit1: TEdit
Left = 130
Height = 27
Expand Down Expand Up @@ -166,8 +166,8 @@ object Form1: TForm1
Top = 344
Width = 483
Caption = 'Load that libraries'
OnClick = Button1Click
TabOrder = 0
OnClick = Button1Click
end
object Edit5: TEdit
Left = 130
Expand All @@ -176,8 +176,8 @@ object Form1: TForm1
Width = 360
Alignment = taCenter
AutoSize = False
OnChange = Edit5Change
TabOrder = 4
OnChange = Edit5Change
end
object Label6: TLabel
Left = 130
Expand Down Expand Up @@ -234,8 +234,8 @@ object Form1: TForm1
Width = 360
Alignment = taCenter
AutoSize = False
OnChange = Edit5Change
TabOrder = 6
OnChange = Edit5Change
end
object Label12: TLabel
Left = 130
Expand Down Expand Up @@ -289,6 +289,7 @@ object Form1: TForm1
ClientHeight = 232
ClientWidth = 498
Color = clMoneyGreen
ParentBackground = False
ParentColor = False
TabOrder = 9
Visible = False
Expand All @@ -304,14 +305,14 @@ object Form1: TForm1
end
object CheckBox1: TCheckBox
Left = 122
Height = 18
Height = 21
Top = 138
Width = 94
Width = 98
Caption = 'Play Reverse'
Font.Height = 12
OnChange = CheckBox1Change
ParentFont = False
TabOrder = 1
OnChange = CheckBox1Change
end
object TrackBar2: TTrackBar
Left = 120
Expand All @@ -330,7 +331,7 @@ object Form1: TForm1
Left = 12
Height = 14
Top = 115
Width = 27
Width = 26
Alignment = taCenter
Caption = 'Vol L'
Font.Height = -11
Expand All @@ -344,8 +345,8 @@ object Form1: TForm1
Top = 187
Width = 75
Caption = 'Play'
OnClick = Button3Click
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 304
Expand All @@ -354,8 +355,8 @@ object Form1: TForm1
Width = 80
Caption = 'Resume'
Enabled = False
OnClick = Button4Click
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 216
Expand All @@ -364,8 +365,8 @@ object Form1: TForm1
Width = 76
Caption = 'Pause'
Enabled = False
OnClick = Button5Click
TabOrder = 5
OnClick = Button5Click
end
object Button6: TButton
Left = 400
Expand All @@ -374,17 +375,17 @@ object Form1: TForm1
Width = 63
Caption = 'Stop'
Enabled = False
OnClick = Button6Click
TabOrder = 6
OnClick = Button6Click
end
object Button2: TButton
Left = 406
Height = 26
Top = 10
Width = 66
Caption = 'Choose'
OnClick = Button2Click
TabOrder = 7
OnClick = Button2Click
end
object TrackBar3: TTrackBar
Left = 76
Expand All @@ -403,7 +404,7 @@ object Form1: TForm1
Left = 76
Height = 14
Top = 115
Width = 29
Width = 28
Alignment = taCenter
Caption = 'Vol R'
Font.Height = -11
Expand All @@ -430,6 +431,7 @@ object Form1: TForm1
ClientWidth = 103
Color = clMoneyGreen
Font.Height = 12
ParentBackground = False
ParentFont = False
ParentColor = False
TabOrder = 9
Expand Down Expand Up @@ -512,23 +514,23 @@ object Form1: TForm1
end
object CheckBox2: TCheckBox
Left = 266
Height = 18
Height = 21
Top = 94
Width = 180
Width = 183
Caption = 'Enable SoundTouch Plugin'
Font.Height = 12
OnChange = ChangePlugSet
ParentFont = False
TabOrder = 10
OnChange = ChangePlugSet
end
object Button7: TButton
Left = 270
Height = 25
Top = 145
Width = 55
Caption = 'Reset'
OnClick = ResetPlugClick
TabOrder = 11
OnClick = ResetPlugClick
end
object Label7: TLabel
Left = 270
Expand Down Expand Up @@ -558,7 +560,7 @@ object Form1: TForm1
Max = 100
OnChange = ChangePlugSet
Orientation = trVertical
Position = 100
Position = 50
Reversed = True
TickStyle = tsNone
TabOrder = 12
Expand All @@ -578,37 +580,37 @@ object Form1: TForm1
end
object CheckBox3: TCheckBox
Left = 122
Height = 18
Height = 21
Top = 96
Width = 129
Width = 132
Caption = 'Stereo to BinAural'
Font.Height = 12
OnChange = CheckBox3Change
ParentFont = False
TabOrder = 14
OnChange = CheckBox3Change
end
object Chknoise: TCheckBox
Left = 122
Height = 18
Height = 21
Top = 160
Width = 108
Width = 112
Caption = 'Noise Remover'
Font.Height = 12
OnChange = ChknoiseChange
ParentFont = False
TabOrder = 15
Visible = False
OnChange = ChknoiseChange
end
object chkstereo2mono: TCheckBox
Left = 122
Height = 18
Height = 21
Top = 115
Width = 111
Width = 114
Caption = 'Stereo to Mono'
Font.Height = 12
OnChange = chkstereo2monoChange
ParentFont = False
TabOrder = 16
OnChange = chkstereo2monoChange
end
object TrackBar1: TTrackBar
Left = 8
Expand All @@ -625,7 +627,7 @@ object Form1: TForm1
end
end
object OpenDialog1: TOpenDialog
left = 76
top = 36
Left = 76
Top = 36
end
end
Loading

0 comments on commit d12acd9

Please sign in to comment.