clean up tunes + also load presets.orc
This commit is contained in:
parent
f599088cdf
commit
5727c0dc8a
4 changed files with 41 additions and 85 deletions
|
|
@ -1409,6 +1409,20 @@ exports[`renders tunes > tune: chop 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`renders tunes > tune: csoundDemo 1`] = `
|
||||
[
|
||||
"0/1 -> 1/1: {\\"note\\":\\"D3\\"}",
|
||||
"-1/4 -> 1/4: {\\"note\\":\\"Bb3\\"}",
|
||||
"1/4 -> 5/4: {\\"note\\":\\"F3\\"}",
|
||||
"0/1 -> 1/2: {\\"note\\":\\"F4\\"}",
|
||||
"1/2 -> 3/2: {\\"note\\":\\"C4\\"}",
|
||||
"-1/4 -> 1/4: {\\"note\\":\\"A4\\"}",
|
||||
"1/4 -> 3/4: {\\"note\\":\\"A4\\"}",
|
||||
"1/4 -> 3/4: {\\"note\\":\\"A4\\"}",
|
||||
"3/4 -> 7/4: {\\"note\\":\\"E4\\"}",
|
||||
]
|
||||
`;
|
||||
|
||||
exports[`renders tunes > tune: csoundMixed 1`] = `
|
||||
[
|
||||
"2/3 -> 3/4: {\\"note\\":58.95209612324834,\\"gain\\":1}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue