mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
fix(sointu-vsti): VST crashed due to Model.MIDI being nil
This commit is contained in:
parent
c07d8000c6
commit
f427eca1f4
@ -126,7 +126,6 @@ type (
|
||||
MIDIContext interface {
|
||||
ListInputDevices() func(yield func(MIDIDevice) bool)
|
||||
Close()
|
||||
PlayerProcessContext
|
||||
}
|
||||
|
||||
MIDIDevice interface {
|
||||
|
Reference in New Issue
Block a user