- cleanup of the TimidityMIDIDevice(GUS) backend code to eliminate the storage in global variables and to remove the dependencies on core ZDoom code.

The organization here is now the same as for the Timidity++ device, i.e. it is the device owning the instruments to give better control over their lifecycle.
This commit is contained in:
Christoph Oelckers 2019-09-24 23:08:56 +02:00
commit d557f609cf
24 changed files with 1547 additions and 916 deletions

View file

@ -24,7 +24,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <exception>
#include "timidity.h"
namespace Timidity