You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
255 B
11 lines
255 B
#ifndef HECK_DAISY_UTILS_HH
|
|
#define HECK_DAISY_UTILS_HH
|
|
|
|
#include "daisy_seed.h"
|
|
#include "types.hh"
|
|
|
|
void GetMidiTypeAsString(daisy::MidiEvent& msg, char* str);
|
|
void GetMidiRTTypeAsString(daisy::MidiEvent& msg, char* str);
|
|
|
|
|
|
#endif // HECK_DAISY_UTILS_HH
|