dart-windows / win32

Build Win32 apps with Dart!

Home Page:https://win32.pub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing midiInAddBuffer from API

mortenboye opened this issue · comments

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.