]> git.sesse.net Git - nageru/blobdiff - futatabi/flags.h
When the delay analyzer wants audio from an ALSA card, temporarily auto-enable captur...
[nageru] / futatabi / flags.h
index 1e0284bcd8c3ff9d08e545ec91b5348de4276ba3..88379b539ef7a4174489f57b56652de814268a26 100644 (file)
@@ -15,8 +15,11 @@ 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;