You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the app is closed using the "x" button while the PocketPOD is sending its programs, the app will become unresponsive and needs to be killed. Only applicable to Windows WinMM build, WinRT build seems to behave like pod-ui on other platforms, correctly closing the app.
The text was updated successfully, but these errors were encountered:
Looks like the blame is on the PocketPOD drivers... When closing Midi input, midir will call midiInReset, then midiInStop then more logic and finally midiInClose.
…g WinMM
Implemented logic for PocketPOD when using WinMM back-end to wait for 1 second
of quiet on the MIDI in port before closing, otherwise the app hangs (see #12).
This also changes a Quit UI event into a two-step ShutDown (which triggers MIDI
ports closing) and Quit (once the MIDI ports are closed).
If the app is closed using the "x" button while the PocketPOD is sending its programs, the app will become unresponsive and needs to be killed. Only applicable to Windows WinMM build, WinRT build seems to behave like pod-ui on other platforms, correctly closing the app.
The text was updated successfully, but these errors were encountered: