dart-windows / win32

Build Win32 apps with Dart!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
734 stars 118 forks source link

Missing midiInAddBuffer from API #762

Closed mortenboye closed 9 months ago

mortenboye commented 9 months ago

Hi, using win32 for MIDI functionality in Flutter.

it seems though that the midiInAddBuffer function is missing from winmm.g.dart

This is easy to work around, so not a huge issue, but thought it should be included for completenes.

Thanks for this wonderful package, its a life saver.