Skip to content

Commit

Permalink
[Korg MS2000] Add a test for the Korg device detect message
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Apr 15, 2024
1 parent a4f2887 commit 65fbf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptations/KorgMS2000.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ def programs(test_data: testing.TestData) -> List[testing.ProgramTestData]:
def banks(test_data: testing.TestData) -> List:
yield bank_message

return testing.TestData(bank_generator=banks, edit_buffer_generator=programs)
return testing.TestData(bank_generator=banks, edit_buffer_generator=programs, device_detect_reply=("F0 7E 00 06 02 42 58 00 08 00 07 01 01 00 F7", 0))

0 comments on commit 65fbf27

Please sign in to comment.