diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 14:49:10 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 14:49:10 +0200 |
| commit | 2cdb58f8b2cd61f3aedb4e3bd9f65244f058d54b (patch) | |
| tree | f444d3f48be476dcd25320e19bee71c6bee7cc37 /RtMidi.cpp | |
| parent | eeca35408122b9fc020139a20255f3c1ad8254cd (diff) | |
Version 1.0.1
Diffstat (limited to 'RtMidi.cpp')
| -rw-r--r-- | RtMidi.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ */ /**********************************************************************/ -// RtMidi: Version 1.0.0, 17 September 2004 +// RtMidi: Version 1.0.1, 20 September 2004 #include "RtMidi.h" #include <sstream> @@ -611,13 +611,13 @@ void RtMidiOut :: sendMessage( std::vector<unsigned char> *message ) //*********************************************************************// -// API: LINUX ALSA +// API: LINUX ALSA SEQUENCER //*********************************************************************// // API information found at: // - http://www.alsa-project.org/documentation.php#Library -#if defined(__LINUX_ALSA__) +#if defined(__LINUX_ALSASEQ__) // The ALSA Sequencer API is based on the use of a callback function for // MIDI input. We convert the system specific time stamps to delta |
