more engines

This commit is contained in:
2025-10-12 11:04:54 +02:00
parent 94a36b1a29
commit 7b99dc0f0d
4371 changed files with 2187 additions and 92 deletions

View File

@ -28,7 +28,7 @@ interface KarplusStrongParams {
export class KarplusStrong implements SynthEngine<KarplusStrongParams> {
getName(): string {
return 'Karplus-Strong';
return 'String(s)';
}
getDescription(): string {