syntax = "proto3"; package synapse_pb; import "synapse_pb/timestamp.proto"; message Input { Timestamp timestamp = 1; repeated float channel = 2; }