Filter :soundfont argument in start_link and pass to MIDISynth

This commit is contained in:
Pim Kunis 2020-10-14 15:05:04 +02:00
parent 2b38e95436
commit 3485525ba0
3 changed files with 10 additions and 7 deletions

View file

@ -10,8 +10,7 @@ defmodule MIDIPlayer.EventTest do
end
test "change program event" do
assert %Event.ChangeProgram{channel: 0, time: 1, program: 40} =
Event.change_program(0, 1, 40)
assert %Event.ChangeProgram{channel: 0, time: 1, program: 40} = Event.change_program(0, 1, 40)
end
test "note event conversion" do