I’m loving the Engine comp progress, with the help of some of the other posts recently I’ve managed to get it working for the first time in 36500 and the early results look promising! Going to be a game changer to be able to unlock the rest of the cpu for TouchDesigner programming.
Anyhow, I wanted to share a couple things I’ve found - in case they were not already being tackled.
I am still running the experimental as a side install, not a fully installed version, meaning I installed it with /extract. I think that might be relevant, but not sure.
-
So, when I drop down an Engine COMP, load a TOX in some random location on my pc ( not next to touch install, and not next to my toe, that is ) and attach it to an info DAT, I see the correct path appear:
As you can see though, it still fails with an error despite the path being correct. I’m able to fix this by moving the TOX to a folder that also contains a windows symlink to the Touch install directory. When I check the info DAT then, it shows the symlink-centric path, and also loads the TOX. -
Another issue I ran into while trying to recreate the above success a second time, happened when I tried to use the Engine COMP from a freshly opened instance of Touch (newproject.toe). To fix this, I saved the toe somewhere, closed, reopened, and then with the steps from #1 I was good to go again. Perhaps this fails for a similar reason #1 fails behind the scenes. Not sure.
-
In my last test, I built a base COMP that takes in a chop input with several channels, and multiple samples. the base comp does some maths to the samples, and outputs a few channels, with the same number of samples (circled green). This works as expected with the base comp, but if I save this as a tox, and load it into the engine COMP, I get errors and incorrect output (circled red). See screen shot:
I can work around this by shuffling the channels into an arrangement that is 1 sample wide, with many channels, but I imagine this is not the intended workflow for chop in/outs.
Anyways, hope some of this helps! Awesome work with this part of Touch. Very exciting stuff.
multiThreadTest.3.toe (7.8 KB)