-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
590ded6
commit c0d2f60
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# simplemsptorch~ | ||
basic Max/MSP external with LibTorch support | ||
basic Max/MSP external with LibTorch support | ||
|
||
2 flavours: classic C (as used in the SDK), and C++ (with some ugly workarounds but does make your life easier) | ||
2 flavours: classic C (as used in the SDK), and C++ (with some ugly workarounds but does make your life easier) | ||
|
||
tested on Windows 10 x64 only, no CUDA | ||
tested on Windows 10 x64 only, no CUDA | ||
|
||
(OSX version coming soon) | ||
(OSX version coming soon) | ||
|
||
## build (Win) | ||
## build (Win) | ||
|
||
clone repo into max-sdk-8.0.3\source\ | ||
clone repo into max-sdk-8.0.3\source\ | ||
|
||
download LibTorch into (Project_Dir)/libtorch | ||
download LibTorch into (Project_Dir)/libtorch | ||
|
||
[ optional: change your project name. This means find-replacing all occurences of simplemsptorch, in every file ] | ||
*optional: change your project name. This means find-replacing all occurences of simplemsptorch, in every file* | ||
|
||
copy the libtorch *.dll files to c:\Program Files\Cycling '74\Max 8\resources\support\ (or the /support directory in your package) | ||
copy the libtorch *.dll files to c:\Program Files\Cycling '74\Max 8\resources\support\ *(or the /support directory in your package)* | ||
|
||
open the VS2017 project, set the Release / x64 configuration | ||
open the VS2017 project, set the config to Release / x64 | ||
|
||
build | ||
build |