mirror of
https://github.com/thestk/stk
synced 2026-01-13 13:01:52 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -11,13 +11,16 @@
|
||||
Tempo changes are internally tracked by the class and reflected in
|
||||
the values returned by the function getTickSeconds().
|
||||
|
||||
by Gary P. Scavone, 2003.
|
||||
by Gary P. Scavone, 2003 - 2009.
|
||||
*/
|
||||
/**********************************************************************/
|
||||
|
||||
#include "MidiFileIn.h"
|
||||
#include <string.h>
|
||||
#include <iostream>
|
||||
|
||||
namespace stk {
|
||||
|
||||
MidiFileIn :: MidiFileIn( std::string fileName )
|
||||
{
|
||||
// Attempt to open the file.
|
||||
@@ -360,3 +363,5 @@ bool MidiFileIn :: readVariableLength( unsigned long *value )
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
} // stk namespace
|
||||
|
||||
Reference in New Issue
Block a user