Game_Music_Emu icon indicating copy to clipboard operation
Game_Music_Emu copied to clipboard

Game Music Emu - Multi-purpose console music emulator and player library

Results 17 Game_Music_Emu issues
Sort by recently updated
recently updated
newest added

How to build on linux with gcc? I tried the simplest thing, but got a lot of errors about boost::uint8 or somesuch being undefined.

Im trying to find a list of requirements and dependencies. It looks as if you now require boost? For what MSVC version are the included project files?

Is this GME library a descendant of mpayne's m0.6.1, or is it branched from the earlier builds, skipping the changes that were in that version (https://bitbucket.org/mpyne/game-music-emu/wiki/Home)?

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...

Hello there Puzzle Boy has whole main melody missing as though a channel is not being played. Please compare to actual game in an emulator. I don't know how many...

Please see: https://github.com/kode54/foo_gep/issues/4

Hi, I've done some testing on a particular vgm file which was causing issue and it seems related to huge nb of calls to run_dac_control. I've just added a counter...