Hi,
CCES version:2.12.1;
Sigmastudio version:4.7.0;
I want to use AlgorithmDesigner design a algorithm to create a my dll in the block method.
My Algorithm need two input, one is audio, the another is params. the algorithm need to change the effects in real-time by adjusting the params pin get the new params.
Now I‘m having two question,
1. Is this method is possible?
2. My parameter is 10 bytes. Can it be transmitted to the algorithm all at once?
Thanks