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

Method setModel

src/app/Browser.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void setModel(plugin::Model* model) {
166 this->model = model;
167 }
168
169 void updateZoom() {
170 float zoom = std::pow(2.f, settings::browserZoom);

Callers 1

resetModelBoxesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected