MIDI music and soundfonts work

This commit is contained in:
2022-07-10 18:04:24 +00:00
parent e57bf668c2
commit d8640bed5a
6 changed files with 63 additions and 45 deletions

View File

@@ -8,19 +8,11 @@
#include "time.h"
#include "music.h"
#include "SDL2/SDL.h"
#include "mix.h"
#include "dsp.h"
#define TSF_IMPLEMENTATION
#include "tsf.h"
#define TML_IMPLEMENTATION
#include "tml.h"
#define DR_WAV_IMPLEMENTATION
#include "dr_wav.h"
@@ -31,7 +23,11 @@
#include "circbuf.h"
#define TSF_IMPLEMENTATION
#include "tsf.h"
#define TML_IMPLEMENTATION
#include "tml.h"
const char *audioDriver;