Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ TinyLight
Method
TinyLight
include/componentlibrary.hpp:180–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
template <typename TBase>
179
struct TinyLight : TSvgLight<TBase> {
180
TinyLight() {
181
this->setSvg(Svg::load(asset::system(
"res/ComponentLibrary/TinyLight.svg"
)));
182
}
183
};
184
185
/** Based on the size of 5mm LEDs */
Callers
nothing calls this directly
Calls
3
load
Function · 0.85
system
Function · 0.85
setSvg
Method · 0.45
Tested by
no test coverage detected