adamstark@78: BTrack Max External: btrack~ adamstark@78: ============================ adamstark@78: adamstark@78: adamstark@78: Build Instructions adamstark@78: ------------------ adamstark@78: adamstark@81: Edit the file maxmspsdk.xcconfig in this directory, setting the path to the c74support folder in your version of the Max SDK: adamstark@78: adamstark@78: adamstark@78: C74SUPPORT = $(SRCROOT)/../../../SDKs/MaxSDK-6.1.4/c74support/ adamstark@78: adamstark@81: adamstark@81: Also, to compile BTrack, you will require the following libraries: adamstark@81: adamstark@81: * FFTW adamstark@81: * libsamplerate adamstark@81: adamstark@81: Documentation adamstark@81: ------------- adamstark@81: adamstark@81: Please see the following two files for examples of how to use BTrack in Max: adamstark@81: adamstark@81: * btrack~.maxhelp adamstark@81: * Beat Tracking Example.maxpat adamstark@81: adamstark@81: License adamstark@81: ------- adamstark@81: adamstark@81: Copyright (c) 2014 Queen Mary University of London adamstark@81: adamstark@81: This program is free software: you can redistribute it and/or modify adamstark@81: it under the terms of the GNU General Public License as published by adamstark@81: the Free Software Foundation, either version 3 of the License, or adamstark@81: (at your option) any later version. adamstark@81: adamstark@81: This program is distributed in the hope that it will be useful, adamstark@81: but WITHOUT ANY WARRANTY; without even the implied warranty of adamstark@81: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the adamstark@81: GNU General Public License for more details. adamstark@81: adamstark@81: You should have received a copy of the GNU General Public License adamstark@81: along with this program. If not, see .