Closed ravenrothkopf closed 7 months ago
Thanks for the detailed bug report!
I haven't built this project in a while so just tried it out with the latest version of Verilator. Indeed verilator seems to have introduced another dependency in the source tree that was missing when the plugin gets loaded.
I've just merged a small PR https://github.com/apfelaudio/verilog-vcvrack/pull/3 with the following changes:
I also added some info to the README on debugging. I'd recommend launching Rack
with the --dev
flag, that way you can see if it is trying to load the plugin (i.e seeing it at all), and if it doesn't it will show you why.
Thank you so much for your prompt and thorough response!! After merging your updates, the plugin loads and appears in VCV Rack as expected. My Creative Embedded Systems class is using your plugin for a class project, so we all really appreciate your attentiveness :)
I am installing on macOS x64. after installing VCV Rack, the Rack SDK, and Verilator, when I run
make
I get this error message:after modifying the Rack SDK
compile.mk
file from# C++ standard CXXFLAGS += -std=c++11
to# C++ standard CXXFLAGS += -std=c++14
I am able to
make
andmake install
the eurorack plugin, but even though the plugin appears to be in the correct location in my file path,Documents/Rack2/plugins-mac-x64/eurorack-pmod-vcvrack
, it is not visible after restarting VCV Rack.Files:
VCV Rack interface:
Any help in debugging this problem would be appreciated, thank you!