new knobs / switches

I’d like to make some new switches, where do I find out about how to define them?

also, is it ok to use code snipets and graphics from MyModule ?

thanks, Bill

For multi-position switches, you’d subclass app::SvgSwitch. See componentlibrary.hpp for several examples.

What is MyModule? Are you referring to the output of the helper.py script? If so, output of this file is public domain (CC0), so you can use it for any purpose. I don’t think I state that anywhere in helper.py, but if someone opens a Rack issue, I can do that.

I was meaning the code in the development tutorial that gets added to the .src I think its the process routine.