Updating ziffers and adding generator functions and tonnetz support

This commit is contained in:
2023-11-11 00:37:50 +02:00
parent 839fed2778
commit f743870232

View File

@ -683,7 +683,7 @@ export class UserAPI {
public removePatternFromCache = (id: string): void => { public removePatternFromCache = (id: string): void => {
this.patternCache.delete(id); this.patternCache.delete(id);
} };
public z = ( public z = (
input: string | Generator<number>, input: string | Generator<number>,