merge
This commit is contained in:
@ -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) => {
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user