@ -1,7 +1,7 @@
#ifndef HECK_OSP_INSTR_ABSTRACT
#define HECK_OSP_INSTR_ABSTRACT
#include "globals.hh"
#include "main_osp.hh"
namespace Heck {
namespace Instrument {
#include <array>
#include <memory>
#include "track.hh"
#include "utils.hh"
#include "midiclock.hh"
@ -4,8 +4,7 @@
#include "daisysp.h"
#include "instr_interface.hh"
namespace dsp = daisysp;
struct Track {
@ -2,7 +2,7 @@
#define HECK_OSP_UTILS_HH
#include "daisy_seed.h"
void GetMidiTypeAsString(ld::MidiEvent& msg, char* str);