Hello,

I'm kinda new to Faust. I'm exporting my dsp with faust2wasm -poly -worklet.
It responds to .keyOn() and .keyOff() functions from JavaScript. The latter
works by calling the same note (and I've read somewhere in the docs or
source that channel is ignored). I can also setParam() to control various
parameters, but globally. Is there a way of controlling sound parameters on
different voices separately?
I've seen in this document:
https://faustcloud.grame.fr/doc/tutorials/index.html#creating-and-using-a-polyphonic-faust-dsp-object
that in some exports there is a setVoiceParamValue() method.Is
there something similar for wasm?
I need to drive it from JS and it needs to work on Firefox.

Thanks!

Michał
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to