We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2697 - PATCH to select native midi device for win32
Summary: PATCH to select native midi device for win32
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.0
Hardware: All Windows (All)
: P2 API change
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-21 03:12 UTC by Darren Janeczek
Modified: 2014-09-24 14:54 UTC (History)
0 users

See Also:


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. (5.52 KB, patch)
2014-08-21 03:12 UTC, Darren Janeczek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Janeczek 2014-08-21 03:12:00 UTC
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.