summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 38ed0a5b89..35b8c5489d 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1752,6 +1752,11 @@ class Session : public PBD::StatefulDestructible
void set_history_depth (uint32_t depth);
static bool _disable_all_loaded_plugins;
+
+ /* used in ::audible_frame() */
+
+ mutable float af_last_transport_speed;
+ mutable nframes64_t af_last_frame;
};
} // namespace ARDOUR