Posted: 13 Apr 2018, 10:33
Here is a linkt to image for one patch
https://drive.google.com/file/d/1-V7NsB ... sp=sharing
tehere are three identical patches, each one using my module "Advanced euclidean generator" ( the code is abialable here https://github.com/drakh/Hollyhock-Modu ... nGenerator )
Now the problem.
when i change input value for one module for example - "beats" this input value is changed in each module in the workspace you can see it in linked screenshot - i changed beats and accetns in first patch, then clicked to generate in each of those other patches, and the output is the same for each instance of the module.
When i will change for example "accents" in the middle patch to "3" and then i generate the sequence for each module, each module will output 3 ticks in accents array.
I know that HH SDK modules shares memory, so the question is how to fill those data in .cpp that each instance of the module will have its "own" input parameters
thank you
https://drive.google.com/file/d/1-V7NsB ... sp=sharing
tehere are three identical patches, each one using my module "Advanced euclidean generator" ( the code is abialable here https://github.com/drakh/Hollyhock-Modu ... nGenerator )
Now the problem.
when i change input value for one module for example - "beats" this input value is changed in each module in the workspace you can see it in linked screenshot - i changed beats and accetns in first patch, then clicked to generate in each of those other patches, and the output is the same for each instance of the module.
When i will change for example "accents" in the middle patch to "3" and then i generate the sequence for each module, each module will output 3 ticks in accents array.
I know that HH SDK modules shares memory, so the question is how to fill those data in .cpp that each instance of the module will have its "own" input parameters
thank you