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.