|
|
@ -3,6 +3,8 @@ package ItemdefInstrument;
|
|
|
|
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
|
|
|
|
//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization
|
|
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Plugin: RemoteFortressReader
|
|
|
|
|
|
|
|
|
|
|
|
message InstrumentFlags
|
|
|
|
message InstrumentFlags
|
|
|
|
{
|
|
|
|
{
|
|
|
|
optional bool indefinite_pitch = 1;
|
|
|
|
optional bool indefinite_pitch = 1;
|
|
|
@ -101,4 +103,4 @@ message InstrumentDef
|
|
|
|
repeated string tuning_parm = 17;
|
|
|
|
repeated string tuning_parm = 17;
|
|
|
|
repeated InstrumentRegister registers = 18;
|
|
|
|
repeated InstrumentRegister registers = 18;
|
|
|
|
optional string description = 19;
|
|
|
|
optional string description = 19;
|
|
|
|
}
|
|
|
|
}
|
|
|
|