This commit is contained in:
2023-12-18 17:34:46 +02:00
parent 9458733492
commit 0ba7ed2756
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@ export const documentation_pages = [
"oscilloscope", "oscilloscope",
"sample_list", "sample_list",
"loading_samples", "loading_samples",
"visualization"
]; ];
export const documentation_factory = (application: Editor) => { export const documentation_factory = (application: Editor) => {

View File

@ -152,7 +152,7 @@ ${makeExample(
"Play pitches from scale created from cent intervals", "Play pitches from scale created from cent intervals",
` `
rhythm([0.5,0.25].beat(1),14,16) :: sound('pluck') rhythm([0.5,0.25].beat(1),14,16) :: sound('pluck')
.stretch(r(1,5)).pitch(r(0,6)).key(57) .stretch(iR(1,5)).pitch(iR(0,6)).key(57)
.cents(120,270,540,670,785,950,1215).out() .cents(120,270,540,670,785,950,1215).out()
`, `,
true, true,