diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-03-14 12:44:06 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-03-14 12:44:06 -0400 |
| commit | d2530d10261f65c0e79541fc642092c178eec17c (patch) | |
| tree | 76664eb294feaca429aa508ba38c63b217716040 /tests/sysextest.cpp | |
| parent | cfb945a9c2aa53b631a0790f9554704e9e520aa6 (diff) | |
Updated OS-X sysex sending mechanism according to patch submitted by ptarabbia
Diffstat (limited to 'tests/sysextest.cpp')
| -rw-r--r-- | tests/sysextest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sysextest.cpp b/tests/sysextest.cpp index 68b9a0d..39228ea 100644 --- a/tests/sysextest.cpp +++ b/tests/sysextest.cpp @@ -80,7 +80,7 @@ int main( int argc, char *argv[] ) midiout->sendMessage( &message ); SLEEP( 500 ); // pause a little - // Create a long sysex messages of numbered bytes and send it out. + // Create a long sysex message of numbered bytes and send it out. for ( int n=0; n<2; n++ ) { message.clear(); message.push_back( 240 ); |
