X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=b4eaad9b0d2a1338d9c099fe5302edeb6f2c4e48;hb=e9f72feac2a547baca7d58256b84264e3246132e;hp=80d18ff00395c3651ff461b72b03e72da51b7f7a;hpb=9addf2b67e26eb7cb8d7d02a0b11a1f50e95b334;p=nageru diff --git a/mixer.h b/mixer.h index 80d18ff..b4eaad9 100644 --- a/mixer.h +++ b/mixer.h @@ -32,12 +32,7 @@ public: void start(); void quit(); - enum Source { - SOURCE_INPUT1, - SOURCE_INPUT2, - SOURCE_SBS, - }; - void cut(Source source); + void transition_clicked(int transition_num, float t); enum Output { OUTPUT_LIVE = 0, @@ -98,7 +93,6 @@ private: // Effects part of . Owned by . movit::FlatInput *display_input; - Source current_source = SOURCE_INPUT1; int frame = 0; std::mutex bmusb_mutex;