From 4490681fa375fb692d27043e302560bcfbd985cc Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 17 Sep 2023 08:03:09 +0200 Subject: [PATCH] add note about wt_ --- packages/core/controls.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/controls.mjs b/packages/core/controls.mjs index 0c166e11..f988f0a7 100644 --- a/packages/core/controls.mjs +++ b/packages/core/controls.mjs @@ -313,6 +313,7 @@ const generic_params = [ /** * Begin to loop at a specific point in the sample (inbetween `begin` and `end`). * Note that the loop point must be inbetween `begin` and `end`, and before `loopEnd`! + * Note: Samples starting with wt_ will automatically loop! (wt = wavetable) * * @name loopBegin * @param {number | Pattern} time between 0 and 1, where 1 is the length of the sample