OSDN Git Service

* Merge Branch[BUG33030]
[playumidi/playumidi.git] / src / playumidi.h
index e76315f..0252d6e 100644 (file)
@@ -37,6 +37,7 @@ typedef       struct  {
 typedef        struct  {
        DWord           dw_delta;
        DWord           dw_dataptr;
+       DWord           dw_length;
        Byte            b_data[3];
        Byte            b_run_status;
 #ifdef VERIFY_EVENT
@@ -117,7 +118,7 @@ typedef struct      {
 #else
        #define EXTERN_FUNC_SMF 
 #endif
-EXTERN_FUNC_SMF        int ReadDeltaTime( DWord *dw_delta, Byte *pb_now );
+EXTERN_FUNC_SMF        int DecodeValue( DWord *dw_delta, Byte *pb_now );
 EXTERN_FUNC_SMF        int ReadMidiFile( Byte *pb_fbuf );