diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2004-09-06 20:20:36 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2004-09-06 20:20:36 +0000 |
commit | ed932acb5860bf8b9296169676499562a55d139e (patch) | |
tree | dc6a40dba908deb07c175cd40ee19c197318f72d /pd/portmidi_osx | |
parent | dad636821f6e7d3ead02c157f308c0ceeba9af3d (diff) |
checking in version 0.38test5.
Oops, I realize I forgot some more nice files, will add them and re-commit.
svn path=/trunk/; revision=2010
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 de44270b..bbbbbfe9 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-02-22 16:21:33 $ +$Date: 2004-09-06 20:20:32 $ 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 4fe71033..17696dad 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.2 2004-02-22 16:21:47 ggeiger Exp $ + * $Id: pmdarwin.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ * * CHANGE LOG: * 03Jul03 - X. J. Scott (xjs): diff --git a/pd/portmidi_osx/pmmacosx.c b/pd/portmidi_osx/pmmacosx.c index e40d90a2..de8fe59a 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.2 2004-02-22 16:21:47 ggeiger Exp $ + * $Id: pmmacosx.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ * * 27Jun02 XJS (X. J. Scott) * - midi_length(): diff --git a/pd/portmidi_osx/ptdarwin.c b/pd/portmidi_osx/ptdarwin.c index 879b60f1..31537f1f 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.2 2004-02-22 16:21:47 ggeiger Exp $ + * $Id: ptdarwin.c,v 1.3 2004-09-06 20:20:33 millerpuckette Exp $ */ #include <stdio.h> |