Has anyone run through the plugin dev tutorial lately? I just did on Mac w/ 1.1.6, using the Rack-SDK method instead of compiling Rack.
There’s a step about adding the module to plugin.cpp & plugin.hpp that’s in the output from the helper.py script, but otherwise the tutorial seems solid. That said, I’ve compiled and installed the tutorial module but it’s not showing up in the Rack module browser.
Is there an issue with the tutorial? Do I need to do something to Rack to trigger a re-scan of the available modules?
EDIT: Fixed. I had installed a bad build (before I found that extra bit in the helper.py output) and it was creating a namespace collision. NOTE: Logs are helpful. ~/Documents/Rack/log.txt if you’re looking.
EDIT2: I’ll submit a doc PR to add that helper.py bit.