-
Notifications
You must be signed in to change notification settings - Fork 4
/
soundgen.lfm
654 lines (654 loc) · 12.2 KB
/
soundgen.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
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
object SoundGeneratorForm: TSoundGeneratorForm
Left = 549
Height = 728
Top = 327
Width = 706
Caption = 'Sound Generator (SFXR)'
ClientHeight = 728
ClientWidth = 706
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '3.4.0.0'
object Button1: TButton
Left = 8
Height = 25
Top = 40
Width = 121
Caption = 'Pickup/coin'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Height = 25
Top = 72
Width = 121
Caption = 'Laser/shoot'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Height = 25
Top = 104
Width = 121
Caption = 'Explosion'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 8
Height = 25
Top = 136
Width = 121
Caption = 'Powerup'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 8
Height = 25
Top = 168
Width = 121
Caption = 'Hit/hurt'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 8
Height = 25
Top = 200
Width = 121
Caption = 'Jump'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 8
Height = 25
Top = 232
Width = 121
Caption = 'Blip/select'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 8
Height = 25
Top = 616
Width = 121
Caption = 'Mutate'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 8
Height = 25
Top = 648
Width = 121
Caption = 'Randomize'
TabOrder = 8
OnClick = Button9Click
end
object Label1: TLabel
Left = 8
Height = 15
Top = 8
Width = 52
Caption = 'Generator'
ParentColor = False
end
object Label2: TLabel
Left = 152
Height = 15
Top = 8
Width = 85
Caption = 'Manual Settings'
ParentColor = False
end
object GroupBox1: TGroupBox
Left = 152
Height = 112
Top = 72
Width = 409
ClientHeight = 92
ClientWidth = 405
TabOrder = 9
object ScrollBar1: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar2: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object ScrollBar3: TScrollBar
Left = 144
Height = 14
Top = 48
Width = 250
PageSize = 0
TabOrder = 2
end
object ScrollBar4: TScrollBar
Left = 144
Height = 14
Top = 72
Width = 250
PageSize = 0
TabOrder = 3
end
object Label3: TLabel
Left = 8
Height = 15
Top = 0
Width = 61
Caption = 'Attack time'
ParentColor = False
end
object Label4: TLabel
Left = 8
Height = 15
Top = 24
Width = 65
Caption = 'Sustain time'
ParentColor = False
end
object Label5: TLabel
Left = 8
Height = 15
Top = 48
Width = 75
Caption = 'Sustain punch'
ParentColor = False
end
object Label6: TLabel
Left = 8
Height = 15
Top = 72
Width = 59
Caption = 'Decay time'
ParentColor = False
end
end
object GroupBox2: TGroupBox
Left = 152
Height = 161
Top = 184
Width = 409
ClientHeight = 141
ClientWidth = 405
TabOrder = 10
object ScrollBar5: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar6: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object ScrollBar7: TScrollBar
Left = 144
Height = 14
Top = 48
Width = 250
PageSize = 0
TabOrder = 2
end
object ScrollBar8: TScrollBar
Left = 144
Height = 14
Top = 71
Width = 250
PageSize = 0
TabOrder = 3
end
object ScrollBar9: TScrollBar
Left = 144
Height = 14
Top = 96
Width = 250
PageSize = 0
TabOrder = 4
end
object ScrollBar10: TScrollBar
Left = 144
Height = 14
Top = 119
Width = 250
PageSize = 0
TabOrder = 5
end
object Label7: TLabel
Left = 8
Height = 15
Top = 0
Width = 80
Caption = 'Start frequency'
ParentColor = False
end
object Label8: TLabel
Left = 8
Height = 15
Top = 24
Width = 79
Caption = 'Min Frequency'
ParentColor = False
end
object Label9: TLabel
Left = 8
Height = 15
Top = 48
Width = 25
Caption = 'Slide'
ParentColor = False
end
object Label10: TLabel
Left = 8
Height = 15
Top = 71
Width = 54
Caption = 'Delta slide'
ParentColor = False
end
object Label11: TLabel
Left = 8
Height = 15
Top = 96
Width = 72
Caption = 'Vibrato depth'
ParentColor = False
end
object Label12: TLabel
Left = 8
Height = 15
Top = 119
Width = 72
Caption = 'Vibrato speed'
ParentColor = False
end
end
object GroupBox3: TGroupBox
Left = 152
Height = 64
Top = 345
Width = 409
ClientHeight = 44
ClientWidth = 405
TabOrder = 11
object ScrollBar11: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar12: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object Label13: TLabel
Left = 8
Height = 15
Top = 0
Width = 86
Caption = 'Change amount'
ParentColor = False
end
object Label14: TLabel
Left = 8
Height = 15
Top = 24
Width = 75
Caption = 'Change speed'
ParentColor = False
end
end
object GroupBox4: TGroupBox
Left = 152
Height = 64
Top = 409
Width = 409
ClientHeight = 44
ClientWidth = 405
TabOrder = 12
object ScrollBar13: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar14: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object Label15: TLabel
Left = 8
Height = 15
Top = 0
Width = 63
Caption = 'Square duty'
ParentColor = False
end
object Label16: TLabel
Left = 8
Height = 15
Top = 24
Width = 61
Caption = 'Duty sweep'
ParentColor = False
end
end
object GroupBox5: TGroupBox
Left = 152
Height = 48
Top = 473
Width = 409
ClientHeight = 28
ClientWidth = 405
TabOrder = 13
object ScrollBar15: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object Label17: TLabel
Left = 8
Height = 15
Top = 0
Width = 70
Caption = 'Repeat speed'
ParentColor = False
end
end
object GroupBox6: TGroupBox
Left = 152
Height = 64
Top = 521
Width = 409
ClientHeight = 44
ClientWidth = 405
TabOrder = 14
object ScrollBar16: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar17: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object Label18: TLabel
Left = 8
Height = 15
Top = 0
Width = 68
Caption = 'Phaser offset'
ParentColor = False
end
object Label19: TLabel
Left = 8
Height = 15
Top = 24
Width = 71
Caption = 'Phaser sweep'
ParentColor = False
end
end
object GroupBox7: TGroupBox
Left = 152
Height = 136
Top = 585
Width = 409
ClientHeight = 116
ClientWidth = 405
TabOrder = 15
object ScrollBar18: TScrollBar
Left = 144
Height = 14
Top = 0
Width = 250
PageSize = 0
TabOrder = 0
end
object ScrollBar19: TScrollBar
Left = 144
Height = 14
Top = 24
Width = 250
PageSize = 0
TabOrder = 1
end
object ScrollBar20: TScrollBar
Left = 144
Height = 14
Top = 48
Width = 250
PageSize = 0
TabOrder = 2
end
object ScrollBar21: TScrollBar
Left = 144
Height = 14
Top = 72
Width = 250
PageSize = 0
TabOrder = 3
end
object ScrollBar22: TScrollBar
Left = 144
Height = 14
Top = 96
Width = 250
PageSize = 0
TabOrder = 4
end
object Label20: TLabel
Left = 8
Height = 15
Top = 0
Width = 75
Caption = 'LP filter cutoff'
ParentColor = False
end
object Label21: TLabel
Left = 8
Height = 15
Top = 24
Width = 111
Caption = 'LP filter cutoff sweep'
ParentColor = False
end
object Label22: TLabel
Left = 8
Height = 15
Top = 48
Width = 97
Caption = 'LP filter resonance'
ParentColor = False
end
object Label23: TLabel
Left = 8
Height = 15
Top = 72
Width = 78
Caption = 'HP filter cutoff'
ParentColor = False
end
object Label24: TLabel
Left = 8
Height = 15
Top = 96
Width = 114
Caption = 'HP filter cutoff sweep'
ParentColor = False
end
end
object ScrollBar23: TScrollBar
Left = 568
Height = 14
Top = 256
Width = 121
PageSize = 0
TabOrder = 16
end
object Button14: TButton
Left = 576
Height = 25
Top = 288
Width = 121
Caption = 'Play sound'
TabOrder = 17
OnClick = Button14Click
end
object Button15: TButton
Left = 576
Height = 25
Top = 424
Width = 121
Caption = 'Load settings'
TabOrder = 18
OnClick = Button15Click
end
object Button16: TButton
Left = 576
Height = 25
Top = 456
Width = 121
Caption = 'Save settings'
TabOrder = 19
OnClick = Button16Click
end
object Button17: TButton
Left = 576
Height = 25
Top = 616
Width = 121
Caption = 'Export .wav'
TabOrder = 20
OnClick = Button17Click
end
object ComboBox1: TComboBox
Left = 576
Height = 23
Top = 648
Width = 121
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'44 100 HZ'
'22 050 Hz'
)
Style = csDropDownList
TabOrder = 21
Text = '44 100 HZ'
OnChange = ComboBox1Change
end
object ComboBox2: TComboBox
Left = 576
Height = 23
Top = 680
Width = 121
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'16-Bit'
'8-Bit'
)
Style = csDropDownList
TabOrder = 22
Text = '16-Bit'
OnChange = ComboBox2Change
end
object Label25: TLabel
Left = 618
Height = 15
Top = 239
Width = 40
Caption = 'Volume'
ParentColor = False
end
object RadioGroup1: TRadioGroup
Left = 152
Height = 41
Top = 24
Width = 409
AutoFill = True
Caption = ' Wave Type '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 4
ClientHeight = 21
ClientWidth = 405
Columns = 4
ItemIndex = 0
Items.Strings = (
'Squarewave'
'Sawtooth'
'Sinewave'
'Noise'
)
OnClick = RadioGroup1Click
TabOrder = 23
end
object SaveDialog1: TSaveDialog
DefaultExt = '.wav'
Filter = 'Audio File|*.wav|All files|*.*'
Left = 648
Top = 568
end
object SaveDialog2: TSaveDialog
DefaultExt = '.sfs'
Filter = 'Sound maker settings|*.sfs|All|*.*'
Left = 648
Top = 488
end
object OpenDialog1: TOpenDialog
DefaultExt = '.sfs'
Filter = 'Sound maker settings|*.sfs|All|*.*'
Left = 648
Top = 368
end
end