Skip to content

Commit

Permalink
Roland D-50: One more test
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Feb 7, 2025
1 parent 69a6ef5 commit f21ef13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adaptations/RolandD50.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,9 @@ def make_patches(test_data: testing.TestData) -> List[testing.ProgramTestData]:
yield testing.ProgramTestData(message=patches[0], name="SOUNDTRACK II ")
yield testing.ProgramTestData(message=patches[17], name="DIMENSIONAL PAD ")

onemore = knobkraft.load_sysex("testData/Roland_D50/vibraphone edit buffer.syx", as_single_list=True)
yield testing.ProgramTestData(message=onemore, name="Vibraphone ")

def make_programs(test_data: testing.TestData) -> List[testing.ProgramTestData]:
patches = extractPatchesFromAllBankMessages(test_data.all_messages)
prog0 = d_50.convertToProgramDump(11, patches[0], 12)
Expand Down
Binary file not shown.

0 comments on commit f21ef13

Please sign in to comment.