From f8ddc827c74f43994b69582c5232fd47f82736d9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Oct 2024 11:41:29 -0600 Subject: [PATCH] NO-OP: tweak comemnt that still referenced frames instead of samples --- libs/temporal/temporal/beats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/temporal/beats.h b/libs/temporal/temporal/beats.h index 40541d974c..c72e0688ac 100644 --- a/libs/temporal/temporal/beats.h +++ b/libs/temporal/temporal/beats.h @@ -91,7 +91,7 @@ public: /** Create from ticks at a given rate. * - * Note this can also be used to create from frames by setting ppqn to the + * Note this can also be used to create from samples by setting ppqn to the * number of samples per beat. Note the resulting Beats will, like all * others, have the default PPQN, so this is a potentially lossy * conversion.