Tool/software:
Hello,
The idea of this thread is not to fix a particular issue, but to note difficulties I have with TIDSP as I try to use it in our system. Hopefully you will find these suggestions helpful in designing the next revision.
1) superNode::exec should be virtual. Your existing superNode subclasses both run fine with the superclass implementation, but I needed a different implementation.
2) superNode constructor should not require an opVec reference (or it can require a const opVec reference). I have a custom superNode I don't want to use opVec for, but it is impossible for me to call the super constructor without creating an empty opVec on the top level