Filter :soundfont argument in start_link and pass to MIDISynth
This commit is contained in:
parent
2b38e95436
commit
3485525ba0
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue