| Summary: | make native_midi_osx to work back to 10.2 | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X 10.3 (PPC) | ||
| Attachments: | native_midi_macosx.c 10.2.x patch | ||
Thanks for the patch, but SDL only supports 10.4 and newer at this point. |
Created attachment 1073 [details] native_midi_macosx.c 10.2.x patch Noticed the web link in GetSequenceLength() and upon checking it saw that you are using kSequenceTrackProperty_TrackLength which is specific to 10.3 and newer. The attached patch makes native_midi_macosx.c to work back to 10.2. Nothing oh-so-very-importtant, but might be nice to have.