This commit is contained in:
2023-12-31 12:47:01 +01:00
parent b38a8431d4
commit 5563b245f5
3 changed files with 8 additions and 2 deletions

View File

@ -51,4 +51,8 @@
pwhite { arg repeats=inf;
^Pwhite(this[0], this[1], repeats);
}
pseries { arg repeats=inf;
^Pseries(this[0], this[1], repeats);
}
}