Mercurial > hg > btrack
comparison modules-and-plug-ins/vamp-plugin/Makefile @ 62:2ec37d4afc37
Added installation instructions for Python module and Vamp plug-in
| author | Adam Stark <adamstark@users.noreply.github.com> |
|---|---|
| date | Mon, 27 Jan 2014 23:20:13 +0000 |
| parents | ce806db4468b |
| children | 2716b8d1b8ad |
comparison
equal
deleted
inserted
replaced
| 61:ce806db4468b | 62:2ec37d4afc37 |
|---|---|
| 15 ## VampExamplePlugins project found in the build directory of the SDK.) | 15 ## VampExamplePlugins project found in the build directory of the SDK.) |
| 16 | 16 |
| 17 | 17 |
| 18 # Edit this to the base name of your plugin library | 18 # Edit this to the base name of your plugin library |
| 19 # | 19 # |
| 20 PLUGIN_LIBRARY_NAME := btrack-vamp | 20 PLUGIN_LIBRARY_NAME := btrack |
| 21 | 21 |
| 22 # Edit this to list the .cpp or .c files in your plugin project | 22 # Edit this to list the .cpp or .c files in your plugin project |
| 23 # | 23 # |
| 24 PLUGIN_SOURCES := BTrackVamp.cpp plugins.cpp ../../src/BTrack.cpp ../../src/OnsetDetectionFunction.cpp | 24 PLUGIN_SOURCES := BTrackVamp.cpp plugins.cpp ../../src/BTrack.cpp ../../src/OnsetDetectionFunction.cpp |
| 25 | 25 |
