fix build with MSVC

This commit is contained in:
derselbst 2019-04-17 19:20:36 +02:00
parent a0e91b9878
commit 8b448ffd4b
1 changed files with 3 additions and 2 deletions

View File

@ -5,12 +5,13 @@
#include "fluid_synth.h"
#include <string.h>
static int smpl;
// static const int CHANNELS=16;
static const int SAMPLES=1024;
enum { SAMPLES=1024 };
int render_one_mock(fluid_synth_t *synth, int blocks)
{
static int smpl;
fluid_real_t *left_in, *fx_left_in;
fluid_real_t *right_in, *fx_right_in;