aboutsummaryrefslogtreecommitdiff
path: root/msd/msdND/build.txt
diff options
context:
space:
mode:
Diffstat (limited to 'msd/msdND/build.txt')
-rw-r--r--msd/msdND/build.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/msd/msdND/build.txt b/msd/msdND/build.txt
new file mode 100644
index 0000000..8b45fcb
--- /dev/null
+++ b/msd/msdND/build.txt
@@ -0,0 +1,19 @@
+
+msd can be compiled in other dimension than 1D, 2D or 3D.
+
+To do that, edit the main.cpp and the package.txt files in the msdND folder and replace "N" with the dimension you want.
+
+For example, in 13D :
+
+main.cpp file:
+
+#include "../msd.h"
+MSD("msd13D",msd13D,13)
+
+package.txt file:
+
+NAME=msd13D
+SRCS=main.cpp
+HDRS=../msd.h
+
+And then compile using flext as usual. You call it in Max/PD using the name you entered, "msd13D" here.