Browse Source

Added minblep to dsp.hpp, removed 10.7 SDK recommendation in README

tags/v0.3.2
Andrew Belt 7 years ago
parent
commit
a8f30ca3c7
2 changed files with 1 additions and 2 deletions
  1. +0
    -2
      README.md
  2. +1
    -0
      include/dsp.hpp

+ 0
- 2
README.md View File

@@ -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 [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/). 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 ### Windows


Install [MSYS2](http://www.msys2.org/) and launch the mingw64 shell (not the default msys2 shell). Install [MSYS2](http://www.msys2.org/) and launch the mingw64 shell (not the default msys2 shell).


+ 1
- 0
include/dsp.hpp View File

@@ -8,6 +8,7 @@
#include "dsp/fir.hpp" #include "dsp/fir.hpp"
#include "dsp/decimator.hpp" #include "dsp/decimator.hpp"
#include "dsp/filter.hpp" #include "dsp/filter.hpp"
#include "dsp/minblep.hpp"




#include <assert.h> #include <assert.h>


Loading…
Cancel
Save