11BTrack Max External: btrack~
22============================
33
4+ Download the latest build
5+ -------------------------
6+
7+ [ Download latest Max external] ( https://github.com/adamstark/Btrack/releases/latest/download/btrack~.zip )
8+
9+ IMPORTANT: Once you have downloaded the external, in terminal navigate to where the ` btrack~.mxo ` is and run:
10+
11+ xattr -d com.apple.quarantine btrack~.mxo
12+
13+ This will remove any quarantine complaints
414
515Build Instructions
616------------------
717
8- Edit the file maxmspsdk.xcconfig in this directory, setting the path to the c74support folder in your version of the Max SDK:
18+ To build the Max external clone the repo:
19+
20+ git clone https://github.com/adamstark/BTrack.git
21+
22+ Change to the ` btrack~ ` max external directory:
23+
24+ cd plugins/max-external/btrack~
25+
26+ Run the build script:
927
28+ chmod +x ./build-max-external.sh
29+ ./build-max-external.sh
1030
11- C74SUPPORT = $(SRCROOT)/../../../SDKs/MaxSDK-6.1.4/c74support/
12-
13-
14- Also, to compile BTrack, you will require the following libraries:
31+ The resulting external will be:
1532
16- * FFTW
17- * libsamplerate
33+ plugins/max-external/btrack~/output/btrack~.mxo
1834
1935Documentation
2036-------------
@@ -40,4 +56,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4056GNU General Public License for more details.
4157
4258You should have received a copy of the GNU General Public License
43- along with this program. If not, see < http://www.gnu.org/licenses/ > .
59+ along with this program. If not, see < http://www.gnu.org/licenses/ > .
0 commit comments