wip midi
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <glad/egl.h>
|
||||
#include <glad/gl.h>
|
||||
#include <hashmap.h>
|
||||
@@ -148,4 +149,10 @@ typedef struct ConfigFileItem {
|
||||
char value[2048];
|
||||
} ConfigFileItem;
|
||||
|
||||
typedef struct MidiDevice {
|
||||
bool error;
|
||||
snd_rawmidi_t *input;
|
||||
snd_rawmidi_t *output;
|
||||
} MidiDevice;
|
||||
|
||||
#endif /* TYPES_H */
|
||||
Reference in New Issue
Block a user