Browse Source

the globals file is the projects global file and not abstractable

master
heck 9 months ago
parent
commit
044143e44f
  1. 2
      src/instr_interface.hh
  2. 2
      src/main_osp.cc
  3. 0
      src/main_osp.hh
  4. 3
      src/track.hh
  5. 2
      src/utils.hh

2
src/instr_interface.hh

@ -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 {

2
src/main_osp.cc

@ -1,7 +1,7 @@
#include <array>
#include <memory>
#include "globals.hh"
#include "main_osp.hh"
#include "track.hh"
#include "utils.hh"
#include "midiclock.hh"

0
src/globals.hh → src/main_osp.hh

3
src/track.hh

@ -4,8 +4,7 @@
#include "daisysp.h"
#include "instr_interface.hh"
#include "utils.hh"
#include "globals.hh"
namespace dsp = daisysp;
#include "main_osp.hh"
namespace Heck {
struct Track {

2
src/utils.hh

@ -2,7 +2,7 @@
#define HECK_OSP_UTILS_HH
#include "daisy_seed.h"
#include "globals.hh"
#include "main_osp.hh"
namespace Heck {
void GetMidiTypeAsString(ld::MidiEvent& msg, char* str);

Loading…
Cancel
Save