MCPcopy Create free account
hub / github.com/VCVRack/AudibleInstruments / process

Method process

src/Streams.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void process(const ProcessArgs& args) override {
61 lights[METER_1_LIGHT].setBrightness(1);
62 lights[CIRCLE2329_LIGHT].setBrightness(1);
63 lights[CIRCLE2323_LIGHT].setBrightness(1);
64 lights[CIRCLE2331_LIGHT].setBrightness(1);
65 lights[CIRCLE2325_LIGHT].setBrightness(1);
66 lights[CIRCLE2333_LIGHT].setBrightness(1);
67 lights[CIRCLE2327_LIGHT].setBrightness(1);
68 lights[CIRCLE2335_LIGHT].setBrightness(1);
69 }
70};
71
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected