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
I want to list all types that my music player's Game_Music_Emu plug-in can play. I can iterate through types with gme_type_list(), but all I can retrieve about each type through the C API are the name of the console it's associated with (gme_type_system()) and and whether the type supports multiple movements (gme_type_multitrack()). I'd like to be able to look up the most common extension associated with a track. I can go from extension to type (gme_identify_extension()), but not the other way around.
The text was updated successfully, but these errors were encountered:
I want to list all types that my music player's Game_Music_Emu plug-in can play. I can iterate through types with
gme_type_list()
, but all I can retrieve about each type through the C API are the name of the console it's associated with (gme_type_system()
) and and whether the type supports multiple movements (gme_type_multitrack()
). I'd like to be able to look up the most common extension associated with a track. I can go from extension to type (gme_identify_extension()
), but not the other way around.The text was updated successfully, but these errors were encountered: