aboutsummaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 62f9547..8a459c7 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -7,6 +7,20 @@ This idea was started approximately in February 2005.
I want to appologize for the limited flexibility of the code at the moment.
That's why the use of this external is only recommended to developers.
+Following packages have to be installed:
+puredata (+sources)
+octave
+octave-headers
+
+Nice to have:
+bbogart's "entry" pd-external
+
+INSTALLING:
+please edit the linker parameters in "Makefile" to match your pd-sources paths
+type "make"
+TESTING:
+"pd -lib pdoctave test_pdoctave.pd"
+
This code collection consists of four pd-objects:
1. pdoctave: an object that calls octave and holds a pipe to its std in. this pipe can be acessed through the other pd-objects.