match *.[mM][iI][dD][iI]$ as well as *.[mM][iI][dD] files when looking for MIDI files
[ardour.git] / libs / ardour / session_rtevents.cc
index 3afce0c8987b467727accc1b957d20b72ad8a7cf..2b52b3b28a04c04866cf7c016dde0c0438fb6e77 100644 (file)
@@ -150,7 +150,7 @@ void
 Session::rt_set_mute (boost::shared_ptr<RouteList> rl, bool yn, bool /*group_override*/)
 {
        for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {
-               if (!(*i)->is_master() && !(*i)->is_monitor() && !(*i)->is_hidden()) {
+               if (!(*i)->is_monitor() && !(*i)->is_hidden()) {
                        (*i)->set_mute (yn, this);
                }
        }