MCPcopy Create free account
hub / github.com/VCVRack/Rack / createScrew

Function createScrew

include/rack0.hpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209/** Use createWidget() instead */
210template <class TScrew>
211DEPRECATED TScrew* createScrew(math::Vec pos) {
212 return createWidget<TScrew>(pos);
213}
214
215/** Use createParam(pos, module, paramId) and set the Param properties in your Module constructor */
216template <class TParamWidget>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected