diff --git a/libs/temporal/temporal/beats.h b/libs/temporal/temporal/beats.h index 2e5887e3d0..6f6599130e 100644 --- a/libs/temporal/temporal/beats.h +++ b/libs/temporal/temporal/beats.h @@ -80,8 +80,8 @@ public: } /** Create from an integer number of beats. */ - static Beats beats(int32_t beats) { - return Beats(beats, 0); + static Beats beats(int64_t beats) { + return Beats (beats, 0); } /** Create from ticks at the standard PPQN. */