From 973336f178defc24f65f4e7cd581a16a27b3bed0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Mar 2007 17:33:20 +0000 Subject: MIDI file reading. git-svn-id: http://svn.drobilla.net/lad/raul@352 a436a847-0d15-0410-975c-d299462d15a1 --- raul/SMFReader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'raul') diff --git a/raul/SMFReader.h b/raul/SMFReader.h index 4bced9e..53a9927 100644 --- a/raul/SMFReader.h +++ b/raul/SMFReader.h @@ -38,7 +38,7 @@ public: uint16_t ppqn() const { return _ppqn; } size_t num_tracks() { return _num_tracks; } - int read_event(size_t buf_len, unsigned char* buf, uint32_t* ev_size, uint64_t* ev_time); + int read_event(size_t buf_len, unsigned char* buf, uint32_t* ev_size, uint32_t* ev_delta_time); void close(); @@ -55,7 +55,6 @@ protected: uint16_t _type; uint16_t _num_tracks; uint16_t _ppqn; - uint64_t _last_ev_time; uint32_t _track_size; /* Raul::BeatTime _start_time; Raul::BeatTime _last_ev_time; ///< Time last event was written relative to _start_time -- cgit v1.2.1