Prevent removal of route inputs when the plugins cannot be configured with the new...
[ardour.git] / libs / ardour / midi_ui.cc
index 5c36d46c3bcedd7a50f279fcd8953ce0812fbdb5..fecbf9b8e32ab2cb121e78d6d71f36d761df2d0c 100644 (file)
@@ -107,7 +107,7 @@ MidiControlUI::midi_input_handler (IOCondition ioc, MIDI::Port* port)
                CrossThreadChannel::drain (port->selectable());
 
                DEBUG_TRACE (DEBUG::MidiIO, string_compose ("data available on %1\n", port->name()));
-               nframes64_t now = _session.engine().frame_time();
+               framepos_t now = _session.engine().frame_time();
                port->parse (now);
        }