Adding more CSound models
This commit is contained in:
@ -61,6 +61,10 @@ export class FormantFM extends CsoundEngine<FormantFMParams> {
|
||||
return 'generative' as const;
|
||||
}
|
||||
|
||||
getCategory() {
|
||||
return 'FM' as const;
|
||||
}
|
||||
|
||||
protected getOrchestra(): string {
|
||||
return `
|
||||
instr 1
|
||||
|
||||
Reference in New Issue
Block a user