Skip to content

Commit

Permalink
fix for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Oct 2, 2024
1 parent 6214615 commit 27ed6ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ struct midi_serial_regs
struct midi_serial_regs mregs[2];
static bool serial_midi_mutexes_initialized = false;

void midi_serial_iir_check(uint8_t sel);

#ifndef __EMSCRIPTEN__

int handle_midi_event(void* data, fluid_midi_event_t* event);
void midi_serial_iir_check(uint8_t sel);

static uint8_t sysex_buffer[1024];
static int sysex_bufptr;
Expand Down

0 comments on commit 27ed6ac

Please sign in to comment.