New zifferjs documentation
This commit is contained in:
20
src/documentation/patterns/ziffers/ziffers_tonnetz.ts
Normal file
20
src/documentation/patterns/ziffers/ziffers_tonnetz.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { type Editor } from "../../../main";
|
||||
import { makeExampleFactory } from "../../../Documentation";
|
||||
|
||||
export const ziffers_tonnetz = (application: Editor): string => {
|
||||
const makeExample = makeExampleFactory(application);
|
||||
return `
|
||||
# Tonnetz
|
||||
|
||||
* TBD
|
||||
|
||||
${makeExample(
|
||||
"Triad transformations",
|
||||
`
|
||||
z1('i').tonnetz("p l r").sound('wt_stereo')
|
||||
.adsr(0, .1, 0, 0).out()`,
|
||||
true,
|
||||
)}
|
||||
|
||||
`;
|
||||
};
|
||||
Reference in New Issue
Block a user