summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_event.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-02 17:34:49 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-02 17:35:38 -0500
commita1c8e67e50d0bb61e7389ccd81ea80f50ec3388a (patch)
treee6e24c44a8d0b3c9495e206cbb988204cd22276a /libs/ardour/ardour/session_event.h
parent0f1c7b1d71078a25c1df80e7c95d59229f613414 (diff)
add a method to cancel a pending play_range. this is needed when we are modifying the range with keyboard commands.
Diffstat (limited to 'libs/ardour/ardour/session_event.h')
-rw-r--r--libs/ardour/ardour/session_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session_event.h b/libs/ardour/ardour/session_event.h
index 1283f32004..1772b53c3d 100644
--- a/libs/ardour/ardour/session_event.h
+++ b/libs/ardour/ardour/session_event.h
@@ -54,6 +54,7 @@ public:
Audition,
InputConfigurationChange,
SetPlayAudioRange,
+ CancelPlayAudioRange,
RealTimeOperation,
AdjustPlaybackBuffering,
AdjustCaptureBuffering,