annotate modules-and-plug-ins/max-external/README.md @ 113:1fb8df379f2d

Update README
author Adam Stark <adamstark.uk@gmail.com>
date Fri, 18 Aug 2023 10:44:50 +0200
parents fd3ac263f42b
children
rev   line source
adamstark@78 1 BTrack Max External: btrack~
adamstark@78 2 ============================
adamstark@78 3
adamstark@78 4
adamstark@78 5 Build Instructions
adamstark@78 6 ------------------
adamstark@78 7
adamstark@81 8 Edit the file maxmspsdk.xcconfig in this directory, setting the path to the c74support folder in your version of the Max SDK:
adamstark@78 9
adamstark@78 10
adamstark@78 11 C74SUPPORT = $(SRCROOT)/../../../SDKs/MaxSDK-6.1.4/c74support/
adamstark@78 12
adamstark@81 13
adamstark@81 14 Also, to compile BTrack, you will require the following libraries:
adamstark@81 15
adamstark@81 16 * FFTW
adamstark@81 17 * libsamplerate
adamstark@81 18
adamstark@81 19 Documentation
adamstark@81 20 -------------
adamstark@81 21
adamstark@81 22 Please see the following two files for examples of how to use BTrack in Max:
adamstark@81 23
adamstark@81 24 * btrack~.maxhelp
adamstark@81 25 * Beat Tracking Example.maxpat
adamstark@81 26
adamstark@81 27 License
adamstark@81 28 -------
adamstark@81 29
adamstark@81 30 Copyright (c) 2014 Queen Mary University of London
adamstark@81 31
adamstark@81 32 This program is free software: you can redistribute it and/or modify
adamstark@81 33 it under the terms of the GNU General Public License as published by
adamstark@81 34 the Free Software Foundation, either version 3 of the License, or
adamstark@81 35 (at your option) any later version.
adamstark@81 36
adamstark@81 37 This program is distributed in the hope that it will be useful,
adamstark@81 38 but WITHOUT ANY WARRANTY; without even the implied warranty of
adamstark@81 39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
adamstark@81 40 GNU General Public License for more details.
adamstark@81 41
adamstark@81 42 You should have received a copy of the GNU General Public License
adamstark@81 43 along with this program. If not, see <http://www.gnu.org/licenses/>.