13
0

triggerbox: fix initialization warning

This commit is contained in:
Paul Davis 2022-01-14 14:35:51 -07:00
parent 9ccaab5deb
commit 787a66815d

View File

@ -98,9 +98,9 @@ Trigger::Trigger (uint32_t n, TriggerBox& b)
, _color (Properties::color, 0xBEBEBEFF)
, _stretch_mode (Properties::stretch_mode, Trigger::Crisp)
, cue_launched (false)
, _barcnt (0.)
, _estimated_tempo (0.)
, _segment_tempo (0.)
, _barcnt (0.)
, _meter (4, 4)
, expected_end_sample (0)
, _pending ((Trigger*) 0)