aboutsummaryrefslogtreecommitdiff
path: root/memPIO/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2004-07-13 16:33:26 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:22 +0200
commit9eecc6df5283ffeecdb4f572a3847a741469926c (patch)
tree1d3a810da9498b6fbecef149c1fb1ab83e612f36 /memPIO/README.txt
parent741bc5c023a5687e41b678628ee6956b273350e4 (diff)
This commit was generated by cvs2svn to compensate for changes in r1849,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/hardware/; revision=1850
Diffstat (limited to 'memPIO/README.txt')
-rw-r--r--memPIO/README.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/memPIO/README.txt b/memPIO/README.txt
new file mode 100644
index 0000000..8551169
--- /dev/null
+++ b/memPIO/README.txt
@@ -0,0 +1,34 @@
+memPIO: an external to read from/write to the "mem-PIO"-device by bmcm ( httP://www.bmcm.de ) with pure-data.
+
+the "mem-PIO" is a USB-device that offers digital (this is: 1 & 0) I/O.
+there are 3 ports, each 8 channels.
+each port can be set to either input or output
+(not quite true: port3 is split into 2 subports (4 channels each) that can be set to input resp. output
+separately; however this is not supported by this external)
+
+
+
+general::
+memPIO is a plugin for miller.s.puckette's realtime-computermusic-environment "puredata" (or abbreviated "pd")
+this software will be of no use, if you don't have a running version of pd on your system.
+check out for http://pd.iem.at to learn more about pd and how to get it.
+
+note: [memPIO] should be published under the Gnu General Public License.
+However, it is heavily based on the example-code provided by bmcm, which does not come with a copyright notice
+(at least i didn't find one)
+
+unfortunately [memPIO] is windows only (there are no drivers for other OS! shame on bmcm)
+
+win32 :
+extract the memPIO-0_x.zip.
+start pd with the extraction path included (e.g: pd -path PATH\TO\MY\MEMPIO\)
+create an object [memPIO]
+there is a helpfile help-memPIO.pd that explains what is happening.
+
+compiling:
+if you want to compile it for yourself, use the workspace memPIO.dsw. i am not sure, whether it works with anything but m$ visual-c++ 6.0
+
+authors::
+this software is copyleft by iohannes m zmoelnig <zmoelnig@iem.kug.ac.at>
+
+