Updating ziffers and adding generator functions and tonnetz support
This commit is contained in:
@ -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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user