-
Notifications
You must be signed in to change notification settings - Fork 5
/
mixer.lfm
100 lines (100 loc) · 1.75 KB
/
mixer.lfm
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
object frmMixer: TfrmMixer
Left = 2730
Height = 162
Top = 470
Width = 320
Caption = 'microM8 Audio Mixer'
ClientHeight = 162
ClientWidth = 320
LCLVersion = '2.0.0.4'
object tbMasterVol: TTrackBar
Left = 104
Height = 25
Top = 8
Width = 204
Position = 0
TabOrder = 0
end
object Label1: TLabel
Left = 6
Height = 15
Top = 8
Width = 82
Caption = 'Master Volume:'
ParentColor = False
end
object TrackBar1: TTrackBar
Left = 104
Height = 25
Top = 40
Width = 204
Position = 0
TabOrder = 1
end
object Label2: TLabel
Left = 8
Height = 15
Top = 38
Width = 44
Caption = 'Speaker:'
ParentColor = False
end
object Label3: TLabel
Left = 8
Height = 15
Top = 96
Width = 74
Caption = 'PSG0 Balance:'
ParentColor = False
end
object TrackBar2: TTrackBar
Left = 106
Height = 25
Top = 96
Width = 204
Max = 8
Position = 0
TabOrder = 2
end
object TrackBar3: TTrackBar
Left = 106
Height = 25
Top = 128
Width = 204
Max = 8
Position = 0
TabOrder = 3
end
object Label4: TLabel
Left = 8
Height = 15
Top = 128
Width = 74
Caption = 'PSG1 Balance:'
ParentColor = False
end
object Label5: TLabel
Left = 106
Height = 15
Top = 77
Width = 20
Caption = 'Left'
ParentColor = False
end
object Label6: TLabel
Left = 280
Height = 15
Top = 77
Width = 28
Caption = 'Right'
ParentColor = False
end
object Label7: TLabel
Left = 192
Height = 15
Top = 77
Width = 35
Caption = 'Center'
ParentColor = False
end
end