Skip to content

Commit

Permalink
Fix several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sagamusix committed Nov 17, 2024
1 parent aed84ef commit 8baf946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JDTools/PrintPatchData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static constexpr const char *ControlDest990[] = { "PITCH", "CUTOFF", "RES", "LEV
static constexpr const char *ControlDestFX990[] = { "FX-BAL", "DS-DRV", "PH-MAN", "PH-RAT", "PH-DPT", "PH-RES", "PH-MIX", "EN-MIX", "CH-RAT", "CH-FDB", "CH-LVL", "DL-FDB", "DL-LVL", "RV-TIM", "RV-LVL" };
static constexpr const char *FXGroupASequence[] = { "DS-PH-SP-EN", "DS-PH-EN-SP", "DS-SP-EN-PH", "DS-SP-PH-EN", "DS-EN-PH-EN", "DS-EN-PH-SP", "PH-DS-SP-EN", "PH_DS-EN-SP", "PH-SP-EN-DS", "PH-SP-DS-EN", "PH-EN-DS-SP", "PH-EN-SP-DS", "SP-PH-DS-EN", "SP-PH-EN-DS", "SP-DS-EN-PH", "SP-DS-PH-EN", "SP-EN-PH-DS", "SP-EN-DS-PH", "EN-PH-SP-DS", "EN-PH-DS-SP", "EN-SP-DS-PH", "EN-SP-PH-DS", "EN-DS-PH-SP", "EN-DS-SP-PH" };
static constexpr const char *FXGroupBSequence[] = { "CHO-DLY-REV", "CHO-REV-DLY", "DLY-CHO-REV", "DLY-REV-CHO", "REV-CHO-DLY", "REV-DLY-CHO" };
static constexpr const char *DistortionType[] = { "MELLOW DIRVE", "OVERDIVE", "CRY DRIVE", "MELLO DIST", "LIGHT DIST", "FAT DIST", "FUZZ DIST" };
static constexpr const char *DistortionType[] = { "MELLOW DRIVE", "OVERDRIVE", "CRY DRIVE", "MELLOW DIST", "LIGHT DIST", "FAT DIST", "FUZZ DIST" };
static constexpr const char *DelayTime990[] = { "16th", "Triplet 8th", "8th", "Triple Quarter", "Dotted 8th", "Quarter", "Triplet half", "Dotted quarter", "Half", "Whole" };
static constexpr const char *TempoSyncVST[] = { "1/64T", "1/64", "1/32T", "1/32", "1/16T", "1/32.", "1/16", "1/8T", "1/16.", "1/8", "1/4T", "1/8.", "1/4", "1/2T", "1/4.", "1/2", "1T", "1/2.", "1", "2T", "1.", "2", "4" };
static constexpr const char *ReverbType[] = { "ROOM1", "ROOM2", "HALL1", "HALL2", "HALL3", "HALL4", "GATE", "REVERSE", "FLYING1", "FLYING2" };
Expand Down

0 comments on commit 8baf946

Please sign in to comment.