Skip to content

Commit

Permalink
Oberheim OB-X8 fix: name is actually 20 characters
Browse files Browse the repository at this point in the history
(cherry picked from commit c7872b4)
  • Loading branch information
christofmuc committed Feb 9, 2025
1 parent 785a9b4 commit 0c2e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptations/OberheimOBX8.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def name_info(message: List[int]) -> Tuple[int, int]:
program_data_ids=[SINGLE_PROGRAM, COMBI_PROGRAM],
banks=8,
patches_per_bank=128,
name_len=13,
name_len=20,
name_info_function=name_info,
friendlyBankName=bankName
).install(this_module)
Expand Down

0 comments on commit 0c2e0d4

Please sign in to comment.