]> git.sesse.net Git - nageru/blobdiff - futatabi/state.proto
Make the MIDI play button blinking when something is ready to play, and solid when...
[nageru] / futatabi / state.proto
index c64555bd39b9389e57e6ef2b1b19145028509dd5..36a9fa0e896d92370ca781c141412fed07e140b3 100644 (file)
@@ -21,4 +21,5 @@ message StateProto {
 
 message SettingsProto {
        int32 interpolation_quality = 1;  // 0 = unset, 1 = quality 0, 2 = quality 1, etc.
+       double cue_point_padding_seconds = 2;
 }