Skip to content

Commit d12acd9

Browse files
committed
Release v2240220.
1 parent 33c4bbc commit d12acd9

File tree

3 files changed

+109
-98
lines changed

3 files changed

+109
-98
lines changed

examples/SimplePlayer_MSE.prj

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,18 +1063,18 @@ findhistory=1
10631063
findoptions=1
10641064
editpos=4
10651065
0,10
1066-
0,6
1067-
0,27
1066+
0,-1073741823
1067+
0,-1073741823
10681068
0,8494
10691069
bookmarks0=0
10701070
bookmarks1=0
10711071
bookmarks2=0
10721072
bookmarks3=0
10731073
sourcefiles=4
1074-
${PROJECTDIR}/SimplePlayer_MSE.pas
1074+
/home/fred/uos/examples/SimplePlayer_MSE.pas
10751075
${PROJECTDIR}/mainmse_sp.pas
10761076
${PROJECTDIR}/uos_flat.pas
1077-
${PROJECTDIR}/uos.pas
1077+
/home/fred/uos/examples/uos.pas
10781078
relpaths=4
10791079
SimplePlayer_MSE.pas
10801080
mainmse_sp.pas
@@ -1095,9 +1095,9 @@ nomenumodules=1
10951095
0
10961096
[sourcefo.files_tab]
10971097
firsttab=0
1098-
index=3
1098+
index=0
10991099
[layout]
1100-
windowlayout=542
1100+
windowlayout=543
11011101
[mainfo.basedock]
11021102
splitdir=2
11031103
useroptions=268450944
@@ -1111,8 +1111,8 @@ windowlayout=542
11111111
ny=0
11121112
ncx=0
11131113
ncy=0
1114-
x=219
1115-
y=76
1114+
x=188
1115+
y=153
11161116
cx=1231
11171117
cy=621
11181118
rcx=0
@@ -1228,7 +1228,7 @@ windowlayout=542
12281228
[projecttreefo]
12291229
splitdir=0
12301230
useroptions=268484715
1231-
stackedunder=componentpalettefo
1231+
stackedunder=conflangfo
12321232
parent=
12331233
mdistate=3
12341234
nx=0
@@ -1312,7 +1312,7 @@ windowlayout=542
13121312
[breakpointsfo]
13131313
splitdir=0
13141314
useroptions=268451947
1315-
stackedunder=conflangfo
1315+
stackedunder=projecttreefo
13161316
parent=
13171317
mdistate=0
13181318
nx=0
@@ -1498,7 +1498,7 @@ windowlayout=542
14981498
[componentpalettefo]
14991499
splitdir=0
15001500
useroptions=268460139
1501-
stackedunder=objectinspectorfo
1501+
stackedunder=confdebuggerfo
15021502
parent=
15031503
mdistate=0
15041504
nx=0
@@ -1529,7 +1529,7 @@ windowlayout=542
15291529
x=0
15301530
y=0
15311531
cx=1217
1532-
cy=59
1532+
cy=60
15331533
rcx=0
15341534
rcy=0
15351535
[debuggerfo.basedock]
@@ -1540,12 +1540,12 @@ windowlayout=542
15401540
mdistate=0
15411541
nx=0
15421542
ny=2
1543-
ncx=1206
1543+
ncx=1217
15441544
ncy=59
15451545
x=0
15461546
y=2
1547-
cx=1202
1548-
cy=59
1547+
cx=1217
1548+
cy=60
15491549
rcx=0
15501550
rcy=0
15511551
[debuggerfo.edit_options]
@@ -1556,7 +1556,8 @@ windowlayout=542
15561556
value=Pascal
15571557
[debuggerfo.file_history]
15581558
value=/home/fred/uos/examples/uos.pas
1559-
history=3
1559+
history=4
1560+
/home/fred/uos/examples/uos.pas
15601561
/home/fred/uos/examples/SimplePlayer_MSE.pas
15611562
/home/fred/uos/examples/mainmse_sp.pas
15621563
${PROJECTDIR}/main.pas
@@ -1577,19 +1578,19 @@ windowlayout=542
15771578
x=0
15781579
y=0
15791580
cx=1217
1580-
cy=445
1581+
cy=444
15811582
rcx=0
15821583
rcy=0
15831584
[sourcefo.files_tab]
15841585
firsttab=0
1585-
index=3
1586+
index=0
15861587
[confideufo.usedefaulteditoroptions]
15871588
value=0
15881589
[cpuc86_64fo]
15891590
irqoff=0
15901591
splitdir=0
15911592
useroptions=268451947
1592-
stackedunder=confdebuggerfo
1593+
stackedunder=componentpalettefo
15931594
parent=
15941595
mdistate=0
15951596
nx=0
@@ -1616,9 +1617,9 @@ windowlayout=542
16161617
ncx=0
16171618
ncy=0
16181619
x=0
1619-
y=62
1620+
y=63
16201621
cx=1217
1621-
cy=445
1622+
cy=444
16221623
rcx=0
16231624
rcy=0
16241625
[_mse_simple_player_mse_]

