reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 0ee4a64659505b81065d38da22e9255894256a17
parent 77cf8048a34975dd00369410c07d951796d04301
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 22 Oct 2017 02:40:42 -0400

use justinfrankel's GitHub WDL mirror instead of cockos.com

Because http://www-dev.cockos.com/wdl/WDL.git is very slow and https >
http.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ Download these files into the `vendor` directory: 2. catch.hpp from [philsquared/Catch](https://github.com/philsquared/Catch/raw/master/single_include/catch.hpp) 3. [WDL](http://www.cockos.com/wdl/) from Cockos: - `git clone http://www-dev.cockos.com/wdl/WDL.git vendor/WDL` + `git clone https://github.com/justinfrankel/WDL.git vendor/WDL` 4. reaper_plugin_functions.h from the REAPER action "[developer] Write C++ API functions header"