Marcin Chudy

Results 3 comments of Marcin Chudy
trafficstars

Why hasn't this been removed from the interface or marked as deprecated? It's really confusing that this method doesn't work on the newest version of the package.

Possible workaround is to start an iOS background task when executing the background callback (e.g. with this library https://pub.dev/packages/ui_background_task). I believe the problem is that the iOS can arbitrarily stop...

This would probably require writing some platform-specific code for other OSes than Windows, because Sanford.Multimedia.Midi is using P/Invoke for interacting with timers (and therefore supports only Windows). Possibly there is...