Dan Muller
Dan Muller
Addresses issue #134. This adds support for shared folders which a user has "added to their OneDrive". Such folders appear as, effectively, symbolic links in the user's default root folder....
DrRacket 7, running on Windows 10 version 1803 I've been working on a GUI program that needs to show a table of data, the columns of which change according to...
I fixed the markdown formatting, made the function headings a little more descriptive by adding arguments to them, and made a variety of other small improvements to the text in...
Fixes #122 On Windows using the winmm backend, midiOutReset was being called before midiOutClose, presumably to cancel any pending output. This caused extra MIDI commands to be sent. Instead, we...
When a MIDI output connection is closed on Windows, this results in a call to midiOutReset. This sends "all notes off" and "reset all controllers" MIDI commands to every MIDI...