fixed failing test
This commit is contained in:
parent
c20a6673af
commit
0f4e6af49d
3 changed files with 15 additions and 1 deletions
|
|
@ -127,6 +127,7 @@ const loadSoundfont = () => {};
|
|||
const loadCsound = () => {};
|
||||
const loadCSound = () => {};
|
||||
const loadcsound = () => {};
|
||||
const getDuration = () => {};
|
||||
|
||||
const midin = () => {
|
||||
return (ccNum) => strudel.ref(() => 0); // returns ref with default value 0
|
||||
|
|
@ -170,6 +171,7 @@ evalScope(
|
|||
loadCSound,
|
||||
loadCsound,
|
||||
loadcsound,
|
||||
getDuration,
|
||||
setcps: id,
|
||||
setcpm: id,
|
||||
Clock: {}, // whatever
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue