Amend f3c0c1a865 (Add quarter-note position methods).
[ardour.git] / libs / ardour / ardour / async_midi_port.h
index e28c6922d2c92d43a47047bc0a1c3975de533720..96a50ab198df1c18136d396197e768e30be55af3 100644 (file)
@@ -58,7 +58,7 @@ class LIBARDOUR_API AsyncMIDIPort : public ARDOUR::MidiPort, public MIDI::Port {
        int write (const MIDI::byte *msg, size_t msglen, MIDI::timestamp_t timestamp);
         int read (MIDI::byte *buf, size_t bufsize);
        /* waits for output to be cleared */
-       void drain (int check_interval_usecs);
+        void drain (int check_interval_usecs, int total_usecs_to_wait);
 
        /* clears async request communication channel */
        void clear () {