Mercurial > hg > silvet
changeset 234:8aa810eeff40 norm
Bring in flatten-dynamics plugin code
author | Chris Cannam |
---|---|
date | Thu, 17 Jul 2014 16:29:18 +0100 |
parents | 7cb021e40732 |
children | b5a8836dd2a4 |
files | .hgsub .hgsubstate Makefile.inc Makefile.linux |
diffstat | 4 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Wed Jul 16 18:35:07 2014 +0100 +++ b/.hgsub Thu Jul 17 16:29:18 2014 +0100 @@ -1,2 +1,3 @@ constant-q-cpp = https://code.soundsoftware.ac.uk/hg/constant-q-cpp bqvec = https://bitbucket.org/breakfastquay/bqvec +flattendynamics = https://code.soundsoftware.ac.uk/hg/flattendynamics
--- a/.hgsubstate Wed Jul 16 18:35:07 2014 +0100 +++ b/.hgsubstate Thu Jul 17 16:29:18 2014 +0100 @@ -1,2 +1,3 @@ a2621605a8c2119bb063c59e83f4fe792a58e4ac bqvec e6b00b4788bedadb1ca855ea4f67a765fbe52034 constant-q-cpp +12d364f12d37f8836f81a3895500ad8f6bee9acf flattendynamics
--- a/Makefile.inc Wed Jul 16 18:35:07 2014 +0100 +++ b/Makefile.inc Thu Jul 17 16:29:18 2014 +0100 @@ -32,7 +32,7 @@ LIBS := $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a -all: constant-q-cpp $(PLUGIN) +all: constant-q-cpp flattendynamics $(PLUGIN) $(PLUGIN): $(OBJECTS) $(LIBS) $(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS)