atsushieno / ktmidi

Kotlin multiplatform library for MIDI access abstraction and data processing for MIDI 1.0, MIDI 2.0, SMF, SMF2 (MIDI Clip File), and MIDI-CI.
MIT License
70 stars 7 forks source link

add fun keyword to all Listener interfaces to allow SAM constructors #33

Closed sed0 closed 1 year ago

sed0 commented 1 year ago

https://github.com/atsushieno/ktmidi/issues/29

atsushieno commented 1 year ago

Cool, thanks! I have some comments, writing inline. -> done

atsushieno commented 1 year ago

Thanks!