Commit 4a34d7a

Nick Faro committed on
Add hints to note preview buttons
commit 4a34d7a4edf2fc9a02b63b30818c72a9a9213a9e parent e859a81
2 changed files +10−8
ModifiedhUGEDriver +1−1
@@ -1 +1 @@
1 Subproject commit 02513a9eaabe10718bd83486478e61df5c3271af 1 Subproject commit 3de1a849a85595b1c8890b52cf929bf1b78e5492
Modifiedtracker.lfm +9−7
@@ -448,6 +448,7 @@ object frmTracker: TfrmTracker
448 object InstrumentImportButton: TButton 448 object InstrumentImportButton: TButton
449 Left = 12 449 Left = 12
450 Height = 25 450 Height = 25
451 Hint = 'Import an instrument'
451 Top = 216 452 Top = 216
452 Width = 116 453 Width = 116
453 Caption = 'Import' 454 Caption = 'Import'
@@ -458,6 +459,7 @@ object frmTracker: TfrmTracker
458 object InstrumentExportButton: TButton 459 object InstrumentExportButton: TButton
459 Left = 149 460 Left = 149
460 Height = 25 461 Height = 25
462 Hint = 'Export an instrument'
461 Top = 216 463 Top = 216
462 Width = 116 464 Width = 116
463 Caption = 'Export' 465 Caption = 'Export'
@@ -501,7 +503,7 @@ object frmTracker: TfrmTracker
501 Tag = 4 503 Tag = 4
502 Left = 110 504 Left = 110
503 Height = 25 505 Height = 25
504 Hint = 'Test out the instrument with a C-5 note' 506 Hint = 'Test out the instrument with a C-4 note'
505 Top = 146 507 Top = 146
506 Width = 27 508 Width = 27
507 Caption = '4' 509 Caption = '4'
@@ -513,7 +515,7 @@ object frmTracker: TfrmTracker
513 Tag = 3 515 Tag = 3
514 Left = 78 516 Left = 78
515 Height = 25 517 Height = 25
516 Hint = 'Test out the instrument with a C-5 note' 518 Hint = 'Test out the instrument with a C-3 note'
517 Top = 146 519 Top = 146
518 Width = 27 520 Width = 27
519 Caption = '3' 521 Caption = '3'
@@ -525,7 +527,7 @@ object frmTracker: TfrmTracker
525 Tag = 6 527 Tag = 6
526 Left = 174 528 Left = 174
527 Height = 25 529 Height = 25
528 Hint = 'Test out the instrument with a C-5 note' 530 Hint = 'Test out the instrument with a C-6 note'
529 Top = 146 531 Top = 146
530 Width = 27 532 Width = 27
531 Caption = '6' 533 Caption = '6'
@@ -537,7 +539,7 @@ object frmTracker: TfrmTracker
537 Tag = 7 539 Tag = 7
538 Left = 206 540 Left = 206
539 Height = 25 541 Height = 25
540 Hint = 'Test out the instrument with a C-5 note' 542 Hint = 'Test out the instrument with a C-7 note'
541 Top = 146 543 Top = 146
542 Width = 27 544 Width = 27
543 Caption = '7' 545 Caption = '7'
@@ -549,7 +551,7 @@ object frmTracker: TfrmTracker
549 Tag = 8 551 Tag = 8
550 Left = 238 552 Left = 238
551 Height = 25 553 Height = 25
552 Hint = 'Test out the instrument with a C-5 note' 554 Hint = 'Test out the instrument with a C-8 note'
553 Top = 146 555 Top = 146
554 Width = 27 556 Width = 27
555 Caption = '8' 557 Caption = '8'
@@ -2996,7 +2998,7 @@ object frmTracker: TfrmTracker
2996 end 2998 end
2997 object RGBDSAsmSaveDialog: TSaveDialog 2999 object RGBDSAsmSaveDialog: TSaveDialog
2998 Filter = 'RGBDS Assembly|*.asm' 3000 Filter = 'RGBDS Assembly|*.asm'
2999 Left = 248 3001 Left = 272
3000 Top = 64 3002 Top = 48
3001 end 3003 end
3002 end 3004 end