diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2004-11-06 16:07:34 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2004-11-06 16:07:34 +0000 |
commit | 981f641ef44fe4d72dcb0e1248a2f96ba53cee69 (patch) | |
tree | d5871a901628db17e12e6204d13b4bdb4b8a07d9 /pd/portmidi_osx | |
parent | 5b0640e17d6db9e119d657fcadcf52ff317e704d (diff) |
0.38 test 9 (mostly bug fixes)
svn path=/trunk/; revision=2226
Diffstat (limited to 'pd/portmidi_osx')
-rw-r--r-- | pd/portmidi_osx/README | 2 | ||||
-rw-r--r-- | pd/portmidi_osx/pmdarwin.c | 2 | ||||
-rw-r--r-- | pd/portmidi_osx/pmmacosx.c | 2 | ||||
-rw-r--r-- | pd/portmidi_osx/ptdarwin.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pd/portmidi_osx/README b/pd/portmidi_osx/README index bbbbbfe9..7bf38b74 100644 --- a/pd/portmidi_osx/README +++ b/pd/portmidi_osx/README @@ -1,6 +1,6 @@ PortMidi for MacOS X / Darwin Jon Parise <jparise@cmu.edu> -$Date: 2004-09-06 20:20:32 $ +$Date: 2004-11-06 16:07:31 $ This is the MacOS X / Darwin port of the PortMidi library from the Carnegie Mellon Computer Music Group. It is based on the Apple CoreAudio MIDI diff --git a/pd/portmidi_osx/pmdarwin.c b/pd/portmidi_osx/pmdarwin.c index 17696dad..8b0bb926 100644 --- a/pd/portmidi_osx/pmdarwin.c +++ b/pd/portmidi_osx/pmdarwin.c @@ -2,7 +2,7 @@ * PortMidi OS-dependent interface for Darwin (MacOS X) * Jon Parise <jparise@cmu.edu> * - * $Id: pmdarwin.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ + * $Id: pmdarwin.c,v 1.4 2004-11-06 16:07:31 millerpuckette Exp $ * * CHANGE LOG: * 03Jul03 - X. J. Scott (xjs): diff --git a/pd/portmidi_osx/pmmacosx.c b/pd/portmidi_osx/pmmacosx.c index de8fe59a..31a8e12c 100644 --- a/pd/portmidi_osx/pmmacosx.c +++ b/pd/portmidi_osx/pmmacosx.c @@ -3,7 +3,7 @@ * * Jon Parise <jparise@cmu.edu> * - * $Id: pmmacosx.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ + * $Id: pmmacosx.c,v 1.4 2004-11-06 16:07:31 millerpuckette Exp $ * * 27Jun02 XJS (X. J. Scott) * - midi_length(): diff --git a/pd/portmidi_osx/ptdarwin.c b/pd/portmidi_osx/ptdarwin.c index 31537f1f..64e88a83 100644 --- a/pd/portmidi_osx/ptdarwin.c +++ b/pd/portmidi_osx/ptdarwin.c @@ -3,7 +3,7 @@ * * Jon Parise <jparise@cmu.edu> * - * $Id: ptdarwin.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ + * $Id: ptdarwin.c,v 1.4 2004-11-06 16:07:31 millerpuckette Exp $ */ #include <stdio.h> |