Fix example snapshot

This commit is contained in:
Václav Volhejn 2025-10-18 12:25:15 +02:00
parent 3373fa39a6
commit 7d948fd1a7
2 changed files with 5 additions and 13 deletions

View file

@ -1944,7 +1944,7 @@ export const { speed } = registerControl('speed');
* @name stretch
* @param {number | Pattern} factor between `-4` and `inf`. Positive increases pitch, 0 does nothing, negative decreases the pitch.
* @example
* s("gm_flute").stretch("<3 2 1 0 -2>")
* s("gm_flute").stretch("<2 1 0 -2>")
*
*/
export const { stretch } = registerControl('stretch');