Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
Loading...
Searching...
No Matches
midiUsb.h
Go to the documentation of this file.
1#pragma once
2
3#include "midiFileParser.h"
4
12bool usbMidiCallback(midiEvent_t* event);
13
20bool installMidiUsb(void);
Contains information for an entire MIDI event or non-MIDI meta-event.
Definition midiFileParser.h:233
bool usbMidiCallback(midiEvent_t *event)
Check for and return the next MIDI event from USB.
Definition midiUsb.c:125
bool installMidiUsb(void)
Install the MIDI USB driver.
Definition midiUsb.c:143