From 3d2ab24fa6c106bd071813f9cf51913151d297db Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Mon, 16 Mar 2020 09:39:25 +0100 Subject: [PATCH] Corrected a wavetable comment --- src/sfizz/Wavetables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Wavetables.h b/src/sfizz/Wavetables.h index 6ec7fe12..e6b8dff2 100644 --- a/src/sfizz/Wavetables.h +++ b/src/sfizz/Wavetables.h @@ -128,7 +128,7 @@ public: */ class WavetableMulti { public: - // number of tables in the multisample + // number of elements in each table unsigned tableSize() const { return _tableSize; } // number of tables in the multisample