This commit is contained in:
computermusik 2024-06-20 18:22:31 +02:00
parent fc4eaf4f2e
commit 2cde344212
2 changed files with 367 additions and 98 deletions

View File

@ -46,6 +46,12 @@ var alert = "red";
var textcolor = "#737373"; var textcolor = "#737373";
var background = "ivory"; var background = "ivory";
function setInstruments()
{
instruments = arrayfromargs(arguments);
bang();
}
function bang() function bang()
{ {

File diff suppressed because it is too large Load Diff