Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Befaco
/ LEDDisplay
Method
LEDDisplay
src/MidiThing.cpp:442–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
MidiThing* module;
441
442
LEDDisplay() {
443
box.size = mm2px(Vec(9.298, 5.116));
444
}
445
446
void setCentredPos(Vec pos) {
447
box.pos.x = pos.x - box.size.x / 2;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected