Move MIDI control port ownership into the MIDI Manager, since control port state...
[ardour.git] / libs / surfaces / control_protocol / basic_ui.cc
index a21da95bb1b57bb9e3d4a2a11b81653bbcb16d23..2c3305e66faf3b97e6229f13b9510861aea59657 100644 (file)
@@ -126,7 +126,7 @@ BasicUI::transport_play (bool from_last_start)
        } 
 
        if (session->get_play_range ()) {
-               session->request_play_range (false);
+               session->request_play_range (0);
        }
        
        if (from_last_start && rolling) {
@@ -297,7 +297,7 @@ BasicUI::sample_to_timecode (nframes_t sample, Timecode::Time& timecode, bool us
 }
 
 #if 0
-this stuff is waiting to go in so that all UI's can offer complex solo/mute functionality
+this stuff is waiting to go in so that all UIs can offer complex solo/mute functionality
 
 void
 BasicUI::solo_release (boost::shared_ptr<Route> r)