grame-cncm / faustwasm

Faust for WebAudio written in TypeScript
Other
13 stars 7 forks source link

Add addSoundfile method to generator #6

Closed Fr0stbyteR closed 2 months ago

sletz commented 2 months ago

Thanks, we should also add setSoundfileList function in the factory, see my comments on https://github.com/grame-cncm/faustide/pull/91

Fr0stbyteR commented 2 months ago

I would rather name it addSoundfiles(soundfiles: Record<string, AudioData>) as the setSoundfileList gives back a string[] which is another data structure.