diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-15 00:57:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-15 00:57:02 +0000 |
commit | 90d5b8b4a064420d74678654e94ea4755b377f21 (patch) | |
tree | 5d49b9f6ae17b75c98ad1a8302a0d84f1d99f75b /pd/portmidi/pm_linux/README_LINUX.txt | |
parent | 59ad9e9cf0a72b31f8bfd371cb97536ed4d4fe61 (diff) |
checking in missing files on behalf of Miller (cleared it with him first). The files are from portmidi17nov04.zip
svn path=/trunk/; revision=4216
Diffstat (limited to 'pd/portmidi/pm_linux/README_LINUX.txt')
-rw-r--r-- | pd/portmidi/pm_linux/README_LINUX.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pd/portmidi/pm_linux/README_LINUX.txt b/pd/portmidi/pm_linux/README_LINUX.txt new file mode 100644 index 00000000..e8a4332f --- /dev/null +++ b/pd/portmidi/pm_linux/README_LINUX.txt @@ -0,0 +1,32 @@ +README_LINUX.txt for PortMidi
+Roger Dannenberg
+8 June 2004
+
+To make PortMidi and PortTime, go back up to the portmidi
+directory and type make.
+
+The Makefile will build all test programs and the portmidi
+library. You may want to modify the Makefile to remove the
+PM_CHECK_ERRORS definition. For experimental software,
+especially programs running from the command line, we
+recommend using PM_CHECK_ERRORS -- it will terminate your
+program and print a helpful message if any PortMidi
+function returns an error code.
+
+If you do not compile with PM_CHECK_ERRORS, you should
+check for errors yourself.
+
+This code has not been carefully tested; however,
+all test programs in pm_test seem to run properly.
+
+CHANGELOG
+
+08-Jun-2004 Roger B. Dannenberg
+ Updated code to use new system abstraction.
+
+12-Apr-2003 Roger B. Dannenberg
+ Fixed pm_test/test.c to filter clocks and active messages.
+ Integrated changes from Clemens Ladisch:
+ cleaned up pmlinuxalsa.c
+ record timestamp on sysex input
+ deallocate some resources previously left open
|