X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fflags.h;h=88379b539ef7a4174489f57b56652de814268a26;hb=adf28dcc8d96304785b05034c323e4c854c76896;hp=4252235872299fd591e57677409daabf952b47ea;hpb=a6f3a2275ad116e6ab338e583ab8ef1b1141b468;p=nageru diff --git a/futatabi/flags.h b/futatabi/flags.h index 4252235..88379b5 100644 --- a/futatabi/flags.h +++ b/futatabi/flags.h @@ -15,8 +15,10 @@ struct Flags { uint16_t http_port = DEFAULT_HTTPD_PORT; double output_framerate = 60000.0 / 1001.0; std::string tally_url; - double cue_point_padding_seconds = 0.0; // Can be changed in the menus. - bool cue_point_padding_set = false; + double cue_in_point_padding_seconds = 0.0; // Can be changed in the menus. + bool cue_in_point_padding_set = false; + double cue_out_point_padding_seconds = 0.0; // Can be changed in the menus. + bool cue_out_point_padding_set = false; std::string midi_mapping_filename; // Empty for none. }; extern Flags global_flags;