fix(sointu-vsti): VST crashed due to Model.MIDI being nil

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-10-14 16:57:21 +03:00
parent c07d8000c6
commit f427eca1f4
3 changed files with 19 additions and 7 deletions

View File

@ -126,7 +126,6 @@ type (
MIDIContext interface {
ListInputDevices() func(yield func(MIDIDevice) bool)
Close()
PlayerProcessContext
}
MIDIDevice interface {