How can I implement custom knob svgs?

Hello, I’m really new to module development, and I’d like to implement some custom knobs that I’ve designed using inkscape to replace the default knobs that get populated when using parameter placeholders from a panel SVG.

Would y’all mind giving me some pointers? Thank you

Assuming you have a Rack development environment set up, take a look at how the Rack knob classes are defined in Rack/include/componentlibrary.hpp. Most knob templates do nothing more than specialize the loading of the knob foreground and background svgs with a different filename.

So, you’d copy one of these, change the name, and modify the svg paths. That’s it.