X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fnageru_midi_mapping.proto;fp=nageru%2Fmidi_mapping.proto;h=6eb8001ba4e00dd539297347aa50ebcb257780f0;hb=09b27ab32073dba2c565cdda43fcf2c37ea04a7b;hp=b3da1f057b0a6c70f8def5f84ae51e195db8e3a6;hpb=a07c2ed551f4d92eda6c508b04748af7ce0d4bda;p=nageru diff --git a/nageru/midi_mapping.proto b/nageru/nageru_midi_mapping.proto similarity index 93% rename from nageru/midi_mapping.proto rename to nageru/nageru_midi_mapping.proto index b3da1f0..6eb8001 100644 --- a/nageru/midi_mapping.proto +++ b/nageru/nageru_midi_mapping.proto @@ -4,19 +4,7 @@ syntax = "proto2"; -// A single, given controller mapping. -message MIDIControllerProto { - required int32 controller_number = 1; - // TODO: Add flags like invert here if/when we need them. -} - -message MIDIButtonProto { - required int32 note_number = 1; -} - -message MIDILightProto { - required int32 note_number = 1; -} +import "midi_mapping.proto"; // All the mappings for a given a bus. message MIDIMappingBusProto {