As I am building my own set of components that I can use in my projects, I wonder whether it is possible to push the changes made in a component that is in ‘My Components’ to the components to all the components that were created from this.
To clarify what I mean: I consider the components I created in ‘My Components’ to be the library that I can work with. In most programming languages, you can import a libary to the current project. If you encounter a bug in a function that is in the libary, you can fix it in the library and after that, you can simply recompile any projects that uses it to fix that same bug in other projects.
Is there a way to achieve this in Touchdesigner? It could be a workaround to make use of clones, but then changes are still only forwarded to the clones within the same project.