Dear Jean, thanks for Your answer. I understand now! Am Di., 13. Juni 2023 um 16:43 Uhr schrieb Jean Abou Samra < j...@abou-samra.fr>:
> Le mardi 13 juin 2023 à 16:34 +0200, Stefan Thomas a écrit : > > Exactly. Sorry I've forgotten to send the link. > > > The snippet contains the expression > > (random 12 random-state) > > meaning that a random pitch between c' and 11 steps higher (i.e., g'') is > chosen. You can change that to, e.g., > > (random 15) > > to have a pitch between c' and c''' , or > > (+ -7 (random 15)) > > for a pitch between c and c' . >