]> git.sesse.net Git - nageru/blobdiff - shared/midi_mapping.proto
Support non-binary MIDI lights (ie., with an on-velocity different from 1).
[nageru] / shared / midi_mapping.proto
index 95ac59094dc6ea3eb8746d7b20e4f3b4c81038b1..8f343863c81b5401e5931174da2cf58e0227b81d 100644 (file)
@@ -16,4 +16,5 @@ message MIDIButtonProto {
 
 message MIDILightProto {
        required int32 note_number = 1;
+       optional int32 velocity = 2 [default=1];
 }