From f743870232dbd44e68cf832484b1bac21078e86c Mon Sep 17 00:00:00 2001 From: Miika Alonen Date: Sat, 11 Nov 2023 00:37:50 +0200 Subject: [PATCH] Updating ziffers and adding generator functions and tonnetz support --- src/API.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API.ts b/src/API.ts index 44b7ddd..3c94853 100644 --- a/src/API.ts +++ b/src/API.ts @@ -683,7 +683,7 @@ export class UserAPI { public removePatternFromCache = (id: string): void => { this.patternCache.delete(id); - } + }; public z = ( input: string | Generator,