]> git.sesse.net Git - nageru/blobdiff - futatabi/futatabi_midi_mapping.proto
Make the master light speed maximum inclusive instead of exclusive
[nageru] / futatabi / futatabi_midi_mapping.proto
index d29a23de76d30bf25d8c12801d2412c7cfba7c6d..8e6b3e9d32b78182e7e89c76a70eb60bcdb25348 100644 (file)
@@ -31,6 +31,9 @@ message MIDIMappingProto {
 
        optional MIDIControllerProto master_speed = 34;
        optional int32 master_speed_bank = 35;
+       optional MIDIControllerProto master_speed_light = 42;  // NOTE: Controller, not light.
+       optional int32 master_speed_light_min = 43;
+       optional int32 master_speed_light_max = 44 [default=127];  // Inclusive.
 
        // Buttons.
        optional MIDIButtonProto preview = 18;