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

Method createModule

include/plugin/Model.hpp:61–63  ·  view source on GitHub ↗

Creates a Module. */

Source from the content-addressed store, hash-verified

59 virtual ~Model() {}
60 /** Creates a Module. */
61 virtual engine::Module* createModule() {
62 return NULL;
63 }
64 /** Creates a ModuleWidget with a Module attached.
65 Module may be NULL.
66 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected