reconstruct and use global state commands (mute/solo/rec-enable/meter point)
[ardour.git] / libs / ardour / session_process.cc
index 9b051252b19c26606de96e7626275af92064b6eb..06ba4e304ec5ba67cc3c8b5e39ecad4a6c5438d3 100644 (file)
@@ -53,7 +53,7 @@ Session::process (nframes_t nframes)
        }
 
        if (non_realtime_work_pending()) {
-               if (g_atomic_int_get (&butler_should_do_transport_work) == 0) {
+               if (!transport_work_requested ()) {
                        post_transport ();
                } 
        }