mock csound
This commit is contained in:
parent
c40078ffc9
commit
0a098e3008
2 changed files with 73 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue