From c7cf4d96e0cf334245ca23f5021239fe2ed946bf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Nov 2022 18:33:17 -0700 Subject: [PATCH] confusing comments - just say no --- libs/temporal/test/TempoMapTest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/test/TempoMapTest.cc b/libs/temporal/test/TempoMapTest.cc index 5162393bd3..df7b323e7c 100644 --- a/libs/temporal/test/TempoMapTest.cc +++ b/libs/temporal/test/TempoMapTest.cc @@ -24,7 +24,7 @@ TempoMapTest::addTest() /* tp is at 6|1|0 which is 3|0|0 after the 6/8 meter at ((3-1) * 4 =) 8 * quarter notes), so 3 bars of 6 * 8th notes, or 18 8 notes, or 9 4th notes. So its quarter time should - * be 12 + 9 = 17 + * be 8 + 9 = 17 */ std::cout << "\n\n\n\***************** tp = " << tp.beats() << std::endl;