]> git.sesse.net Git - nageru/blobdiff - nageru/nageru_midi_mapping.proto
Split the MIDI mapping proto file in two; one that will be shared with Futatabi soon...
[nageru] / nageru / nageru_midi_mapping.proto
similarity index 93%
rename from nageru/midi_mapping.proto
rename to nageru/nageru_midi_mapping.proto
index b3da1f057b0a6c70f8def5f84ae51e195db8e3a6..6eb8001ba4e00dd539297347aa50ebcb257780f0 100644 (file)
@@ -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 {