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

Enum LightIds

src/Links.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 NUM_OUTPUTS
25 };
26 enum LightIds {
27 ENUMS(A_LIGHT, 2),
28 ENUMS(B_LIGHT, 2),
29 ENUMS(C_LIGHT, 2),
30 NUM_LIGHTS
31 };
32
33 Links() {
34 config(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected