]> git.sesse.net Git - nageru/blobdiff - mixer.h
Wire the transition names through to the UI.
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index c6366fdec1a65d5e8f7e909ed788e0c6119d8c73..b2561d15c0b395f2d82e2a5d92b682b7ab634942 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -77,6 +77,11 @@ public:
                output_channel[output].set_frame_ready_callback(callback);
        }
 
+       std::vector<std::string> get_transition_names()
+       {
+               return theme->get_transition_names(frame / 60.0);
+       }
+
 private:
        void bm_frame(int card_index, uint16_t timecode,
                FrameAllocator::Frame video_frame, size_t video_offset, uint16_t video_format,