more fixes

This commit is contained in:
Felix Roos 2022-10-29 17:51:46 +02:00
parent 08c4c641ec
commit e38513f077
2 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ export const square2 = square._toBipolar();
*
* @return {Pattern}
* @example
* tri.segment(8).range(0,7).scale('C minor')
* tri.segment(8).range(0,7).scale('C minor').note()
*
*/
export const tri = fastcat(isaw, saw);