| Summary: | PATCH to select native midi device for win32 | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Darren Janeczek <darren.janeczek> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | API change | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Attachments: | Select native midi devices: The patch also implements 'default' implementations of added API for non-windows (i.e. mac, macosx, haiku platforms) which can be expanded upon further. | ||
Created attachment 1836 [details] Select native midi devices: The patch also implements 'default' implementations of added API for non-windows (i.e. mac, macosx, haiku platforms) which can be expanded upon further. Recent changes in Windows have removed the capability of changing the default MIDI device. This patch enumerates native midi devices in Windows and provides a functions for retrieving device names and changing the selected device. The patch also implements 'default' implementations of added API for non-windows (i.e. mac, macosx, haiku platforms) which can be expanded upon further.