David Braun
David Braun
Sorry there are probably some other issues. I'll get back to you soon.
I pushed some fixes which I checked on my mac. Can you pull and then continue with `python3 download_libfaust.py`?
The error is `CMake Error: The source directory "/Users/me/Desktop/TD-Faust/thirdparty/libsndfile" does not appear to contain CMakeLists.txt.` You need to run `git submodule update --init --recursive` in the root of TD-Faust. For...
I've revised the build procedure a little. Can you either try the pre-compiled plugins from the [Releases](https://github.com/DBraun/TD-Faust/releases) or could you try the build procedure again? The README was updated too.
Hello! Thanks for trying out the repo. It's definitely a problem that there's no TD-JUCE-Reverb.dll in the plugins folder. Can you check that it isn't somewhere inside the `build` directory?...
Yes you have to create `C:\Users\myusername\Documents\Derivative\Plugins` yourself, but that isn't a necessary step for this project. The behavior I want to happen is for F5 to build all the projects....
Cool, I'm not too worried about the skipped one. Do you have `TD-JUCE-Reverb.dll` now in the repo's plugin folder? Once the TouchDesigner project opens do you toggle the "Unload plugin"...
Hello, thanks for giving it a try. I assume you're using Windows 64. It seems to be this line: https://github.com/DBraun/TD-JUCE/blob/master/CMakeLists.txt#L15 I think this implies that the cmake variable `CMAKE_VS_PLATFORM_NAME` is...
I think you need to use git to clone this repository. This will make sure the necessary files are in the thirdparty folder.
@vrtx-voiod Did you succeed?