diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 14:49:11 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 14:49:11 +0200 |
| commit | 8fec3d71d441efbada609d2139ddf8ff6aa7b914 (patch) | |
| tree | 760e2e74be6be3f4c81bc35b9e8a5d932e0338d8 /RtMidi.h | |
| parent | 94ef7a9c9202314c5fe9de2dc24b16ded6b7d98c (diff) | |
Version 1.0.12
Diffstat (limited to 'RtMidi.h')
| -rw-r--r-- | RtMidi.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ RtMidi WWW site: http://music.mcgill.ca/~gary/rtmidi/ RtMidi: realtime MIDI i/o C++ classes - Copyright (c) 2003-2010 Gary P. Scavone + Copyright (c) 2003-2011 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -35,7 +35,7 @@ */ /**********************************************************************/ -// RtMidi: Version 1.0.11 +// RtMidi: Version 1.0.12 #ifndef RTMIDI_H #define RTMIDI_H @@ -154,7 +154,7 @@ class RtMidiIn : public RtMidi //! Return a string identifier for the specified MIDI input port number. /*! - An exception is thrown if an invalid port specifier is provided. + An empty string is returned if an invalid port specifier is provided. */ std::string getPortName( unsigned int portNumber = 0 ); @@ -280,7 +280,7 @@ class RtMidiOut : public RtMidi //! Return a string identifier for the specified MIDI port type and number. /*! - An exception is thrown if an invalid port specifier is provided. + An empty string is returned if an invalid port specifier is provided. */ std::string getPortName( unsigned int portNumber = 0 ); |
