From bb612e1f4d6bb8a7629e6dbc60cd06d02be009f6 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 30 Nov 2019 14:41:35 +0100 Subject: [PATCH] Changed the delay documentation --- src/sfizz/Region.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sfizz/Region.h b/src/sfizz/Region.h index b33eaffa..6943c1e1 100644 --- a/src/sfizz/Region.h +++ b/src/sfizz/Region.h @@ -209,9 +209,9 @@ struct Region { */ uint32_t getOffset() noexcept; /** - * @brief Get the region delay in samples + * @brief Get the region delay in seconds * - * @return uint32_t + * @return float */ float getDelay() noexcept; /**