MCPcopy Create free account
hub / github.com/LabSound/LabSound / setEnumeration

Method setEnumeration

include/LabSound/core/AudioSetting.h:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void setEnumeration(int v, bool notify = true)
101 {
102 if (v == _vali) return;
103 if (v < 0) return;
104 _vali = static_cast<int>(v);
105 if (notify && _valueChanged) _valueChanged();
106 }
107
108 void setEnumeration(char const*const v, bool notify = true)
109 {

Callers 9

GranulationNodeMethod · 0.80
setDefaultBeepMethod · 0.80
laserMethod · 0.80
explosionMethod · 0.80
powerUpMethod · 0.80
hitMethod · 0.80
jumpMethod · 0.80
selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected