Browse Source

Add include for dsp/functions.hpp

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
f28eff5a56
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/Elements.cpp
  2. +1
    -0
      src/Rings.cpp

+ 1
- 0
src/Elements.cpp View File

@@ -1,5 +1,6 @@
#include <string.h>
#include "AudibleInstruments.hpp"
#include "dsp/functions.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "elements/dsp/part.h"


+ 1
- 0
src/Rings.cpp View File

@@ -1,5 +1,6 @@
#include <string.h>
#include "AudibleInstruments.hpp"
#include "dsp/functions.hpp"
#include "dsp/samplerate.hpp"
#include "dsp/ringbuffer.hpp"
#include "dsp/digital.hpp"


Loading…
Cancel
Save