mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
refactor(tracker): change Iterate() func(yield):s to Iterate(yield)
This commit is contained in:
parent
3986bbede7
commit
b494a69a76
@ -124,7 +124,7 @@ type (
|
||||
Dialog int
|
||||
|
||||
MIDIContext interface {
|
||||
ListInputDevices() func(yield func(MIDIDevice) bool)
|
||||
InputDevices(yield func(MIDIDevice) bool)
|
||||
Close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user