Automation not working when using make_add_processor
AI-Guru opened this issue · 1 comments
AI-Guru commented
Hi!
I have continued my work with DawDreamer! I am very, very happy!
I have been toying a lot with automation and I am very delighted about all the possibilities. Now I have hit some ceiling, I guess.
You see, I did not get automation up and running using the add processor. I have some synths, each with their own set up including midi and automation. If I render the synths individually it works. I use this graph:
graph = [
(synth, []),
]
If I use the add processors, everything renders, but the automation does not work. Here is the graph:
graph = [
(self.engine.make_add_processor("add", synth_volumes), synth_names)
]
Any ideas?
AI-Guru commented
Whoa. That was an easy one. I did not see this right away.
The synths and the add processor have to be part of the graph.
DawDreamer is powerful tech...