-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmainmse_sp.mfm
More file actions
721 lines (721 loc) · 17.4 KB
/
mainmse_sp.mfm
File metadata and controls
721 lines (721 loc) · 17.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
object simple_player: tmainfo
color = 10734762
bounds_x = 810
bounds_y = 58
bounds_cx = 481
bounds_cy = 400
container.optionswidget1 = []
container.frame.localprops = []
container.frame.localprops1 = []
container.frame.sbhorz.width = 0
container.frame.sbhorz.buttonminlength = 10
container.frame.sbvert.width = 0
container.frame.sbvert.buttonminlength = 10
container.bounds = (
0
0
481
400
)
options = [fo_main, fo_terminateonclose, fo_screencentered, fo_autoreadstat, fo_autowritestat, fo_savepos, fo_savezorder, fo_savestate]
caption = 'Simple Player'
windowopacity = -Inf
onclose = closeit
moduleclassname = 'tmainform'
object btnload: tbutton
color = 15132390
bounds_x = 8
bounds_y = 368
bounds_cx = 466
bounds_cy = 21
state = [as_localcaption, as_localcolor, as_localonexecute]
caption = 'Load that libraries'
onexecute = loadlibr
end
object padir: tfilenameeditx
frame.caption = 'Folder + filename of PortAudio library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 2
bounds_x = 8
bounds_y = -2
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object sfdir: tfilenameeditx
frame.caption = 'Folder + filename of SndFile library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 3
bounds_x = 8
bounds_y = 42
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object mpdir: tfilenameeditx
frame.caption = 'Folder + filename of Mpg123 library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 4
bounds_x = 8
bounds_y = 82
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object m4dir: tfilenameeditx
frame.caption = 'Folder + filename of mp4ff library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 5
bounds_x = 8
bounds_y = 122
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object fadir: tfilenameeditx
frame.caption = 'Folder + filename of faad2 library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 6
bounds_x = 8
bounds_y = 162
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object ofdir: tfilenameeditx
frame.caption = 'Folder + filename of OpusFile library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 7
bounds_x = 8
bounds_y = 202
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object panel1: tdockpanel
taborder = 1
visible = False
bounds_x = -8
bounds_y = 0
bounds_cx = 490
bounds_cy = 210
object tlabel3: tlabel
bounds_x = 88
bounds_y = 107
bounds_cx = 32
bounds_cy = 15
caption = 'Right'
reffontheight = 15
end
object tlabel2: tlabel
taborder = 1
bounds_x = 8
bounds_y = 107
bounds_cx = 23
bounds_cy = 15
caption = 'Left'
reffontheight = 15
end
object tlabel1: tlabel
taborder = 2
bounds_x = 40
bounds_y = 0
bounds_cx = 45
bounds_cy = 15
caption = 'Volume'
reffontheight = 15
end
object TrackBar2: tslider
color = 15132390
frame.localprops = [frl_fileft, frl_fitop, frl_firight, frl_fibottom]
frame.localprops1 = []
taborder = 3
bounds_x = 8
bounds_y = 18
bounds_cx = 28
bounds_cy = 88
onchange = changevolume
value = 1
scrollbar.buttonendlength = 11
scrollbar.face.localprops = []
direction = gd_up
end
object TrackBar3: tslider
color = 15132390
frame.localprops = [frl_fileft, frl_fitop, frl_firight, frl_fibottom]
frame.localprops1 = []
taborder = 4
bounds_x = 88
bounds_y = 18
bounds_cx = 28
bounds_cy = 88
onchange = changevolume
value = 1
scrollbar.buttonendlength = 11
scrollbar.face.localprops = []
direction = gd_up
end
object trackbar1: tslider
color = 15132390
frame.localprops = [frl_fileft, frl_fitop, frl_firight, frl_fibottom]
frame.localprops1 = []
taborder = 5
bounds_x = 120
bounds_y = 66
bounds_cx = 356
scrollbar.options = [sbo_moveauto, sbo_showauto, sbo_valuekeys]
scrollbar.buttonendlength = 11
scrollbar.face.localprops = []
onsetvalue = changepos
end
object checkbox1: tbooleanedit
frame.caption = 'Play Reverse'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
78
2
)
taborder = 6
bounds_x = 144
bounds_y = 161
bounds_cx = 91
bounds_cy = 17
onchange = changereverse
end
object btnstart: tbutton
color = 15132390
taborder = 7
bounds_x = 128
bounds_y = 189
bounds_cx = 82
bounds_cy = 16
state = [as_localcaption, as_localcolor, as_localonexecute]
caption = 'Play'
onexecute = playit
end
object btnresume: tbutton
color = 15132390
taborder = 8
bounds_x = 312
bounds_y = 189
bounds_cx = 74
bounds_cy = 16
state = [as_disabled, as_localdisabled, as_localcaption, as_localcolor, as_localonexecute]
caption = 'Resume'
onexecute = resumeit
end
object btnpause: tbutton
color = 15132390
taborder = 9
bounds_x = 224
bounds_y = 189
bounds_cx = 74
bounds_cy = 16
state = [as_disabled, as_localdisabled, as_localcaption, as_localcolor, as_localonexecute]
caption = 'Pause'
onexecute = pauseit
end
object button1: tbutton
color = 15132390
taborder = 10
bounds_x = 280
bounds_y = 157
bounds_cx = 50
bounds_cy = 21
state = [as_localcaption, as_localcolor, as_localonexecute]
caption = 'Reset'
onexecute = resetplugst
end
object label6: tlabel
taborder = 11
bounds_x = 280
bounds_y = 131
bounds_cx = 69
bounds_cy = 15
caption = 'Tempo: 1.0'
reffontheight = 15
end
object TrackBar4: tslider
color = 15132390
frame.localprops = [frl_fileft, frl_fitop, frl_firight, frl_fibottom]
frame.localprops1 = []
taborder = 12
bounds_x = 352
bounds_y = 130
bounds_cx = 28
bounds_cy = 56
onchange = changetempo
value = 0.5
scrollbar.buttonendlength = 11
scrollbar.face.localprops = []
direction = gd_down
end
object label7: tlabel
taborder = 13
bounds_x = 384
bounds_y = 131
bounds_cx = 58
bounds_cy = 15
caption = 'Pitch: 1.0'
reffontheight = 15
end
object TrackBar5: tslider
color = 15132390
frame.localprops = [frl_fileft, frl_fitop, frl_firight, frl_fibottom]
frame.localprops1 = []
taborder = 14
bounds_x = 448
bounds_y = 130
bounds_cx = 28
bounds_cy = 56
onchange = changetempo
value = 0.5
scrollbar.buttonendlength = 11
scrollbar.face.localprops = []
direction = gd_down
end
object btnstop: tbutton
color = 15132390
taborder = 15
bounds_x = 400
bounds_y = 189
bounds_cx = 74
bounds_cy = 16
state = [as_disabled, as_localdisabled, as_localcaption, as_localcolor, as_localonexecute]
caption = 'Stop'
onexecute = stopit
end
object tgroupbox1: tgroupbox
frame.caption = 'Sample Format'
frame.captiontextflags = [tf_bottom]
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
8
0
0
)
taborder = 16
bounds_x = 8
bounds_y = 128
bounds_cx = 106
bounds_cy = 66
object radiobutton3: tbooleaneditradio
frame.caption = 'Int 16 bit'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
60
2
)
bounds_x = 8
bounds_y = 47
bounds_cx = 73
bounds_cy = 17
end
object radiobutton2: tbooleaneditradio
frame.caption = 'Int 32 bit'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
60
2
)
taborder = 1
bounds_x = 8
bounds_y = 31
bounds_cx = 73
bounds_cy = 17
end
object radiobutton1: tbooleaneditradio
frame.caption = 'Float 32 bit'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
72
2
)
taborder = 2
bounds_x = 8
bounds_y = 15
bounds_cx = 85
bounds_cy = 17
value = True
end
end
object llength: tlabel
taborder = 17
bounds_x = 300
bounds_y = 92
bounds_cx = 96
bounds_cy = 15
caption = ' / 00:00:00.000'
reffontheight = 15
end
object lposition: tlabel
taborder = 18
bounds_x = 216
bounds_y = 92
bounds_cx = 84
bounds_cy = 15
caption = '00:00:00.000'
reffontheight = 15
end
object chkstereo2mono: tbooleanedit
frame.caption = 'Stereo to Mono'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
94
2
)
taborder = 19
bounds_x = 144
bounds_y = 110
bounds_cx = 107
bounds_cy = 17
onchange = ChangeStereo2Mono
end
object chkst2b: tbooleanedit
frame.caption = 'Stereo to Binaural'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
111
2
)
taborder = 20
bounds_x = 144
bounds_y = 134
bounds_cx = 124
bounds_cy = 17
onchange = ChangePlugSetbs2b
end
object checkbox2: tbooleanedit
frame.caption = 'Enable SoundTouch Plugin'
frame.localprops = []
frame.localprops1 = []
frame.outerframe = (
0
2
165
2
)
taborder = 21
bounds_x = 280
bounds_y = 110
bounds_cx = 178
bounds_cy = 17
end
object vuRight: tdockpanel
color = 976914
taborder = 23
bounds_x = 66
bounds_y = 24
bounds_cx = 18
bounds_cy = 82
end
object vuLeft: tdockpanel
color = 976914
taborder = 22
bounds_x = 40
bounds_y = 24
bounds_cx = 18
bounds_cy = 82
end
object songdir: tfilenameeditx
frame.caption = 'File to play'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 24
bounds_x = 120
bounds_y = 11
bounds_cx = 356
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
end
object xmdir: tfilenameeditx
frame.caption = 'Folder + filename of XMP library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 8
bounds_x = 8
bounds_y = 242
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object stdir: tfilenameeditx
frame.caption = 'Folder + filename of SoundTouch Plugin library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 9
bounds_x = 8
bounds_y = 282
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
object bsdir: tfilenameeditx
frame.caption = 'Folder + filename of bs2b Plugin library'
frame.localprops = []
frame.localprops1 = []
frame.buttons.count = 1
frame.buttons.items = <
item
imagenr = 17
end>
frame.button.imagenr = 17
frame.outerframe = (
0
18
0
0
)
taborder = 10
bounds_x = 8
bounds_y = 322
bounds_cx = 460
bounds_cy = 39
controller.fontheight = 0
controller.fontname = 'stf_default'
controller.fontcolor = -1610612734
controller.backcolor = -2147483647
controller.nopanel = False
controller.compact = False
controller.showoptions = False
controller.hidehistory = False
controller.hideicons = False
controller.showhidden = False
controller.options = [fdo_sysfilename, fdo_savelastdir]
reffontheight = 15
end
end