]> git.sesse.net Git - nageru/blobdiff - flags.h
Final touch before release: Remove the MIDI controller debug printfs.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index ba69db6af09cce6b0c32fbfb49740083cc7a97d6..be02f388efd5dd5ce6868babf5495a46ff41e31b 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -36,6 +36,9 @@ struct Flags {
        std::vector<std::string> x264_extra_param;  // In “key[,value]” format.
        bool enable_alsa_output = true;
        std::map<int, int> default_stream_mapping;
+       bool multichannel_mapping_mode = false;  // Implicitly true if input_mapping_filename is nonempty.
+       std::string input_mapping_filename;  // Empty for none.
+       std::string midi_mapping_filename;  // Empty for none.
 };
 extern Flags global_flags;