fix up file renaming code a little bit
[ardour.git] / libs / ardour / ardour / session_event.h
index 882142c68d1916d9dfd0ad60e1f1a991d7c2b049..eac27be7f607a1827f304c3a2a2a6bbea3053d95 100644 (file)
@@ -19,7 +19,7 @@ class Region;
 struct SessionEvent {
     enum Type {
            SetTransportSpeed,
-           SetDiskstreamSpeed,
+           SetTrackSpeed,
            Locate,
            LocateRoll,
            LocateRollLocate,
@@ -34,6 +34,8 @@ struct SessionEvent {
            InputConfigurationChange,
            SetPlayAudioRange,
            RealTimeOperation,
+            AdjustPlaybackBuffering,
+            AdjustCaptureBuffering,
 
            /* only one of each of these events can be queued at any one time */
            
@@ -117,6 +119,8 @@ struct SessionEvent {
 private:
     static PerThreadPool* pool;
     CrossThreadPool* own_pool;
+
+    friend class Butler;
 };
 
 class SessionEventManager {