From a8f30ca3c751e4368733991c351634bb38caebf7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 22 Sep 2017 13:38:04 -0400 Subject: [PATCH] Added minblep to dsp.hpp, removed 10.7 SDK recommendation in README --- README.md | 2 -- include/dsp.hpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dd30ea69..e7e6caca 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system Install [Xcode](https://developer.apple.com/xcode/) or *command line developer tools* with `xcode-select --install`. Install [CMake](https://cmake.org/), preferably from [Homebrew](https://brew.sh/). -If you would like MacOS 10.7+ users to be able to run your binaries and plugins, install the MacOS 10.7 SDK using the [xcodelegacy](https://github.com/devernay/xcodelegacy) script. - ### Windows Install [MSYS2](http://www.msys2.org/) and launch the mingw64 shell (not the default msys2 shell). diff --git a/include/dsp.hpp b/include/dsp.hpp index 425f91e6..19b638f4 100644 --- a/include/dsp.hpp +++ b/include/dsp.hpp @@ -8,6 +8,7 @@ #include "dsp/fir.hpp" #include "dsp/decimator.hpp" #include "dsp/filter.hpp" +#include "dsp/minblep.hpp" #include