Added new GUI based on wxWidgets. Patch from bit.
This commit is contained in:
parent
a2f44b8ea7
commit
7fe91626d6
60 changed files with 11647 additions and 78 deletions
14
src/wx-sdl2-midi.c
Normal file
14
src/wx-sdl2-midi.c
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include <inttypes.h>
|
||||
#include "plat-midi.h"
|
||||
|
||||
void midi_init()
|
||||
{
|
||||
}
|
||||
|
||||
void midi_close()
|
||||
{
|
||||
}
|
||||
|
||||
void midi_write(uint8_t val)
|
||||
{
|
||||
}
|
||||
Loading…
Reference in a new issue