examples/main_sp.lfm

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object Form1: TForm1
8585
OnCreate = FormCreate
8686
OnDestroy = FormDestroy
8787
Position = poDesktopCenter
88-
LCLVersion = '2.0.6.0'
88+
LCLVersion = '3.0.0.3'
8989
object Edit1: TEdit
9090
Left = 130
9191
Height = 27
@@ -166,8 +166,8 @@ object Form1: TForm1
166166
Top = 344
167167
Width = 483
168168
Caption = 'Load that libraries'
169-
OnClick = Button1Click
170169
TabOrder = 0
170+
OnClick = Button1Click
171171
end
172172
object Edit5: TEdit
173173
Left = 130
@@ -176,8 +176,8 @@ object Form1: TForm1
176176
Width = 360
177177
Alignment = taCenter
178178
AutoSize = False
179-
OnChange = Edit5Change
180179
TabOrder = 4
180+
OnChange = Edit5Change
181181
end
182182
object Label6: TLabel
183183
Left = 130
@@ -234,8 +234,8 @@ object Form1: TForm1
234234
Width = 360
235235
Alignment = taCenter
236236
AutoSize = False
237-
OnChange = Edit5Change
238237
TabOrder = 6
238+
OnChange = Edit5Change
239239
end
240240
object Label12: TLabel
241241
Left = 130
@@ -289,6 +289,7 @@ object Form1: TForm1
289289
ClientHeight = 232
290290
ClientWidth = 498
291291
Color = clMoneyGreen
292+
ParentBackground = False
292293
ParentColor = False
293294
TabOrder = 9
294295
Visible = False
@@ -304,14 +305,14 @@ object Form1: TForm1
304305
end
305306
object CheckBox1: TCheckBox
306307
Left = 122
307-
Height = 18
308+
Height = 21
308309
Top = 138
309-
Width = 94
310+
Width = 98
310311
Caption = 'Play Reverse'
311312
Font.Height = 12
312-
OnChange = CheckBox1Change
313313
ParentFont = False
314314
TabOrder = 1
315+
OnChange = CheckBox1Change
315316
end
316317
object TrackBar2: TTrackBar
317318
Left = 120
@@ -330,7 +331,7 @@ object Form1: TForm1
330331
Left = 12
331332
Height = 14
332333
Top = 115
333-
Width = 27
334+
Width = 26
334335
Alignment = taCenter
335336
Caption = 'Vol L'
336337
Font.Height = -11
@@ -344,8 +345,8 @@ object Form1: TForm1
344345
Top = 187
345346
Width = 75
346347
Caption = 'Play'
347-
OnClick = Button3Click
348348
TabOrder = 3
349+
OnClick = Button3Click
349350
end
350351
object Button4: TButton
351352
Left = 304
@@ -354,8 +355,8 @@ object Form1: TForm1
354355
Width = 80
355356
Caption = 'Resume'
356357
Enabled = False
357-
OnClick = Button4Click
358358
TabOrder = 4
359+
OnClick = Button4Click
359360
end
360361
object Button5: TButton
361362
Left = 216
@@ -364,8 +365,8 @@ object Form1: TForm1
364365
Width = 76
365366
Caption = 'Pause'
366367
Enabled = False
367-
OnClick = Button5Click
368368
TabOrder = 5
369+
OnClick = Button5Click
369370
end
370371
object Button6: TButton
371372
Left = 400
@@ -374,17 +375,17 @@ object Form1: TForm1
374375
Width = 63
375376
Caption = 'Stop'
376377
Enabled = False
377-
OnClick = Button6Click
378378
TabOrder = 6
379+
OnClick = Button6Click
379380
end
380381
object Button2: TButton
381382
Left = 406
382383
Height = 26
383384
Top = 10
384385
Width = 66
385386
Caption = 'Choose'
386-
OnClick = Button2Click
387387
TabOrder = 7
388+
OnClick = Button2Click
388389
end
389390
object TrackBar3: TTrackBar
390391
Left = 76
@@ -403,7 +404,7 @@ object Form1: TForm1
403404
Left = 76
404405
Height = 14
405406
Top = 115
406-
Width = 29
407+
Width = 28
407408
Alignment = taCenter
408409
Caption = 'Vol R'
409410
Font.Height = -11
@@ -430,6 +431,7 @@ object Form1: TForm1
430431
ClientWidth = 103
431432
Color = clMoneyGreen
432433
Font.Height = 12
434+
ParentBackground = False
433435
ParentFont = False
434436
ParentColor = False
435437
TabOrder = 9
@@ -512,23 +514,23 @@ object Form1: TForm1
512514
end
513515
object CheckBox2: TCheckBox
514516
Left = 266
515-
Height = 18
517+
Height = 21
516518
Top = 94
517-
Width = 180
519+
Width = 183
518520
Caption = 'Enable SoundTouch Plugin'
519521
Font.Height = 12
520-
OnChange = ChangePlugSet
521522
ParentFont = False
522523
TabOrder = 10
524+
OnChange = ChangePlugSet
523525
end
524526
object Button7: TButton
525527
Left = 270
526528
Height = 25
527529
Top = 145
528530
Width = 55
529531
Caption = 'Reset'
530-
OnClick = ResetPlugClick
531532
TabOrder = 11
533+
OnClick = ResetPlugClick
532534
end
533535
object Label7: TLabel
534536
Left = 270
@@ -558,7 +560,7 @@ object Form1: TForm1
558560
Max = 100
559561
OnChange = ChangePlugSet
560562
Orientation = trVertical
561-
Position = 100
563+
Position = 50
562564
Reversed = True
563565
TickStyle = tsNone
564566
TabOrder = 12
@@ -578,37 +580,37 @@ object Form1: TForm1
578580
end
579581
object CheckBox3: TCheckBox
580582
Left = 122
581-
Height = 18
583+
Height = 21
582584
Top = 96
583-
Width = 129
585+
Width = 132
584586
Caption = 'Stereo to BinAural'
585587
Font.Height = 12
586-
OnChange = CheckBox3Change
587588
ParentFont = False
588589
TabOrder = 14
590+
OnChange = CheckBox3Change
589591
end
590592
object Chknoise: TCheckBox
591593
Left = 122
592-
Height = 18
594+
Height = 21
593595
Top = 160
594-
Width = 108
596+
Width = 112
595597
Caption = 'Noise Remover'
596598
Font.Height = 12
597-
OnChange = ChknoiseChange
598599
ParentFont = False
599600
TabOrder = 15
600601
Visible = False
602+
OnChange = ChknoiseChange
601603
end
602604
object chkstereo2mono: TCheckBox
603605
Left = 122
604-
Height = 18
606+
Height = 21
605607
Top = 115
606-
Width = 111
608+
Width = 114
607609
Caption = 'Stereo to Mono'
608610
Font.Height = 12
609-
OnChange = chkstereo2monoChange
610611
ParentFont = False
611612
TabOrder = 16
613+
OnChange = chkstereo2monoChange
612614
end
613615
object TrackBar1: TTrackBar
614616
Left = 8
@@ -625,7 +627,7 @@ object Form1: TForm1
625627
end
626628
end
627629
object OpenDialog1: TOpenDialog
628-
left = 76
629-
top = 36
630+
Left = 76
631+
Top = 36
630632
end
631633
end

0 commit comments

Comments
 (0)