WohlSoft / SDL-Mixer-X

SDL Mixer X (Or "MixerX" shortly) - An audio mixer library based on the SDL library, a fork of SDL_mixer
https://wohlsoft.github.io/SDL-Mixer-X/
Other
103 stars 26 forks source link

[Enhancement] Abilty to change amount of emulated chips for ADL/OPNMIDI via GUI #28

Open freq-mod opened 5 years ago

freq-mod commented 5 years ago

Currently it's only possible via raw MIDI arguments only, but that way there is no way to pass custom bank path. Default value for OPNMIDI seems to be too low and it causes problem with choppy sound on some songs.

Wohlstand commented 5 years ago

That's quick to make, thanks for a remind, will do! :fox_face:

Wohlstand commented 5 years ago

On a quick hand, I have made few changes to the backend that adds API calls for the ability to change chips count, and I have added an ability to load custom banks by raw MIDI arguments (using x=/path/to/certain/bank.wopn;) :fox_face: The GUI of PGE MusPlay I'll update a bit later...