mock csound

This commit is contained in:
Felix Roos 2022-11-29 22:04:46 +01:00
parent c40078ffc9
commit 0a098e3008
2 changed files with 73 additions and 0 deletions

View file

@ -88,6 +88,9 @@ const toneHelpersMocked = {
strudel.Pattern.prototype.osc = function () {
return this;
};
strudel.Pattern.prototype.csound = function () {
return this;
};
strudel.Pattern.prototype.tone = function () {
return this;
};
@ -170,6 +173,7 @@ evalScope(
{
// gist,
// euclid,
csound: id,
mini,
getDrawContext,
getAudioContext,