]> git.sesse.net Git - nageru/blobdiff - nageru/input_mapping.h
Support delaying audio sources selectively.
[nageru] / nageru / input_mapping.h
index 67af0f489ee3aaf465b8c6c32aa554796c788cf1..6f5a42a5fc254c06872b41c6c4ef2cd7f3c9fc9e 100644 (file)
@@ -45,6 +45,7 @@ struct InputMapping {
        };
 
        std::vector<Bus> buses;
+       std::map<DeviceSpec, double> extra_delay_ms;
 };
 
 // This is perhaps not the most user-friendly output, but it's at least better