]> git.sesse.net Git - nageru/blobdiff - futatabi/flags.h
Make the MIDI play button blinking when something is ready to play, and solid when...
[nageru] / futatabi / flags.h
index 1e0284bcd8c3ff9d08e545ec91b5348de4276ba3..4252235872299fd591e57677409daabf952b47ea 100644 (file)
@@ -17,6 +17,7 @@ struct Flags {
        std::string tally_url;
        double cue_point_padding_seconds = 0.0;  // Can be changed in the menus.
        bool cue_point_padding_set = false;
+       std::string midi_mapping_filename;  // Empty for none.
 };
 extern Flags global_flags;